/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}

/*公共样式部分*/
body {color: #272727;margin: 0 auto;background-color: #fff; font-family: Tahoma, Geneva, sans-serif;overflow-x: hidden;font-size:16px;}

#copy { display: none;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
*, ::after, ::before  { box-sizing: border-box;}
a {color: #272727; text-decoration: none;}
a:hover { color:#272727;text-decoration: none; border-bottom-style:}
a {
    outline: none;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}
img {  overflow-clip-margin: content-box;  overflow: clip;}
.box{ margin:0 auto;width:100%;min-width: 1300px;max-width:1600px; box-sizing: border-box;padding-left:5%;padding-right:5%;}

.bg{ width: 100%;min-width:1300px;}
.fl { float: left;}
.fr {float: right;}
.d-flex { display: flex!important;}

/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}
i,em{font-style: normal;}

.font_en {font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;font-weight: normal;}

.top10 {padding-top: 10px;}
.top20 {padding-top: 20px;}
.top30 {padding-top: 30px;}
.top40 {padding-top: 40px;}
.top50 {padding-top: 50px;}
.top60 {padding-top: 60px;}
.top70 {padding-top: 70px;}
.top80 {padding-top: 80px;}
.top90 {padding-top: 90px;}
.top100 {padding-top: 100px;}
.top110 {padding-top: 110px;}

.lin28{ line-height:28px;}

.container {width:96%;max-width: 1400px;margin:0 auto;padding:0;}

/*抬头*/
.headSearchWarp{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
	z-index: 9009;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.headSearchWarp.open{
	opacity: 1;
	visibility: visible; 
	transition: all .5s ease;
}
.headSearch{
	position: fixed;
	top: -151px;
	opacity: 0;
	visibility: hidden;
	left: 0;
	background: #fff;
	z-index: 90090;
	width: 100%;
	padding: 50px 0;
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1);
	transition: all .5s ease;
}
.headSearch.open{
	opacity: 1;
	top: 0;
	visibility: visible;
	transition: all .5s ease;
}
.headSearch .container{
	max-width: 1000px;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.headSearch input[type=text]{
	border: none;
	height: 50px;
	width: 90%;
	padding: 0;
	text-indent: 18px;
	float: left;
}
.headSearch .hsm {
    width: 10%;
    float: left;
    height: 50px;
    background: url(../images/ss-ico.jpg) no-repeat right 15px center;
    text-align: right;
    border: none;
    outline: none;
    padding-right: 5px;
    line-height: 50px;
    cursor: pointer;
}

/* head */
.head {
	width:100%;
	background:rgba(255,255,255,1);
	z-index:999;
	height:83px;
	top:0;
	position:fixed;
	left: 0;
	transition:all .5s ease;
}
.head.fixedbg {
	left:0;
	position: fixed;
	top: 0;
	background:rgba(255,255,255,1);
	box-shadow:0 6px 15px 0 rgba(0,0,0,.1);
	transition:all .5s ease;
}
.head::after{
	content: "";
	position: absolute;
	width: 40%;
	height:83px;
	right: 0;
	top: 0;
	background: #2d4b76;
}
.head .container{
	max-width: 1680px;
	height:83px;
	position: relative;
	z-index: 99;
	background: #fff;
}
.head .container .line{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	right: 19%;
	background: #ebeaea;
}
.head .container .sekuai{
	content: "";
	position: absolute;
	width: 95px;
	height: 100%;
	right: 0;
	top: 0;
	background: #2d4b76;
}
.head .logo{
	float: left;
	padding-top:17px; padding-left:10px;
	position: relative;
}
.WebLink{
	float: left;
	margin-left: 40px;
}
.WebLink li{
	float: left;
	height:83px;
	position: relative;
}
.WebLink li > a{
	display: block;
	height:83px;
	line-height:83px; padding-left: 18px; padding-right: 18px;
	font-size: 16px;
	position:relative;
	color: #222222;
}
.WebLink li:hover > a,
.WebLink li.on > a{
	color: #2d4b76;
	font-weight:bold;background:#f99e4f; color:#fff;
}
.WebLink li a.cur {
	color: #2d4b76;
	font-weight:bold;
}
.WebLink>li.cur>a{ display:block; background:#f99e4f; color:#fff;font-weight:bold;}

.WebLink li .sub-lm{
	position: absolute;
	width: 426px;
	left: 65%;
	top: 83px;
	margin-left: -108px;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	transition: all .5s ease;
}
.WebLink li .sub-lm.w2{
	width: 150px;
	margin-left: -75px;
}
.WebLink li:hover .sub-lm{
	opacity: 1;
	z-index: 999;
	visibility: visible;
	transition: all .5s ease;
}
.WebLink li .sub-lm .link{
	border-top: 3px solid #2d4b76;
	background: #fff;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
	transition: all .5s ease;
}
.WebLink li .sub-lm .t{
	height: 27px;
}
.WebLink li .sub-lm .link a{
	display: block;
	line-height: 45px;
	font-size: 16px;
	color: #555;
	border-bottom: 1px solid #ebebeb;
	max-height: 0;
	overflow: hidden;
	text-align: center;
	-webkit-transition: max-height 300ms ease;
	-moz-transition: max-height 300ms ease;
	-o-transition: max-height 300ms ease;
	transition: max-height 300ms ease;
}
.WebLink li:hover .sub-lm .link a{
	max-height: 45px;
	transition: all .5s ease;
}
.WebLink li .sub-lm .link a:hover{
	background: #f1f1f1;
	color: #055da5;
}


.head .yinwen { float:left; height:83px; line-height:83px; padding-left:20px;}

.head .yinwen .tit2 { background:url(../img/titcon1.jpg) no-repeat left center; padding-left:25px;}





.head-search{
	float: right;
	color: #fff;
	cursor: pointer;
	margin-top: 26px;
	margin-left: 40px;
	position: relative;
	z-index: 101;
}
.head-search i{
	font-size: 24px;
	line-height: 28px;
}
.head-tel{
	float: right;
	padding-right:2.5%;
	overflow: hidden;
	margin-top: 14px;
}
.head-tel i{
	float: left;
	font-size: 52px;
	line-height: 52px;
	color: #f08400;
	position: relative;
	top: 0px;
}
.head-tel p{
	float: left;
	font-family: Arial;
	font-size: 20px;
	line-height: 52px;
	font-weight:bold;
	color: #222222;
}
.head-tel p a:nth-child(1){
	letter-spacing: 1px;
}

@media (min-width: 1060px) and (max-width: 1600px)
{
.head-tel { display: none;}
.head .container .line{ display: none;}
}


