html, body {width:100%;height:100%;}

/* @font-face
{
	font-family: hsFont;
	src: url('font/Hiragino Sans GB W3.otf');
}
body {font-family:hsFont; font-size: 16px; line-height: 160%;} */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {font-family: "Microsoft YaHei"; font-size: 14px; line-height: 180%;}
pre{font-family: "Microsoft YaHei";}
ul li {
    list-style: none;
}
a{text-decoration:none; color: #6972a6;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.fl{float: left;}
.fr{float: right;}

.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mb50{margin-bottom: 50px;}
.ml15{margin-left: 15px;}
.mr15{margin-right: 15px;}
.ml16{margin-left: 16px;}
.mr16{margin-right: 16px;}
.ml17{margin-left: 17px;}
.mr17{margin-right: 17px;}
.ml18{margin-left: 18px;}
.mr18{margin-right: 18px;}
.ml19{margin-left: 19px;}
.mr19{margin-right: 19px;}
.ml20{margin-left: 20px;}
.mt20{margin-top: 20px;}
.mr20{margin-right: 20px;}
.mb20{margin-bottom: 20px;}
.ml15{margin-left: 15px;}
.mt15{margin-top: 15px;}
.mr15{margin-right: 15px;}
.mb15{margin-bottom: 15px;}
.mt10{margin-top: 10px;}
.mb10{margin-bottom: 10px;}
.mr30{margin-right: 30px;}
.mr33{margin-right: 33px;}
.pl15{padding-left: 15px;}
.pr15{padding-right: 15px;}
.pl16{padding-left: 16px;}
.pr16{padding-right: 16px;}
.pl17{padding-left: 17px;}
.pr17{padding-right: 17px;}
.pl18{padding-left: 18px;}
.pr18{padding-right: 18px;}
.pl19{padding-left: 19px;}
.pr19{padding-right: 19px;}
.pl20{padding-left: 20px;}
.pr20{padding-right: 20px;}
.p20{padding: 20px;}
.p5{padding: 5px;}
.pt5{padding-top: 5px;}
.pb5{padding-bottom: 5px;}
.pt10{padding-top:10px;}
.pb10{padding-bottom: 10px;}
.pt20{padding-top: 20px;}
.pb20{padding-bottom: 20px;}
.pt30{padding-top: 30px;}
.pb30{padding-bottom: 30px;}
.pt40{padding-top: 40px;}
.pb40{padding-bottom: 40px;}
.h76{height: 76px;}
.h70{height: 70px;}
.lh70{line-height: 70px;}
.lh35{line-height: 35px;}
.lh30{line-height: 30px;}
.color1{color: #9c9c9c;}
.color2{color: #ab343c;}
.f12{font-size: 12px;}
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f22{font-size: 22px;}
.f24{font-size: 24px;}
.f26{font-size: 26px;}
.f28{font-size: 28px;}
.f30{font-size: 30px;}
.f32{font-size: 32px;}
.t-c{text-align: center;}
.o-h{overflow: hidden;}
.col-4{width: 25%;}
.col-5{width: 20%;}
.col-3{width: 35%;}
.w1200{width: 1200px;}
.w1200{width: 1200px;}
.mc{margin:0 auto;}
.radius5 {
    border-radius: 5px;
}
.w650{width: 650px;}
.w560{width: 560px;}
.w510{width: 510px;}
.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #2640af;
    cursor: pointer;
    color: #fff;
    border: 1px solid #2640af;
}
.bg1{background-color: #8d8d8d;
    border-color: #1c84c6;}
.wrapper-1200 .NCenter, .wrapper-1200 .absoluteModuleInner, .wrapper-1200 .bannerArea, .wrapper-1200 .customModuleRow, .wrapper-1200 .customModuleRowInner, .wrapper-1200 .footerConArea, .wrapper-1200 .frameContainer, .wrapper-1200 .headerConArea, .wrapper-1200 .topBarArea {
    width: 1200px;
}
#header {
    width: 100%;
}
.header {
    margin: 0 auto;
    position: relative;
    background-color: #f9f9f9;
    opacity: 1;
    filter: alpha(opacity:100);
}
#header .headerBg {
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    
}
.headerConArea {
	width: 1200px;
	height:147px;
	background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../Images/logo.jpg);
    margin: 0 auto;
}
.logo{
	width: 520px;
	height: 147px;
	float: left;
}
.chattools{
	position: relative;
	width: 1200px;
	padding: 10px 0 10px 0;
	margin: 0 auto;
	font-size: 12px;
	z-index: 3;
}
.jcimg{
	position: relative;
	width: 397px;
	height: 260px;
	overflow: hidden;
}

.jccon{
	position:absolute;
	left: 0px; 
	top: 0px;
	width: 397px;
	height: 260px;
	padding: 30px 5px 10px 8px;
	font-size: 14px;
	color: #fff;
	background-color:rgba(46,38,35,0.79);
	display: none;
}
.liHover .jccon{
	display: block;
}



.content{
	width: 943px;
	overflow: hidden;
	margin:0 auto;
}



