@charset "utf-8";

/* CSS Document */



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0;}

table { border-spacing:0; border-collapse: collapse;}

img { border:0; vertical-align: middle;}

li { vertical-align: middle;}

em { font-style:normal; font-weight: bold;}

ol, ul, li { list-style:none;}

h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal;}

input, button, select, textarea, a { outline:none;}

input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit;}

html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

a { background: transparent; text-decoration: none; color: #666;transition: 0.3s; -moz-transition: 0.3s; 

	-webkit-transition: 0.3s; -o-transition: 0.3s;}

a:active, a:hover { outline: 0;}

body { color: #666; font:14px/2 'Hiragino Sans GB', 'Microsoft Yahei', 微软雅黑, arial, 宋体, Tahoma, Arial, Helvetica, STHeiti; word-break:break-all;}

.o8 { filter:alpha(opacity=100); opacity:1; transition:all 0.25s ease-out 0s; -webkit-transition:all 0.25s ease-out 0s;}

.o8:hover { filter:alpha(opacity=80); opacity:0.8;}

div,p{max-height: 10000rem;}

::selection {color:#fff; background-color: #061034;} ::-moz-selection {color:#fff; background-color: #061034;}

.noselect{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}

input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none; }

textarea { -webkit-appearance: none;}



/*自定义常用配制*/

.l { float:left; }.r { float:right; }

.w { width:100%; }.h { height: 100%; }.full{ width: 100%; height: 100%;}

.hw{ width: 50%;}.hh{ height: 50%;}

.cer,.cer0,.cer2{ max-width: 1200px; margin:0 auto;}

.cer{ padding: 0 30px;}

.cer2{ padding: 0 20px;}

.cer3{ width:auto; padding: 0 180px;}

.cer4{ max-width:1280px; margin:0 auto; padding: 0 20px;}

.cer5{ max-width:1680px; margin:0 auto; padding: 0 20px;}

.b { font-weight:bold } .n{ font-weight: normal;}

.tc { text-align:center }.tr { text-align:right }

.posr { position:relative } .ikong{ display: inline-block; width: 14px;}

.h40{ width: 100%; height: 40px;}.h50{ width: 100%; height: 50px;}.h60{ width: 100%; height: 60px;}

.h70{ width: 100%; height:70px;}.h80{ width: 100%; height: 80px;}.h90{ width: 100%; height: 90px;}

.disn { display:none }.disb { display:block }.dib{display: inline-block;}

.ov { overflow:hidden }.cur { cursor:pointer }

.clearfloat { clear:both; height:0; font-size: 0px; line-height: 0px; overflow:hidden; visibility:hidden; }

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; font-size:0; }

.clearfix { *zoom:1;}

.op70 { filter:alpha(opacity=70); opacity:0.7;}



a.aftl{position: relative; padding-bottom: 1px;}

