﻿/*重置样式*/

*{margin:0;padding:0}
a{text-decoration: none;}
em,strong,b,h2,h3{font-style: normal; font-weight: normal;}
ul,li{list-style: none;}
fieldset,form,label,input,button{outline: none;border: none;}
.cStyle{width: 1200px; margin: 0 auto;}
.pointer{cursor: pointer;}
.clearfix:after{content:"\200B";display: block;height: 0; clear: both;}
.clearfix{*zoom:1}
.elip{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.fl{float:left;}
.fr{float:right;}

body{width:100%;  min-width: 1200px;
}


/* @media screen and (max-width:1460px){ */
 /* .banner{background:url(../images/topB.png) no-repeat; width:1440px; height: 234px;margin: 0 auto; } */
/* } */
/* @media screen and (min-width:1460px){ */
 /* .banner{background:url(../images/topB1.png) no-repeat; width:1700px; height: 234px; margin: 0 auto; } */
/* } */

/*页头*/
 .banner{width: 100%; background:url(../images/topbg.png) repeat-x center top; height:234px;} 
 .banner1{width: 100%; background:url(../images/top3.png) no-repeat center top; height:234px;}
 
 .body1{/*width:1700px;*/ margin:0 auto;width:100%;}
.loginBar{/*width:1700px;*/ background:#f7f7f7; height: 38px;width:100%;}

.loginBar p.fl{color: #717171;font-size: 14px;line-height: 38px;}
.search {width: 265px; height: 28px; background: url(../images/search.png) no-repeat; margin-top:5px; padding-left:25px;position: relative;}
.search input{font-size: 14px;line-height: 28px;height: 28px;}
.search i{width: 30px; height: 28px;position: absolute; right: 0; top: 0; disolay:inline-block;    right: 21px;
    top: -1px;}

.login{/*margin-top:8px;*/ margin-left: 5px;line-height:38px}
.login label{color: #245086; font-size: 14px;}
.login .inpBox{width: 90px;height: 20px;border:1px solid #b5b5b5}
.login input[type="submit"]{background:#ebb124;}
.login input[type="button"]{background:#2780d8;}
.login input[type="submit"],.login input[type="button"]{width: 56px; line-height: 26px; border-radius: 4px; font-size: 14px; color: #fff;}


.nav{background:url(../images/navbg1.png) repeat-x center top;height: 40px;width:100%; margin: 0 auto 32px;}
.nav ul{width:1096px; margin: 0 auto;}
.nav ul li{width: 104px; float: left; height:40px !important;}
.nav ul li.active,.nav ul li:hover {background:url(../images/navactive1.png) no-repeat center bottom;}
.nav ul li.active a,.nav ul li:hover a{color:#fff;}
.nav ul li a{ padding:0 !important;display:inline-block;width: 104px ;height:40px;text-align: center;/* border-right:1px solid #333;*/ color: #333 !; font-size: 16px;line-height:40px;overflow:hidden}

.downBox {
	font-family: "微软雅黑";
	width:100%;
	overflow:hidden;
    text-align:center;
	display: none;
	height:32px;
	background:#173780;
}

.downBox a{
	cursor: pointer;
	line-height:32px;
	color:#fff;
	padding:0 12px;
}

.downBox a:hover{
	color:#ebb124;
}



/*页尾*/
.link_foot{
	height: 32px!important;
	background: #357abc;
	padding: 30px 0 !important;
	color: #fff;
	margin:0 auto;
	
}
.link3{
	width:1200px;
	margin: 0 auto;
}
 .link_foot .link2{
    	display: none;
    	*display: block;
        height: 52px;
    	    width: 1200px;
    margin: 0 auto;
    padding-bottom: 1px !important;
    }
.link_foot    .link2 span{
    	    width: 93px;
    float: left;
    text-align: right;
    margin-right: 18px;    margin-top: 8px;
    }
.link_foot	 .link2 select{
	 	    width: 200px;
    float: left;
    height: 34px;
    margin-right: 13px;
	 }
.layui-input, .layui-select, .layui-textarea {
    height: 32px !important;
    line-height: 1.3;
  
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 0px !important; }

.link3 select{    width: 173px;
    display: inline-block;
    margin: 0 6px;
    height: 32px;
    line-height: 24px;}
.footIN{
	font-family: "微软雅黑";
	padding:30px ;
	color: #357abc;
	font-size: 13px;
	text-align: center;
	line-height: 26px;
	margin:0 auto;
	position:relative
}
.footIN a{
	cursor: pointer;
	color: #357abc;
}
.layui-form-label {

    padding: 4px 15px !important;

}
.foot{width:100%;}
.footIN .wechat{
	position:absolute;
    right: 130px;
    top: 20px;
	width:200px;
	height:120px;
	cursor:pointer;
	
}
#vx{
	 transition:All 0.4s ease-in-out;
       -webkit-transition:All 0.4s ease-in-out;
       -moz-transition:All 0.4s ease-in-out;
      -o-transition:All 0.4s ease-in-out;
}
#vx:hover{
       transform:translate(0,-10px);
      -webkit-transform:translate(0,-10px);
       -moz-transform:translate(0,-10px);
       -o-transform:translate(0,-10px);
       -ms-transform:translate(0,-10px);
}
.footIN .wechat .code{
	display:none;
	position:absolute;
 right: -38px;
    top: -10px;

}