.icon-qq{
	padding: 10px 9px;
	background: url("../Images/qq.jpg") no-repeat center center /cover;
}
.icon-wx{
	padding: 10px 12px;
	background: url("../Images/wx.jpg") no-repeat center center /cover;
}
.icon-call{
	padding: 10px 10px;
	background: url("../Images/call.jpg") no-repeat center center /cover;
}
.icon-fg1{
	padding: 10px;
	background: url("../Images/fg1.jpg") no-repeat center center;
}
.WeChat{
	position: absolute;
	top: 43px;
	right: 140px;
	width: 147px;
	z-index: 4;
	background-color:#95a9bb;
	background-color:rgba(0,0,0,0.2);
	text-align: center;
	display: none;
}
.wxjt{
	width: 147px;
	height: 14px;
	background: url(../Images/jt.png) no-repeat top left;
	position: absolute;
	top: -14px;
}
.WeChat img{
	padding: 10px;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.WeChat p{
	color: #fff;
}
.navbarbg{
	width: 100%;
	height: 51px;

	z-index: 2;
	top: 43px;
	background-color:#31335a;
}
.navbar{
	width: 1200px;
	margin: 0 auto;
}
.navbar .navs{width: 1200px;margin: 0 auto; font-size: 12px;}
.navbar ul li{width:127px; color: #fff;padding: 12px 0; text-align: center; }
.navbar ul li a{color: #fff; font-size:16px; text-decoration:none;}
.item{
	position:relative; z-index:88888;
}
.navbar ul li.on{background-color: #6f7198; height: 51px;}
.navs .sub{display:none; width:127px; left:0; top:50px;  position:absolute;background-color:rgba(148,172,202,0.8);z-index: 99999;}
.navs .sub li{zoom:1; border:none;padding:0; }
.navs .sub a{ display:block;padding: 12px 0; width:127px; text-align: center; text-decoration:none;}
.navs .sub a:hover{color:#fff;background-color:rgba(95,129,175,0.8);}
.inputkey{
	width: 208px;
	height: 38px;
	text-indent: 10px;
	background:url(../Images/btn_03.png) no-repeat;
	border:none;
	display: inline-block;
	float: right;
}
.submitbtn{
	width: 57px;
	height: 38px;
	background:url(../Images/btn_04.png) no-repeat;
	border:none;
	display: inline-block;
	float: right;
}

.main{
	width: 100%;
	padding: 34px 0 34px 0;
	
}
.maincontent,.maincontent1,.maincontent2,.maincontent3,.maincontent4,.maincontent5,.maincontent6,.maincontent7,.maincontent8{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.titcell{
	width: 940px;
    background-image: url(../Images/xian.png);
    background-repeat: repeat-x;
    background-position: center center;
    margin: 30px auto;
}
.titcelltit{
	padding: 5px 10px;
	background-color: #fff;
	margin: 0 auto;
	color: #1b2066;
	line-height: 35px;
	margin-bottom: 34px;
	letter-spacing: 2px;
}
.w300{width: 300px;}
.w200{width: 200px;}
.maincell{
	width:1200px; 
	margin: 0 auto;
	overflow: hidden;
}
.maincellleft{
	width: 580px;
	padding: 10px 10px;
	float: left;
}
.maincellright{
	width: 580px;
	padding: 0px 10px;
	float: right;
}

.maindata{
	width: 100%;
	background-color: #f3f2f2;
	height: 710px;
}
.news_ov{
	width: 1300px;
}
.index_news{
	width: 354px;
	height: 559px;
	margin-right:66px;
	background-color: #ffffff;
	float: left;
}
.index_news_con{
	width: 300px;
	margin: 0 auto;
} 
.hong_icon{background:url(../Images/hong.png) no-repeat left 10px; padding-left: 10px; font-size: 16px;}

.classnav{
	width: 710px;
	margin: 36px auto;
	overflow: hidden;
}
.classnav li{padding: 5px 10px; width: 100px; border-radius: 50px; border: 1px solid #2640af; background-color: #f1f1f1; color:#2640af; text-align: center;float: left; margin-right:77px; cursor: pointer;}
.classnav li:hover{
	color: #fff;
	background-color: #2640af;
}
.classnav .hover{
	color: #fff;
	background-color: #2640af;
}
.class_ov{
	width: 1300px;
	overflow: hidden;
}
.index_class{
	width: 368px;
	height: 420px;
	margin-right:40px;
	margin-bottom: 100px;
	float: left;
}

.maindata2{
	width: 100%;
	height: 694px;
	background-color: #81a0cf;
}


.xyxs{
	width: 543px;
	height: 157px;
	border: 1px solid #dddddd;
	background-color: #eeeeee;
}
.pigpic{border: 4px solid #d9d9d9; height: 334px; }
.smallpic{float: left; width: 79px; height: 78px; margin-right: 20px;}
.oncheck{border: 4px solid #d9d9d9;}


.lead{width:100%;height:58px; background: url(../Images/icon-menu.jpg) no-repeat left center;text-indent: 27px; font-weight:bold; line-height: 310%; color: #3e68a8; font-size: 28px;}
.mall{
	width: 100%; padding: 20px 0; line-height: 250%; min-height: 300px;
}
.mall img{max-width: 100%;}
.link{
	width: 100%;
	height: 487px;
	overflow: hidden;
	background: url(../Images/linkbg.png) repeat-x;
}
/*----------------- footer ----------------*/
.footer{
	width: 100%;
	height: 457px;
	padding-top:40px;
	background-color: #2e3160;
	font-size: 14px;
	color: #7d7fa1;
}
.footer a{color: #7d7fa1}
.foot{width: 1200px;margin: 0 auto; border-bottom: 1px #3b3f70 solid;}
.foot .subtitle{
	font-size: 22px;
	margin-bottom:30px;
}
.copyright{width: 1200px; margin: 0 auto; text-align: center; line-height: 60px; font-size: 12px;color: #fff;}
.copyright a{color: #fff;}