@charset "utf-8";

/*reset*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, strong, sub, sup, dd, dl, dt, li, ol, ul, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;}
ul{margin:0; padding:0; list-style:none;}
font{font-family:"Arial","微软雅黑";}
input, button, textarea{
	margin: 0;
	padding: 0;
	border-width: 1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
a img{border:0 none;}
a{text-decoration:none;}
a:hover{ 
	text-decoration:none;
}

table {	border-collapse: collapse;	border-spacing: 0;}
label,button{cursor:pointer;}
select,input,textarea,button{outline:none;font-family:"微软雅黑";} 
em,i{font-style:normal;}


.header .nav li,.header-fix,.header-fix02,.lan_tit,.lan_select li a{transition:all .5s ease; -webkit-transition:all .5s ease;-moz-transition:all .5s ease; -o-transition:all .5s ease; -ms-transition:all .5s ease;}





/*common*/
.fl{float: left;}
.fr{float: right;}
.clearfix:after{
	display: block;
	content: "";
	height: 0;
	clear: both;
}
.clearfix{*zoom: 1;}
.wrapper{
	width: 1200px;
	margin: 0 auto;	
}
/*font-face*/
@font-face {
	font-family: 'Conv_ALTERNATE GOTHIC NO.2 BT';
	src: url('../fonts/ALTERNATE GOTHIC NO.2 BT.eot');
	src: local('☺'), url('../fonts/ALTERNATE GOTHIC NO.2 BT.woff') format('woff'),
	url('../fonts/ALTERNATE GOTHIC NO.2 BT.ttf') format('truetype'),
	url('../fonts/ALTERNATE GOTHIC NO.2 BT.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*header*/
.header{
	width: 100%;
	min-width:1200px;
	height: 100px;
	background-color: #fff;
	position:relative;
	z-index:99;
}

.header-fix02{ position:fixed; width:100%; z-index:9999; -webkit-box-shadow:0 0 5px rgba(0,0,0,.2); box-shadow:0 0 5px rgba(0,0,0,.2);}

.header .logo{
	width: 275px;
	height: 42px;
	overflow: hidden;
	margin-top: 27px;
}

.header .logo a{display: block;}

.header .logo a img{
	width: 275px;
	height: 42px;
}

.header .nav{
	font-family: "微软雅黑";
	font-size: 18px;
	font-weight: 0;
}

.header .nav>ul>li{
	float: left;
	margin-left:6px;
	position: relative;
	border-bottom:solid 4px #fff;
}

.header .nav>ul>li:before{
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #515459;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	top: 46px;
	left: -6px;
}

.header .nav>ul>li:first-child:before{
	display: block;
	content: "";
	width: 0;
	height: 0;
}

.header .nav>ul>li>a{
	display: block;
	padding: 36px 30px;
	color: #515459;
}

.header .nav>ul>li:hover,.header .nav>ul>li.current{
	border-color:#515459;
}


.header .nav>ul>li .sub-menu{
	width: 460px;
	height: 210px;
	background-color: #575b60;
	position: absolute;
	top: 100px;
	left: 0;
  	font-size: 16px;
  	font-family: "SimSun";
  	z-index: 999;
	display:none;
}



.header .nav>ul>li:first-child .sub-menu{background: url(../images/pro01.jpg) no-repeat;}

.header .nav>ul>li:nth-child(2) .sub-menu{background: url(../images/pro02.jpg) no-repeat;}
.header .nav>ul>li:nth-child(3) .sub-menu{background: url(../images/pro49.jpg) no-repeat;}
.header .nav>ul>li:nth-child(4) .sub-menu{background: url(../images/pro03.jpg) no-repeat;}

.header .nav>ul>li:nth-child(6) .sub-menu{
	position: absolute;
	top: 100px;
	left: -328px;
	background: url(../images/pro04.jpg) no-repeat;
}


.header .nav>ul>li .sub-menu ul{
	margin: 35px 0 0 30px;
}

.header .nav>ul>li .sub-menu ul li{
	margin-bottom: 15px;
	
}

.header .nav>ul>li .sub-menu ul li a{
	color: #205f5e;
	line-height: 1.5;
	vertical-align: middle;
	
}

.header .nav>ul>li .sub-menu ul li:before{
	display: inline-block;
	content: "";
	width: 8px;
	height: 1px;
	background-color: #fff;
	vertical-align: middle;
	margin-right: 10px;
}

.header .nav>ul>li .sub-menu ul li:hover{
	margin-left: .5em;
}




.language{width:25px;position:relative; padding:36px 10px 39px 20px;}
.lan_tit{ width:25px;height:25px; background:url(../images/lan.png) no-repeat center;cursor:pointer;}
.language:hover .lan_tit,.header-fix .language .lan_tit{background:url(../images/lan01.png) no-repeat center;}
.lan_select{position:absolute;right:0;z-index:9; width:120px; background:#fff;top:100px; display:none;}
.lan_select li a{display:block;line-height:24px; padding:10px 10px;color:#696969;  font-size:16px; border-bottom:solid 1px #e5e5e5;}
.lan_select img{ vertical-align:middle;margin-right:10px;}
.lan_select li:hover a{color:#000;}





/*footer*/
.footer{
    clear: both;
	width: 100%;
	min-width: 1200px;
	padding: 38px 0;
	overflow: hidden;
	background-color: #006565;
}
.footer .footer-left{
	float: left;
	width: 550px;
	overflow: hidden;
}
.footer .footer-left .code{
	width: 140px;
	height: 140px;
	overflow: hidden;
	background-color: #dcdcdc;
}
.footer .footer-left .code img{
	width: 140px;
	height: 140px;
}
.footer .footer-left .left-con{
	overflow: hidden;
	padding-left: 28px;
}
.footer .footer-left .left-con .chat{margin: 15px 0 20px 0;}
.footer .footer-left .left-con .chat a{
	display: block;
	float: left;
	width: 138px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	margin-right: 5px;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
}
.footer .footer-left .left-con .chat a:hover{
	background-color: #1d1d1d;
	border: 1px solid #1d1d1d;
}
.footer .footer-left .left-con h2 {
  	font-size: 24px;
  	font-family: "Microsoft YaHei";
  	color: #fff;
  	line-height: 1.5;
  	margin-bottom: 15px;
}
.footer .footer-left .left-con p{
  	font-size: 16px;
  	font-family: "Microsoft YaHei";
  	color: #fff;
  	line-height: 1.5;
}

.footer .footer-right .focus{
	margin-top: 17px;
}
.footer .footer-right .focus p{
  	font-size: 20px;
  	font-family: "Microsoft YaHei";
  	color: #fefefe;
  	line-height: 1.9;
	text-align: right;
}
.footer .footer-right .focus .share{
	text-align: right;
	margin: 10px 0;
}
.footer .footer-right .focus .share a{
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-left: 19px;
	/*background: #fff;*/
	/*border-radius: 5px;*/
	overflow: hidden;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
}
.footer .footer-right .focus .share a img{
    width: 100%;
}
.footer .footer-right .focus .share a.icon05{width: 59px;}

/*.footer .footer-right .share a.icon01{background: url(../images/pro-icon.png) no-repeat -16px -139px;}*/
/*.footer .footer-right .share a.icon02{background: url(../images/pro-icon.png) no-repeat -157px -139px;}*/
/*.footer .footer-right .share a.icon03{background: url(../images/pro-icon.png) no-repeat -63px -139px;}*/
/*.footer .footer-right .share a.icon04{background: url(../images/pro-icon.png) no-repeat -110px -139px;}*/
/*.footer .footer-right .share a.icon05{background: url(../images/pro-icon.png) no-repeat -76px -95px;}*/

.footer .footer-right .focus .share a:hover{
	opacity: .75;
	filter: Alpha(opacity=75);
}

.footer .footer-right>p,.footer .footer-right>p a{
  	font-size: 14px;
  	font-family: "Microsoft YaHei";
  	color: #fff;
  	line-height: 2;
}
.footer .footer-right>p span{
	display: inline-block;
	margin-right: 15px;
}



.p-navi .p-icon{margin-top: 14px;}
.p-navi .pn-list{
	line-height: 70px;
}
.p-navi .pn-list a{
	display: inline-block;
	margin: 0 30px;
	color:#303030;
}