a.aftl::after{ left:100%; position: absolute; bottom: 0; content: " "; width: 0; 

   border-bottom: 1px solid #f5951c; -webkit-transition: .3s; transition: .3s;}

a.aftl:hover::after{ width: 100%; left:0;

	 transition: width 0.3s; -webkit- transition: width 0.3s;}



.lefthalf {float: left; width: 50%; height: 100%; position: relative; overflow: hidden;}

.righthalf{ float: right; width: 50%; height: 100%; position: relative; overflow: hidden;}





/*font-style*/

.t12 { font-size: 12px; }.t14 { font-size: 14px; }.t16 { font-size: 16px; }.t18 { font-size: 18px;}

.t24{font-size: 24px;}.t26 { font-size: 26px;}.t28 { font-size: 28px;}

.t30{ font-size: 30px;}.t32{ font-size: 32px;}.t34{ font-size:34px;}.t36{ font-size: 36px;}

.ti2 { text-indent:2em; }.lh1-5{ line-height: 1.5em;} .lh30{ line-height: 30px;}

.lh2-5{ line-height: 2.5em;}.lh2{ line-height: 2em;}

.fontya { font-family:'Microsoft Yahei';}.fontsong { font-family:'simsun';}

.ell { overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis;}

.ttc { text-transform:capitalize; }.ttl { text-transform:lowercase; }.ttu { text-transform:uppercase;}

.c3 { color:#333 }.c6 { color:#666 }.c9 { color:#999 }.ca{ color: #aaa;} .cf{ color: #fff;}

.ora{ color: #f70;}.red{ color: #f00;} .blue{ color: #0096ff;}.c4{color: #444;}.c8{color: #888;}

.yel{ color: #f5951c;}.lblue{ color: #bfdefb;}.green{ color: #3c2;}

.picw img,.pagecon img{ max-width: 100%;}

.limitwh{ max-width: 100%; max-height: 100%;}

.limitwh2{ max-width: 90%; max-height: 90%;}



.bsb{ box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

.yj4{ -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px;}

.yj2{ -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius:2px;}

.shadow6{ box-shadow: 0 0px 6px 0  #d9d9d9;}

.guodu{ transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; 

	-webkit-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s;}

.guodu2{ transition: 0.3s; -moz-transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s;}

.poa{ position: absolute; width: 100%; height: 100%; left: 0; top:0; z-index: 1;}

.pic101,.pic102,.pic104{ overflow: hidden;}

.pic102 img,.pic104 img,.pic101 img{ -webkit-transition: 0.5s; -moz-transition: 0.5s;

	-ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;}

li:hover .pic101 img{ -webkit-transform: scale(1.01); -moz-transform: scale(1.01);

    -ms-transform: scale(1.01);  -o-transform: scale(1.01); transform: scale(1.01);}

li:hover .pic102 img{ -webkit-transform: scale(1.02); -moz-transform: scale(1.02);

    -ms-transform: scale(1.02);  -o-transform: scale(1.02); transform: scale(1.02);}

li:hover .pic104 img{ -webkit-transform: scale(1.04); -moz-transform: scale(1.04);

    -ms-transform: scale(1.04);  -o-transform: scale(1.04); transform: scale(1.04);}

@media screen and (max-width:380px) {}



.btn{ padding: 0; cursor: pointer; text-align: center; border: none; color:#fff;

	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px;

 	transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; 

	-webkit-transition: 0.3s; -o-transition: 0.3s;}

.btn2{ padding: 0; cursor: pointer; text-align: center; border: none; 

 	transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; 

	-webkit-transition: 0.3s; -o-transition: 0.3s;}

img.tw{ position: relative; margin-top: -3px;}





div.pageList{ padding: 0 20px; text-align: center;}

div.pageList ul.l{ display: none;}

div.pageList ul.r{ float: none;}

div.pageList ul li { line-height: 42px;display: inline-block;}

div.pageList ul li a{ display: inline-block; border: 1px solid #ddd; background-color: #fff;

 	padding: 0 16px; margin:0 3px; height: 40px; color: #999; font-size: 14px; line-height: 40px;

 	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius:3px;}

div.pageList ul li a.selected,

div.pageList ul li:hover a{ background-color: #e60012; border-color: #e60012; color: #fff;}





.listbtnout{ padding: 0 20px; display: none;}

.listmore{ display: block; background-color: #e60012; height: 60px; width: 100%; margin: 0 auto; 

	font-size: 32px; line-height: 60px; text-align: center; color: #fff; text-transform: uppercase;

	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius:6px;}

.listmore.grey{ background-color: #aaa;}

.listmore:hover{ opacity: 0.9; filter:alpha(opacity= 90);}



/*表单验证相关*/

.Validform_checktip{ font-size: 14px; line-height:24px; height:24px; overflow:hidden; color:#999;}

.Validform_right{ color:#71b83d; padding-left:20px; background:url(../images/right.png) no-repeat left center;}

.Validform_wrong{ color:#d30315; padding-left:20px; white-space:nowrap; background:url(../images/error.png) no-repeat left center;}

.Validform_loading{ padding-left:20px; background:url(../images/onLoad.gif) no-repeat left center;}

.Validform_error{ }

#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px;

 -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute;

  top:0px; right:50px; z-index:99999; display:none;

  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');}

#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}

#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff;

 position:relative; background-color:#000;}

#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute;

 right:8px; top:0px; color:#fff; text-decoration:none;}

#Validform_msg a.Validform_close:hover{color:#cc0;}

#Validform_msg .Validform_info{padding:8px;border:1px solid #000; border-top:none; text-align:left;}

.v{ position:relative;}i.v{ display:inline-block; }

.v span.Validform_checktip{ position:absolute; left:0; top:100%; z-index: 1; font-style: normal;}

.v p.message{ position: absolute; left:31px; top:100%; height: 40px; line-height: 40px; 

	font-size: 16px; color: #f00; font-weight: bold;}

i.v2{ position:relative; display:inline-block;}

i.v2 span.Validform_checktip{ font-style: normal; margin-left: 20px; line-height: 36px;}



/* banner */

#banner{ width: 350px; height: 438px; position: absolute; z-index: 1; top: 50%; left:50%;

	  margin-top: -240px; padding: 0 100px 40px;}

#banner .hd{ height:10px; overflow:hidden; position:absolute; left:50%; margin-left: -30px; bottom:20px; z-index:1; }

#banner .hd ul{ overflow:hidden; zoom:1; float:left;}

#banner .hd ul li{ float:left; margin-right:10px; width:10px; height:10px; cursor:pointer; 

		background: url(../images/dot02.png) center; opacity: 0.3;}

#banner .hd ul li.on{ opacity: 0.7;}

#banner .bd{ position:relative; z-index:0; width: 350px; height: 438px; overflow: hidden;}

#banner .bd li{ zoom:1;}



/* 下面是前/后按钮代码 */

#banner .prev,#banner .next{ position:absolute; top:50%; margin-top:-26px; display:block; 

	width:52px; height:52px;}

#banner .prev{ left: 0;  background:url(../images/xiaoyu1.png) center no-repeat;} 

#banner .next{ right:0;  background:url(../images/dayu1.png) center no-repeat;}

#banner .prev:hover{ background-image: url(../images/xiaoyu1h.png)}

#banner .next:hover{ background-image: url(../images/dayu1h.png)}











.newban .flex-direction-nav a{width:40px;height:80px;margin-top:-40px;display:block;position:absolute; font-size: 0;

	top:50%; z-index: 4; background-position: center; background-repeat: no-repeat;}

.newban .flex-direction-nav a.flex-prev{ left:5%; background-image: url('../images2/lt1.png');}

.newban .flex-direction-nav a.flex-next{ right:5%; background-image: url('../images2/gt1.png');}

.newban .flex-direction-nav a.flex-prev:hover{ background-image: url('../images2/lt1h.png');}

.newban .flex-direction-nav a.flex-next:hover{ background-image: url('../images2/gt1h.png');}



.newban .flex-control-paging{ width: 100%; height: 4px; font-size: 0; text-align: center;

	position: absolute; bottom: 56px; left:0; z-index: 3;}

.newban .flex-control-paging li{display: inline-block; *display:inline; *zoom:1;

	overflow:hidden; width: 54px; height: 4px; margin: 0 8px; -webkit-border-radius: 2px; border-radius:2px;}

.newban .flex-control-paging li a{ width:100%; height:100%; display: block; cursor:pointer; position: relative;

	background-color: rgba(255,255,255,0.5);}

.newban .flex-control-paging li a:before{ content: ''; position: absolute; left: 0; bottom:0; z-index: 1;

	width: 0; height: 100%; background-color: rgba(255,255,255,1);}

.newban .flex-control-paging li a.flex-active:before{ width: 100%;-webkit-transition: linear 10s; transition: linear 10s;}





.newban{ position:relative; width: 100%; height: 100%; z-index: 1;}



.flexslider{ position: relative; width: 100%; height: 100%; top:0; left:0; z-index: 1;}

.flex-viewport{ height: 100%;}

.flexslider .slides{ overflow: hidden; height: 100%;}

.flexslider .slides li{ height: 100%; position: relative; overflow: hidden;}

.flexslider .slides li .wrap{ display: block; width: 100%; height: 100%; position: relative; overflow: hidden;} 

.flexslider .slides .wrap>img,.flexslider .slides li>img{ position: absolute; width: 1920px; height: 100%;

	top:0; z-index: 1; left:50%; margin-left: -960px; margin-top: 0;}

.flexslider .slides .wrap>img {-webkit-transition: -webkit-transform 1s ease-in; transition: transform 1s ease-in;

	transform:scale(1.08); -webkit-transform:scale(1.08);}

.flexslider .slides .ac .wrap>img {

	-webkit-transition: -webkit-transform 10s ease-in; transition: transform 10s ease-in;

	transform:scale(1); -webkit-transform:scale(1);}



.flexslider .mouse{ width: 23px; height: 64px; position: absolute; z-index: 2; left:50%; bottom:60px;

	background: url('../images/mouse.png') center no-repeat; margin-left: -13px;}





.bantxt{ position: absolute; top:50%; left:0; margin-top: -50px;

	 width: 100%; z-index: 2; color: #d80a1e; text-align: center;

	 -webkit-transition: 1.2s; -moz-transition: 1.2s; -ms-transition: 1.2s; -o-transition: 1.2s; transition: 1.2s;}

.bantxt p.i1{ font-size: 18px; line-height: 30px; text-transform: uppercase;

	background: url('../images/line1.png') center no-repeat;}

.bantxt h3{ font-size: 64px; line-height: 100px;}

.bantxt h3 span{ font-size: 84px;}

.bantxt p.i2{ font-size: 0; font-family: 'arial'; line-height: 40px; height: 40px; display: none;}

.bantxt p.i2 span{ display: inline-block; vertical-align: middle;

	font-size: 24px; text-transform: uppercase;}

.bantxt p.i2 i{ display: inline-block; width: 80px; height: 1px; background-color: #d80a1e; margin: 0 34px;}

.bantxt p.i3{ margin: 30px auto 0; position: relative;}

.bantxt p.i3:after{ content: ''; position: absolute; left: 50%; top:19px; z-index: 1;

	width: 34px; height: 4px; margin-left: -90px; background-color: #e60416;}

.bantxt p.i3 a{ display: block; width: 142px; height: 38px; font-size: 18px; line-height: 38px; 

	background-color: transparent; border: 2px solid #e8e7e1; color: #fff; margin: 0 auto;}







.btt1-1{ position: absolute; top:50%; left:50%; width: 673px; height: 172px; z-index: 1;

	background: url('../images2/btt1-1.png') center no-repeat; margin-left: -398px; margin-top: -98px;}

.btt1-2{ position: absolute; top:50%; left:50%; width: 690px; height: 173px; z-index: 1;

	background: url('../images2/btt1-2.png') center no-repeat; margin-left: -284px; margin-top: 42px;}

.btt2{ position: absolute; top:50%; left:50%; width: 921px; height: 244px; z-index: 1;

	background: url('../images2/btt2.png') center no-repeat; margin-left: -500px; margin-top: -167px;

	background-size: 100% 100%;}

.btt3{ position: absolute; top:50%; left:50%; width: 896px; height: 152px; z-index: 1;

	background: url('../images2/btt3.png') center no-repeat; margin-left: -448px; margin-top: -79px;

	background-size: 100% 100%;}

.btt4-1{ position: absolute; top:50%; left:50%; width: 287px; height: 71px; z-index: 1;

	background: url('../images2/btt4-1.png') center no-repeat; margin-left: -498px; margin-top: -54px;

	background-size: 100% 100%;}

.btt4-2{ position: absolute; top:50%; left:50%; width: 291px; height: 71px; z-index: 1;

	background: url('../images2/btt4-2.png') center no-repeat; margin-left: -145px; margin-top: -54px;

	background-size: 100% 100%;}

.btt4-3{ position: absolute; top:50%; left:50%; width: 293px; height: 71px; z-index: 1;

	background: url('../images2/btt4-3.png') center no-repeat; margin-left: 205px; margin-top: -54px;

	background-size: 100% 100%;}



.btt1-1,.btt1-2,.btt2,.btt3,.btt4-1,.btt4-2,.btt4-3{ transition-duration: 1.2s; -moz-transition-duration: 1.2s;

	 -webkit-transition-duration: 1.2s; -o-transition-duration: 1.2s;}

@media screen and (max-width:1080px){

	.btt4-1{ margin-left: -245px; margin-top: -154px;}

	.btt4-3{ margin-left: -45px; margin-top: 46px;}

	.btt2{ margin-left: -460px;}

}

@media screen and (max-width:960px){

	.btt2{ width: 700px; height: 185px; margin-left: -350px; margin-top: -93px;}

	.btt3{ width: 700px; height: 119px; margin-left: -350px; margin-top: -60px;}

}

@media screen and (max-width:900px){

	.btt1-1{ left:30px; margin-left: 0;}

	.btt1-2{ left: auto; margin-left: 0; right: 30px;}

}







.find-1{ -webkit-transform:translateY(60px); -moz-transform:translateY(60px); opacity: 0;

    -o-transform:translateY(60px); -ms-transform:translateY(60px); transform:translateY(60px);}

.finu-1{ -webkit-transform:translateY(-60px); -moz-transform:translateY(-60px); opacity: 0;

    -o-transform:translateY(-60px); -ms-transform:translateY(-60px); transform:translateY(-60px);}

.finl-1{ -webkit-transform:translateX(-60px); -moz-transform:translateX(-60px); opacity: 0;

    -o-transform:translateX(-60px); -ms-transform:translateX(-60px); transform:translateX(-60px);}

.finr-1{ -webkit-transform:translateX(60px); -moz-transform:translateX(60px); opacity: 0;

    -o-transform:translateX(60px); -ms-transform:translateX(60px); transform:translateX(60px);}



.scl01-1{ -webkit-transform:scale(0.1, 0.1); -o-transform:scale(0.1, 0.1); transform:scale(0.1, 0.1);

  -moz-transform:scale(0.1, 0.1); -ms-transform:scale(0.1, 0.1); opacity: 0;}

.scl05-1{ -webkit-transform:scale(0.5, 0.5); -o-transform:scale(0.5, 0.5); transform:scale(0.5, 0.5);

  -moz-transform:scale(0.5, 0.5); -ms-transform:scale(0.5, 0.5); opacity: 0;}

.findsc05-1{ -webkit-transform:translateY(60px) scale(0.5, 0.5); -moz-transform:translateY(60px) scale(0.5, 0.5);

    -o-transform:translateY(60px) scale(0.5, 0.5); -ms-transform:translateY(60px) scale(0.5, 0.5);

    transform:translateY(60px) scale(0.5, 0.5); opacity: 0;}

.finusc05-1{ -webkit-transform:translateY(-60px) scale(0.5, 0.5); -moz-transform:translateY(-60px) scale(0.5, 0.5);

    -o-transform:translateY(-60px) scale(0.5, 0.5); -ms-transform:translateY(-60px) scale(0.5, 0.5);

    transform:translateY(-60px) scale(0.5, 0.5); opacity: 0;}

.finlsc05-1{ -webkit-transform:translateX(-60px) scale(0.5, 0.5); -moz-transform:translateX(-60px) scale(0.5, 0.5);

    -o-transform:translateX(-60px) scale(0.5, 0.5); -ms-transform:translateX(-60px) scale(0.5, 0.5);

    transform:translateX(-60px) scale(0.5, 0.5); opacity: 0;}

.finrsc05-1{ -webkit-transform:translateX(60px) scale(0.5, 0.5); -moz-transform:translateX(60px) scale(0.5, 0.5);

    -o-transform:translateX(60px) scale(0.5, 0.5); -ms-transform:translateX(60px) scale(0.5, 0.5);

    transform:translateX(60px) scale(0.5, 0.5); opacity: 0;}



.ac .finu-1, .ac .find-1{ -webkit-transform:translateY(0); -moz-transform:translateY(0); opacity: 1;

    -o-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0);}

.ac .finl-1, .ac .finr-1{ -webkit-transform:translateX(0); -moz-transform:translateX(0); opacity: 1;

    -o-transform:translateX(0); -ms-transform:translateX(0); transform:translateX(0);}

.ac .finusc05-1,.ac .findsc05-1{ -webkit-transform:translateY(0) scale(1, 1); -moz-transform:translateY(0) scale(1, 1);

    -o-transform:translateY(0) scale(1, 1); -ms-transform:translateY(0) scale(1, 1);

    transform:translateY(0) scale(1, 1); opacity: 1;}

.ac .scl05-1,.ac .scl01-1{ -webkit-transform:scale(1, 1); -o-transform:scale(1, 1); transform:scale(1, 1);

  -moz-transform:scale(1, 1); -ms-transform:scale(1, 1); opacity: 1;}

.ac .finrsc05-1, .ac .finlsc05-1{ -webkit-transform:translateX(0) scale(1, 1); -moz-transform:translateX(0) scale(1, 1);

    -o-transform:translateX(0) scale(1, 1); -ms-transform:translateX(0) scale(1, 1);

    transform:translateX(0) scale(1, 1); opacity: 1;}





















html,body{ height: 100%;}

.all{ width: 100%; min-width: 320px; min-height: 100%; overflow: hidden; position: relative;}





/* 头部 */

.head{ width: 100%; height: 80px; border-bottom: 1px solid rgba(255,255,255,0.3);

	position: fixed; z-index: 20; top:0; background-color: transparent;}



a.logo{ height: 80px; font-size: 0; position: absolute;

	left: 30px; top:0; z-index: 1; line-height: 80px;}

a.logo img{ max-height: 70%;}

.headshadow{ width: 100%; height: 80px;}

.headin{ position: relative; z-index: 1; height: 100%;}



.headright{ float: right; z-index: 1; height: 80px; margin-right: 90px;}

.headright a{ float: left; width: 70px; height: 100%; position: relative;

	font-size: 14px; color: #333; line-height: 80px; text-align: center; text-transform: uppercase;}

.headright a:before{ content: " "; position: absolute; left:0; top: 50%; width:1px; height: 10px;

	background-color: #d8d8d8; margin-top: -5px;}

.headright a.temail{ font-size: 0; background: url('../images2/email.png') center no-repeat;}

.headright a:hover{ color: #d10d1d;}

.headright a.temail:hover{ background-image: url('../images2/email2.png');}



.head.fixed{ position: fixed; box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);}

.headshadow.fixed{ display: block;}



.head3{ width: 100%; height: 80px; box-shadow: 0 0 16px 0 rgba(0,0,0,0.1);

	position: fixed; z-index: 20; top:0; background-color: #fff;}





.nav{ float: right; height: 100%;}

.nav>li{ float: left; height: 100%; position: relative; z-index: 1;}

.nav>li>a{ display: block; padding: 0 30px; height: 100%; position: relative;

	font-size: 16px; color: #fff; line-height:80px; text-align: center;}

.nav>li:hover>a,.nav>li.on>a{ color: #e60416;}

.nav>li>a:after{ position: absolute; left:0; top: 50%; content: " "; width:1px; height: 10px; margin-top: -5px;

	background-color: #d8d8d8;}





@media screen and (max-width:1350px){

	.nav>li>a{ padding: 0 15px;}

}

@media screen and (max-width:1200px){

	.nav{ display: none;}

	.newban .flex-direction-nav a.flex-prev{ left:2%;}

	.newban .flex-direction-nav a.flex-next{ right:2%;}

}

@media screen and (max-width:750px){

	.headright a{ font-size: 26px; width: 80px;}

	.headright a.temail{ background-size: 28px 21px;}

}





.head-thin{ width: 100%; display: none; height: 80px; box-shadow: 0 2px 10px 0 rgba(0,0,0,0.05);

	position: fixed; z-index: 20; top:0; background-color: #fff;}

.head2{ width: 100%; height: 80px; box-shadow: 0 2px 10px 0 rgba(0,0,0,0.05);

	position: fixed; z-index: 20; top:0; background-color: #fff;}

.head-thin .headright a.toa,.head2 .headright a.toa{ background-image: url('../images/t-oa2.png');}

.head-thin .headright a.temail,.head2 .headright a.temail{ background-image: url('../images/t-email2.png');}

.head-thin .headright a.ttel,.head2 .headright a.ttel{ background-image: url('../images/t-tel2.png');}

.head-thin .headright a.ten,.head2 .headright a.ten{ background-image: url('../images/t-en2.png');}

.head-thin .headright a.tcn,.head2 .headright a.tcn{ background-image: url('../images/t-cn2.png');}



.head-thin .headright a.toa:hover,.head2 .headright a.toa:hover{ background-image: url('../images/t-oa3.png');}

.head-thin .headright a.temail:hover,.head2 .headright a.temail:hover{ background-image: url('../images/t-email3.png');}

.head-thin .headright a.ttel:hover,.head2 .headright a.ttel:hover{ background-image: url('../images/t-tel3.png');}

.head-thin .headright a.ten:hover,.head2 .headright a.ten:hover{ background-image: url('../images/t-en3.png');}

.head-thin .headright a.tcn:hover,.head2 .headright a.tcn:hover{ background-image: url('../images/t-cn3.png');}



.head-thin .nav>li>a,.head2 .nav>li>a{ color: #898989;}

.head3 .nav>li>a{ color: #333;}

.head-thin .nav>li:hover>a,.head-thin .nav>li.on>a{ color: #e60416;}

.head2 .nav>li:hover>a,.head2 .nav>li.on>a{ color: #e60416;}

.head3 .nav>li:hover>a,.head3 .nav>li.on>a{ color: #d10d1d;}





dl.navtwo{ width: 100%; display: none; position: absolute; top: 76px; left:0; z-index: 1; padding-top: 15px;

	-webkit-transition: top 0.3s; -moz-transition: top 0.3s; -ms-transition: top 0.3s;

	-o-transition: top 0.3s; transition: top 0.3s;}

dl.navtwo.on{ top:64px;}

dl.navtwo .inner{ width: 100%; background-color: rgba(255,255,255,1); padding: 13px 0;

	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px;

	box-shadow: 0 0 7px 2px rgba(0,0,0,0.2);}

dl.navtwo:after{ position: absolute; left:50%; top: 0; margin-left: -11px; content: " "; width: 23px; 

    background: url('../images/sju1.png') center no-repeat; height: 15px; z-index: 1;}



dl.navtwo dd{ height: 28px; line-height: 28px; text-align: center;}

dl.navtwo dd>a{ display: block; height: 100%;  color: #666; overflow: hidden;}

dl.navtwo dd:hover>a{ color: #300d76; background-color: #e8e1ee;}



dl.navtwo dd>a:after{ left:100%; position: absolute; bottom: 12px; content: " "; width: 0; display: none;

   border-bottom: 2px solid #da251d; -webkit-transition: .3s; transition: .3s;}

dl.navtwo dd>a:hover:after{ width: 100%; left:0; transition: width 0.3s; -webkit- transition: width 0.3s;}















/* 手机导航 */

.navsjout{ width: 100%; opacity: 0; overflow: auto; position: fixed; top:80px; bottom: 0; left:-100%; z-index: 20;

	-moz-transition: 0.4s; -ms-transition: 0.4s; -webkit-transition: 0.4s;

	-o-transition: 0.4s; transition: 0.4s; background-color: #333;}

.navsjout.on{ opacity: 1; left:0;}



.navsj{ width: 100%; -webkit-overflow-scrolling : touch; background-color: #333;

	position: absolute; top:0; left:0;}

.navsj>li{ position: relative;}

.navsj>li>a{ display: block; height: 100px; text-align: center; line-height: 100px; 

	font-size: 30px; color: #fff; position: relative;}

.navsj>li>a:after{ content: ''; position: absolute; left: 30px; right:30px; bottom:0; z-index: 0;

	height: 1px; background-color: #666;}



.navsjtwo{ width: 100%; overflow: hidden; display: none; padding: 22px 0; background-color: #f1f1f1;}

.navsjtwo>li{ width: 100%; border-bottom: 1px solid #fff;}

.navsjtwo>li>a{ display: block; line-height: 80px; font-size: 26px; color: #432a23;

	position: relative; z-index: 1; background-color: #ada; text-align: center;

	background: url('../images/jtr1.png') 73% center no-repeat;}



.navsj li i{ position: absolute; right: 22%; top:0; z-index: 1; width: 80px; height: 100px;

	display: block; cursor: pointer; background: url('../images/jtd1.png') center no-repeat;}

.navsj li.on i{-moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); 

	-ms-transform: rotate(180deg); transform: rotate(180deg);}



.navsj,.navsj li i{ -moz-transition: 0.3s; -ms-transition: 0.3s;

	-webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}









#close { position: fixed; left: 0; top: 0; width: 100%;bottom: 0; z-index: 9; display: none; 

	background:url('../images/op0-60.png'); cursor: pointer;}



.navbtn{ position: absolute; right:0; top:0; z-index: 20; width: 90px; height: 80px; background-color: #d10d1d;

	-moz-transition: 0.4s; -ms-transition: 0.4s; -webkit-transition: 0.4s;

	-o-transition: 0.4s; transition: 0.4s;}



.navbtn s{ position: absolute; left: 33.33%; display: block; width: 33.33%; height: 4px; background-color: #fff;

	-moz-transition: 0.3s; -ms-transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}

.navbtn>s:nth-child(1){top: 26px;}

.navbtn>s:nth-child(2){top: 38px; transform: rotate(0deg) scale(1,1);}

.navbtn>s:nth-child(3){top: 50px;}

.navbtn.on s:nth-child(1){ top:38px; -webkit-transform: rotate(-225deg); transform: rotate(-225deg);}

.navbtn.on s:nth-child(2) { transform: rotate(-180deg) scale(0,1);}

.navbtn.on s:nth-child(3) { top:38px; -webkit-transform: rotate(225deg); transform: rotate(225deg);}











.footer1{ background-color: #292a2b; position: relative; z-index: 5;}

.footerin{ overflow: hidden; position: relative; padding: 60px 0 22px;}



.footinfo{ float: left; width: 360px; margin-top: 5px;}

.footinfo p{ line-height: 32px; color: #999; padding-left: 28px;

	background-position: left center; background-repeat: no-repeat;}

.footinfo p.flx1{ background-image: url('../images/flx1.png');}

.footinfo p.flx2{ background-image: url('../images/flx2.png');}

.footinfo p.flx3{ background-image: url('../images/flx3.png');}

.footlogo{ position: absolute; top:80px; right: 0; z-index: 1;}











.footer{ padding: 56px 0; background-color: #292a2b;}

.footer2{ position: relative; z-index: 5; margin-top: 20px; height: 28px; line-height: 28px; color: #999;}

.footer2 span{ display: inline-block;}

.footer2 a{ display: inline-block; color: #999; margin-left: 22px;}

.footer2 a:hover{ color: #fff;}

.footer2 a img{ position: relative; margin-top: -2px; margin-left: 10px;}





.footer3{ position: relative; z-index: 6; font-size: 14px; color: #c9c9c9; line-height: 40px; height: 40px;}

.footer3 .intro{ float: left;}

.footer3 .flxbtn{ float: left; height: 40px; font-size: 0; margin-left: 30px;}

.footer3 .flxbtn a{ display: inline-block; width: 36px; height: 36px; margin-right: 10px; vertical-align: middle;

	border-radius:18px; background-color: rgba(255,255,255,0.1); text-align: center;}

.footer3 .flxbtn a.i1:hover{ background-color: #db8044;}

.footer3 .flxbtn a.i2:hover{ background-color: #58b3ec;}

.footer3 .flxbtn a.i3:hover{ background-color: #559ca7;}

.footer3 .flxbtn a.i4:hover{ background-color: #329258;}



.footer3 .flxwrap{ float: left; height: 40px; margin-left: 10px;}

.footer3 .flxwrap .flxcon{ position: relative; padding: 0 20px; color: #fff; height: 40px; display: none;}

.footer3 .flxwrap .flxcon:before{ content: ''; position: absolute; left: -9px; top:10px; z-index: 0;

	width: 10px; height: 20px;}

.footer3 .flxwrap .flxcon.i1{ background-color: #db8044;}

.footer3 .flxwrap .flxcon.i2{ background-color: #58b3ec;}

.footer3 .flxwrap .flxcon.i3{ background-color: #559ca7;}

.footer3 .flxwrap .flxcon.i4{ background-color: #329258;}

.footer3 .flxwrap .flxcon.i1:before{ background: url('../images/sjl1.png') center no-repeat;}

.footer3 .flxwrap .flxcon.i2:before{ background: url('../images/sjl2.png') center no-repeat;}

.footer3 .flxwrap .flxcon.i3:before{ background: url('../images/sjl3.png') center no-repeat;}

.footer3 .flxwrap .flxcon.i4:before{ background: url('../images/sjl4.png') center no-repeat; top:50px;}



.footer3 .flxwrap .flxcon.footewm{ padding: 10px 5px 2px; height: 124px; font-size: 0; margin-top: -40px;}

.footewm>div{ width: 100px; display: inline-block; margin: 0 5px;}

.footewm img{ display: block; width: 100%; height: 100px;}

.footewm p{ font-size: 12px; color: #fff; line-height: 24px; height: 24px; text-align: center;}

@media screen and (max-width:960px){

	.footer2{ height: auto; line-height: 2em; text-align: center;}

}

@media screen and (max-width:900px){

	.footer{ padding: 30px 0;}

	.footer2{ margin-top: 0;}

	.footer3{ display: none;}

}

@media screen and (max-width:750px){

	.footer2{ line-height: 42px;}

}









.ffooter{ background-color: rgba(0,0,0,0.3); padding: 10px 0;}

.footer4{ float: left; position: relative; z-index: 5; width: 840px; height: 40px;

	line-height: 40px; color: #fff; overflow: hidden;}

.footer4 span{ display: inline-block;}

.footer4 a{ display: inline-block; color: #fff; margin-left: 22px;}

.footer4 a:hover{ text-decoration: underline;}

.footer4 a img{ position: relative; margin-top: -2px; margin-left: 10px;}





.footer5{ float: right; position: relative; z-index: 6; font-size: 14px; color: #fff; line-height: 40px; height: 40px;}

.footer5 .intro{ float: left;}

.footer5 .flxbtn{ float: left; height: 40px; font-size: 0; margin-left: 30px;}

.footer5 .flxbtn a{ position: relative; display: inline-block; width: 36px; height: 36px; margin-right: 10px; vertical-align: middle;

	border-radius:18px; line-height: 36px; background-color: rgba(255,255,255,0.1); text-align: center;}

.footer5 .flxbtn a.i1:hover{ background-color: #db8044;}

.footer5 .flxbtn a.i2:hover{ background-color: #58b3ec;}

.footer5 .flxbtn a.i3:hover{ background-color: #559ca7;}

.footer5 .flxbtn a.i4:hover{ background-color: #329258;}



.footer5 .flxwrap{ height: 40px; line-height: 40px; position: absolute; right: 0; top:-45px; z-index: 20;}

.footer5 .flxwrap .flxcon{ position: relative; padding: 0 20px; color: #333; height: 40px; 

	display: none; white-space: nowrap; border-radius: 3px;}

.footer5 .flxwrap .flxcon.i1{ background-color: #db8044;}

.footer5 .flxwrap .flxcon.i2{ background-color: #58b3ec;}

.footer5 .flxwrap .flxcon.i3{ background-color: #559ca7;}

.footer5 .flxwrap .flxcon.i4{ background-color: #329258;}



.footer5 .flxbtn a:before{ content: ''; position: absolute; left: 50%; top:-22px; z-index: 0;

	width: 0; height: 0; border: 10px solid transparent; margin-left: -10px; opacity: 0;}

/*.footer5 .flxbtn a:hover:before{ opacity: 1;}*/

.footer5 .flxbtn a.i1:before{ border-top-color: #db8044;}

.footer5 .flxbtn a.i2:before{ border-top-color: #58b3ec;}

.footer5 .flxbtn a.i3:before{ border-top-color: #559ca7;}

.footer5 .flxbtn a.i4:before{ border-top-color: #329258;}



.footer5 .flxwrap .flxcon.footewm{ padding: 10px 5px 6px; top:-100px; height: 124px; font-size: 0;}



@media screen and (max-width:1280px){

	.ffooter{ padding: 20px 0;}

	.footer4{ float: none; width: 100%; text-align: center;}

	.footer5{ float: none; width: 314px; margin: 0 auto;}

}

@media screen and (max-width:900px){

	.footer4{ height: auto;}

	.footer5{ display: none;}

}

@media screen and (max-width:750px){

	.footer4{ line-height: 44px;}

}









.waiting{ width: 124px; height: 124px; background: url('../images/waiting.gif') center; display: none;

	position: absolute; left:50%; margin-left: -62px; z-index: 2; top:50%; margin-top: -62px;}

#totop2{ position: fixed; padding-top: 28px; height: 32px; right:20px; cursor: pointer; width: 60px;

	z-index: 10; bottom: 70px; background: #3f4041 url('../images/jtu1.png') center 16px no-repeat;

	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius:6px;}

#totop2 span{ display: block; line-height: 32px; color: #c7c7c7; font-size: 14px; text-align: center;}

#totop2:hover{ background-color: #d10d1d;}

@media screen and (max-width:960px){

	#totop2{ bottom: 100px;} 

}

 

@media screen and (max-width:750px){

	#totop2{ bottom: 160px; height: 60px; padding-top: 0; background-image: none; display: none!important;}

	#totop2 span{ font-size: 24px; line-height: 60px;}

}



.msgbg{ width: 100%; height: 100%; position: fixed; z-index: 150; left:0; top:0;

	background: url('../images/op0-80.png'); display: none; overflow: hidden; }

.msg{ width: 70%; height: 380px; position: absolute; z-index: 1; background-color: #fff;

	left:15%; top:-50%; margin-top: -210px; border: 5px solid #ffbb2a; padding: 20px;}

.msgtxt{ font-size: 28px; color: #36467a; line-height: 40px; text-align: center;

	margin: 50px 0; height: 160px; overflow: hidden;}

.msgbg.on .msg{ top:50%;}

.msg input{ width: 200px; height: 50px; display: block; background-color: #ffbb2a;

	font-size: 24px; margin: 0 auto;}

.msgclose{ width: 41px; height: 41px; position: absolute; top:-20px; right: -20px; z-index: 1;

	cursor: pointer; background: url('../images/close.png') center no-repeat;}







/*---在线QQ---*/

.fside{ position: fixed; z-index: 100; left:0; top:50%; margin-top: -100px; width: 50px;}

.fside a{ display: block; width: 56px; height: 56px; margin-top: 2px; position: relative;

	 background-color: #bfbfbf; text-align: center; line-height: 56px;}

.fside a:first-child{ margin-top: 0;}



.sidetelno{  width: 0; height: 56px; overflow: hidden; position: absolute; left:-1px;

	top:0; z-index: 1; background-color: #b00b18;

	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px;}

.sidetelno.on{ width: 240px;}

.sidetelno span{ display: block; height: 56px; padding: 0 10px;

	 font-family: 'arial'; color: #fff; font-size: 20px; line-height: 56px;}



.sidebigewm{ display: none; position: absolute; top: 116px; left: 61px; z-index: 1;

    border: 1px solid #aaa; background-color: #fff; border-radius: 4px; }

.sidebigewm img{ width: 150px; height: 150px;}









@media screen and (max-width:1650px){

	.cer3{ padding: 0 90px;}

}

@media screen and (max-width:1200px){

	.cer3{ padding: 0 60px;}

}

@media screen and (max-width:1100px){

	.cer3{ padding: 0 30px;}

}







@media screen and (max-width:750px){

	div.pageList{ display: none;}

	.listbtnout{ display: block;}

	body{ font-size: 26px;}

	.Validform_checktip{ font-size: 22px;}

	.mhide{ display: none;}

}

.fxinlist .pic img,#issues li img,.danglist2 li .pic img,.danglist li img,.newslist li .pic img {object-fit:cover;}
