/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,select,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:14px Helvetica, Arial, sans-serif, arial,\5b8b\4f53;color:#555;outline:0;-webkit-text-size-adjust:none;}
body{background:#efefef;}
a,a:hover{color:#333;}
input,textarea,select,input[type="button"],input[type="submit"],input[type="reset"] {-webkit-appearance:none; border-radius:0; }
div{
	/*-webkit-user-select:none;*/
	-webkit-touch-callout:none;
}
/*img{-webkit-tap-highlight-color:rgba(0,0,0,0);border:0;vertical-align:top;margin:0;padding:0;outline: none;}*//*改过*/
a:link, a:visited, a:hover, a:active{
	outline: none;
	/*background-color: transparent !important;*/
}

/* function */
.f-cb:after,.f-cbli li:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.f-cb,.f-cbli li{zoom:1;}
.f-ib{display:inline-block;*display:inline;*zoom:1;}
.f-dn{display:none;}
.f-db{display:block;}
.f-fl{float:left;}
.f-fr{float:right;}
.f-pr{position:relative;}
.f-prz{position:relative;zoom:1;}
.f-oh{overflow:hidden;}
.f-ff0{font-family:arial,\5b8b\4f53;}
.f-ff1{font-family:"Microsoft YaHei",\5fae\8f6f\96c5\9ed1,arial,\5b8b\4f53;}
.f-fs1{font-size:12px;}
.f-fs2{font-size:14px;}
.f-fwn{font-weight:normal;}
.f-fwb{font-weight:bold;}
.f-tal{text-align:left;}
.f-tac{text-align:center;}
.f-tar{text-align:right;}
.f-taj{text-align:justify;text-justify:inter-ideograph;}
.f-vam,.f-vama *{vertical-align:middle;}
.f-wsn{word-wrap:normal;white-space:nowrap;}
.f-pre{overflow:hidden;text-align:left;white-space:pre-wrap;word-wrap:break-word;word-break:break-all;}
.f-wwb{white-space:normal;word-wrap:break-word;word-break:break-all;}
.f-ti{overflow:hidden;text-indent:-30000px;}
.f-ti2{text-indent:2em;}
.f-lhn{line-height:normal;}
.f-tdu,.f-tdu:hover{text-decoration:underline;}
.f-tdn,.f-tdn:hover{text-decoration:none;}
.f-toe{overflow:hidden;word-wrap:normal;white-space:nowrap;text-overflow:ellipsis;}
.f-csp{cursor:pointer;}
.f-csd{cursor:default;}
.f-csh{cursor:help;}
.f-csm{cursor:move;}
.f-usn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}
.f-box { display:-webkit-box; display:-moz-box; display:-o-box; display:-ms-box; display:box; -webkit-box-orient:horizontal; -moz-box-orient:horizontal; -o-box-orient:horizontal; -ms-box-orient:horizontal; box-orient:horizontal; }
.f-flex { -webkit-box-flex:1; box-flex:1;  }
.block { display:block!important; }

.l{
	float: left;
}
.r{
	float: right;
}
.clear{
	clear: both;
}
.w{
	width: 690px;
	margin: 0 auto;
}

.blur{
	-moz-box-shadow:0px 2px 4px #c1c0c0; 
	-webkit-box-shadow:0px 2px 4px #c1c0c0; 
	box-shadow:0px 2px 4px #c1c0c0;
	/* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c1c0c0')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c1c0c0');
}

body,html { width: 100%; font-size: 16px; background: #FFFFFF; font-family: "微软雅黑"; -webkit-overflow-scrolling: touch;}
body * {max-height: 999999px;}

/*头文件开始*/
.header{
	position: fixed;
	width: 100%;
	height: 110px;
	z-index: 999;
	background: #FFFFFF;
}
.header .logo{
	float: left;
	width: 390px;
	height: 37px;
	background: url(../images/logo-head1.png) no-repeat;
	margin-left: 30px;
	margin-top: 29px;
}
.header .menu{
	float: right;
	width: 70px;
	height: 100px;
}
.header .menu .line{
	width: 40px;
	height: 4px;
	background: #006ab7;
	border-radius: 4px;
	margin-bottom: 6px;
	margin-right: 30px;
}
.header .menu .line:first-child{
	margin-top: 38px;
}
.header .tel{
	float: right;
	font-size: 24px;
	color: #969696;
	line-height: 28px;
	margin-top: 25px;
	margin-right: 30px;
}
.header .tel p{
	color: #FFFFFF;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 5px;
	background: #b9b9b9;
	font-family: arial;
	font-size: 14.5px;
}
.header ul.sub-menu{
	position: absolute;
	width: 300px;
	top: 110px;
	background-color: rgba(36,43,57,0.9);
	right: -300px;
	transition: all 0.3s linear;
}
.header ul.sub-menu.evl{
	right: 0px;
}
.header ul.sub-menu li{
	
}
.header ul.sub-menu li a.jup-btn{
	border-top: solid 1px #4c5463;
	color: #FFFFFF;
	font-size: 22px;
	display: block;
	line-height: 80px;
	height: 80px;
	padding-left: 30px;
	background: url(../images/menu-arrow1.png) no-repeat 252px center;
}
.header ul.sub-menu li a.sub-btn{
	border-top: solid 1px #4c5463;
	color: #FFFFFF;
	font-size: 22px;
	display: block;
	line-height: 80px;
	height: 80px;
	padding-left: 30px;
	background: url(../images/menu-arrow1.png) no-repeat 252px center;
}


.header .cnen {
    position: absolute;
    width: 70px;
    background-color: #006ab7;
    height: 175px;
    border-radius: 15px 0px 0px 15px;
    opacity: 0.9;
    right: -70px;
	top: 421px;
	transition: all 0.3s linear;
}
.header .cnenRight{
	right: 300px;
}
.header .cnenTop{
	top:549px
}
.header ul.sub-menu li a.sub-btn.evl{
	background: url(../images/menu-arrow2.png) no-repeat 248px center;
}
.header ul.sub-menu li:first-child a.sub-btn{
	border-top: none;
}
.header ul.sub-menu li ul.tab-menu{
	display: none;
}
.header ul.sub-menu li ul.tab-menu.evl{
	display: block;
}
.header ul.sub-menu li ul.tab-menu li a{
	padding-left: 30px;
	color: #cfd2d8;
	font-size: 20px;
	display: block;
	margin-bottom: 38px;
}
/*头文件结束*/

.main{
	width: 100%;
	padding-bottom: 120px;
	padding-top: 100px;
}
.main.ts{
	padding-bottom: 100px;
}

/*footer部分*/
.footer{
	position: fixed;
	width: 100%;
	height: 100px;
	bottom: 0;
	background-color: rgba(36,43,57,0.9);
}
.footer a{
	float: left;
	width: 187px;
	height: 42px;
	padding-top: 58px;
	display: block;
	border-right: solid 1px #616161;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}
.footer a.btn1{
	background: url(../images/bottom-icon1.png) no-repeat center 16px;
}
.footer a.btn2{
	background: url(../images/bottom-icon2.png) no-repeat center 19px;
}
.footer a.btn3{
	background: url(../images/bottom-icon3.png) no-repeat center 18px;
}
.footer a.btn4{
	background: url(../images/bottom-icon4.png) no-repeat center 17px;
	border-right: none;
	width: 186px;
}
/*footer部分*/

/*公共第二个导航*/
ul.other-menu{
	width: 100%;
	height: 60px;
	background: #006ab7;
}
ul.other-menu li{
	float: left;
	height: 26px;
	border-right: solid 1px #dadada;
	margin-top: 21.5px;
}
ul.other-menu li:nth-child(1){
	width: 164px;
}
ul.other-menu li:nth-child(2){
	width: 190px;
}
ul.other-menu li:nth-child(3){
	width: 184px;
}
ul.other-menu li:nth-child(4){
	width: 209px;
	border-right: none;
}
ul.other-menu li a{
	font-size: 24px;
	color: #FFFFFF;
	display: block;
	text-align: center;
	line-height: 26px;
}
/*公共第二个导航*/

/*公用第三个导航*/
.sec-menu{
	width: 690px;
	margin: 0 auto;
	margin-top: 30px;
}
.sec-menu a{
	position: relative;
	display: block;
	float: left;
	font-size: 0;
	color: #222222;
	text-align: center;
	width: 343px;
	height: 68px;
	line-height: 68px;
	border-top: solid 1px #d2d2d2;
	border-bottom: solid 1px #d2d2d2;
	border-left: solid 1px #d2d2d2;
	border-right: solid 1px #FFFFFF;
	background: #FFFFFF;
}
.sec-menu a:nth-child(2){
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #d2d2d2;
}
.sec-menu a p{
	font-size: 26px;
}
.sec-menu a b{
	display: none;
	position: absolute;
	width:0;
    height:0;
    border-left:17px solid transparent;
    border-right:17px solid transparent;
    border-top:17px solid #ba171e;
}
.sec-menu a.evl{
	font-weight: bold;
	color: #FFFFFF;
	background: #ba171e;
}
.sec-menu a.evl b{
	display: inline;
}
.sec-menu a:first-child.evl{
	border-top: solid 1px #ba171e;
	border-bottom: solid 1px #ba171e;
	border-left: solid 1px #ba171e;
	border-right: solid 1px #ba171e;
}
.sec-menu a:nth-child(2).evl{
	border-top: solid 1px #ba171e;
	border-bottom: solid 1px #ba171e;
	border-left: solid 1px #ba171e;
	border-right: solid 1px #ba171e;
}
/*公用第三个导航*/

/*公用标题*/
.common-title{
	width: 220px;
	margin-top: -100px;
	background: #006ab7;
	font-size: 26px;
	color: #FFFFFF;
	padding-left: 26px;
	padding-top: 35px;
	padding-bottom: 36px;
}
.common-title .en{
	font-family: arial;
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
}
/*公用标题*/
