@charset "utf-8";
/* CSS Document akakaz */
* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "宋体", "新宋体", "仿宋_GB2312";
}

.clear {
	clear: both;
}


img {
	border: none;
}

ul, li, ol {
	list-style: none;
}
/* CSS Document */
/* 样式重置
-----------------------------------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul {
	list-style: none;
}
/* 清除浮动
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* 兼容清除浮动和错位 */
a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #ec3b02;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* 主体宽度设置
----------------------------------------------------------------------------------------------------*/
body {
	background: #fff;
	min-width: 1200px;
}

.box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.flex-between {
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content:space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.flex-around {
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-moz-justify-content:space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
}
.flex-wrap {
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
}
.ll {
	float: left;
}
.rr {
	float: right;
}

/*公共头部样式*/
.headtop {
	width: 100%;
	max-width: 1920px;
	height: 35px;
	margin: 0 auto;
	background: #0982e0;
}
.headtop span {
	color: #fff;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 35px;
}
.headtop span a {
	display: block;
	float: left;
	color: #fff;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 32px;
	width: 60px;
	text-align: center;
}
.headtop span .wzmap:after {
	content: "";
	width: 2px;
	height: 14px;
	background: #fff;
	display: block;
	float: right;
	margin-top:9px;
}
.head {
	width: 1200px;
	height: 105px;
	background: #fff;
	margin: 0 auto;
}
.head .logo {
	
}
.hottel {
	margin-top: 25px;
	height: 50px;
	padding-left: 60px;
	background: url(../images/tel.png) no-repeat left center;
}
.hottel p {
	font-family: "微软雅黑";
	color: #282829;
	font-size: 16px;
	line-height: 20px;
}
.hottel h1 {
	font-family: "微软雅黑";
	color: #242424;
	font-size: 24px;
	line-height: 30px;
}
.nav {
	width: 100%;
	max-width: 1920px;
	height: 55px;
	border-top:1px solid #e4e4e4;
	margin: 0 auto;
}
.nav ul {
	width: 1200px;
	height: 55px;
	position: relative;
}
.nav  li {
	float: left;
	width: 149px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: url(../images/navbg.png) no-repeat 20px 25px;
}
.nav li a {
	font-family: "微软雅黑";
	color: #333;
	font-size: 16px;
	display: block;
}
.nav li:hover {
	background: url(../images/navbga.png) no-repeat 20px 25px #0982e0;
}
.nav li:hover a {
	color: #fff;
}

/*banner*/
.flexslider { margin: 0px auto; position: relative; width: 100%; height: 425px; overflow: hidden; zoom: 1; }
.flexslider .slides li { width: 100%; height: 100%; }
.flex-direction-nav a { width: 70px; height: 70px; line-height: 99em; overflow: hidden; margin: -35px 0 0; display: block; background: url(../images/ad_ctr.png) no-repeat; position: absolute; top: 50%; z-index: 10; cursor: pointer; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .3s ease; border-radius: 0px; }
.flex-direction-nav .flex-next { background-position: 0 -70px; right: 0; }
.flex-direction-nav .flex-prev { left: 0; }
.flexslider:hover .flex-next { opacity: 0.8; filter: alpha(opacity=25); }
.flexslider:hover .flex-prev { opacity: 0.8; filter: alpha(opacity=25); }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; filter: alpha(opacity=50); }
.flex-control-nav { width: 100%; position: absolute; bottom: 10px; text-align: center; }
.flex-control-nav li { margin: 0 2px; display: inline-block; zoom: 1;  *display: inline;
}
.flex-control-paging li a { background: url(../images/dot.png) no-repeat 0 -16px; display: block; height: 16px; overflow: hidden; text-indent: -99em; width: 16px; cursor: pointer; }
.flex-control-paging li a.flex-active, .flex-control-paging li.active a { background-position: 0 0; }
.flexslider .slides a img { width: 100%; height:425px; display: block; }

/*公共栏目样式*/
.sidebar {
	width: 260px;
	min-height:100px;
	float: left;
 	margin-bottom: 30px;
}
.pro-tit {
	width: 260px;
	height: 90px;
	background: #0982e0;
}
.pro-tit h1 {
	text-align: center;
	font-family: "微软雅黑";
	color: #fff;
	font-size: 24px;
	line-height: 90px;
	text-align: center;
}
.pro-navlist {
	width: 260px;
	min-height: 260px;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.pro-navlist li {
	width: 260px;
	height: 59px;
	line-height: 59px;
	border-bottom: 1px solid #d1d1d1;
}
.pro-navlist li:last-child{
	border-bottom: none;
}
.pro-navlist li a {
	font-family: "微软雅黑";
	color: #333;
	font-size: 16px;
	width: 260px;
	margin:0 auto;
	display: block;
	text-align: center;
	background: #f7f7f7;
}
.pro-navlist li:hover a {
	background:#00bb76;
	color:#fff;
}


/*底部公用样式*/
.links {
	width: 100%;
	max-width: 1920px;
	background: #0982e0;
	height: 40px;
	overflow: hidden;
	margin:0 auto;
	border-bottom: 1px solid #3297e5;
}
.links ul {
	width: 1200px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
}
.links ul li {
	float: left;
}
.links ul li a:after {
	content: "";
	width: 1px;
	height: 14px;
	display: block;
	float: right;
	background: #fff;
	margin-top: 13px;
}
.links ul li:last-child a:after {
	background: #fff;
}
.links ul li,.links ul li a {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
}
.links ul li a {
	padding: 0 10px;
}
.links ul li:hover a {
	color: #fff;
	text-decoration:underline;
}
.footer {
	width: 100%;
	max-width: 1920px;
	height: 85px;
	margin: 0 auto;
	background: #0982e0;
	padding: 15px 0;
}
.fpronav {
    height: 20px;
    width: 610px;
	margin:0 auto;
}
.fpronav ul {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.fpronav ul li {
	float: left;
}
.fpronav ul li,.fpronav ul li a {
	font-family: "微软雅黑";
	font-size: 14px;
	padding: 0 5px;
}
.fpronav ul li a {
	color: #fff;
}
.fpronav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
.copyright {
	height: 35px;
	text-align: center;
}
.copyright p {
    height: 25px;
    line-height: 25px;
	text-align: center;
	color: #fefefe;
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: normal;
}
.copyright a {
	color: #fefefe;
	font-family: "微软雅黑";
	font-size: 14px;
}
.copyright a:hover {
	color: #fefefe;
}

.mainpros1-ct {
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin: 20px 0 35px;
}
.mainprotitle-ct h3 {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.8;
	text-align: center;
}
.mainprotitle-ct .infos {
	overflow: hidden;
	margin: 15px 0;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	color: #666;
}
.mainprotitle-ct .infos .left {
	float: left;
}
.mainprotitle-ct .infos .tit {
	display: inline-block;
	padding-right: 25px;
}
.mainprotitle-ct .infos .ico {
	display: inline-block;
	margin-right: 5px;
	width: 17px;
	height: 17px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-image: url(../img/icon_ct1.png);
}
.mainprotitle-ct .infos .icodate {background-position: 0 0;}
.mainprotitle-ct .infos .icoread {background-position: -17px 0;}
.mainprotitle-ct .right {
	overflow: hidden;
	float: right;
}
.mainprotitle-ct .shtitle {
	float: left;
}
.mainprotitle-ct .bshare-custom a {
	padding-left: 36px;
	height: 35px;
	background-image: url(../img/icon_ct1.png);
}
.mainprotitle-ct .bshare-custom {
	float: left;
	padding-top: 8px;
	width: 126px;
}
.mainprotitle-ct .bshare-custom .bshare-weixin {background-position: 0 -17px;}
.mainprotitle-ct .bshare-custom .bshare-qzone {background-position: -36px -17px;}
.mainprotitle-ct .bshare-custom .bshare-sinaminiblog {background-position: -72px -17px;}
.mainpros1-left-ct {
	float: left;
	width: 475px;
	border: 1px solid #e2e2e2;
}
.bigImg {
	height: 350px;
}
.mainpros1-right-ct {
	float: right;
	width: 350px;
}
.mainpros1-right-ct h3 {
	width: 433px;
	font-weight: normal;
    font-size: 24px;
    line-height: 70px;
    color: #333333;
}
.mainpros1-right-ct .infos {
    padding: 10px 0 20px;
    font-size: 14px;
    line-height: 33px;
    border-top: 1px dashed #e0e0e0;
    border-bottom: 1px dashed #e0e0e0;
}
.maintabstit-ct {
	padding: 0 10px;
	line-height: 58px;
	font-size: 16px;
	border: 1px solid #dedede;
	background-color: #f7f7f7;
}
.maintabstit-ct a {
	display: inline-block;
	width: 15%;
	text-align: center;
	color: #000;
}
.maintabstit-ct .ico {
	display: inline-block;
	margin-right: 6px;
	background-image: url(../img/icon_ct1.png);
}
.maintabstit-ct .cont .ico {width: 14px;height: 17px;background-position: 0 -138px;}
.maintabstit-ct .order .ico {width: 17px;height: 14px;background-position: -15px -140px;}
.maintabstit-ct .ctus .ico {width: 17px;height: 17px;background-position: -31px -138px;}
.maintabstit-ct a.on,.maintabstit-ct a:hover {color: #1e4fdc;}
.maintabstit-ct a:hover .cont .ico,.maintabstit-ct .cont.on .ico {background-position: 0 -155px;}
.maintabstit-ct a:hover .order .ico,.maintabstit-ct .order.on .ico {background-position: -15px -157px;}
.maintabstit-ct a:hover .ctus .ico,.maintabstit-ct .ctus.on .ico {background-position: -31px -155px;}

.popform-ct .conts {
	overflow: hidden;
	overflow-y: auto;
	padding: 20px 30px;
}
.popform-ct .row {
    margin-bottom: 12px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}
.popform-ct .row:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.popform-ct .tit {
    display: inline-block;
    float: left;
    margin-right: 5px;
    width: 70px;
    text-align: right;
}
.popform-ct .con {
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.popform-ct .inpt {
	display: block;
    line-height: 30px;
    padding: 0px 10px;
    max-width: 380px;
    border: 1px solid #d2d2d2;
}
.popform-ct .inpt.inp1 {
	width: 100%;
}
.popform-ct .inpt.beizhu {
	height: 67px;
}
.popform-ct .inpt.yzhe {
	display: inline-block;
	width: 180px;
	vertical-align: middle;
}
.popform-ct img {
	display: inline-block;
	margin: 0 15px;
	height: 28px;
	vertical-align: middle;
}
.popform-ct a {
	display: inline-block;
	font-size: 16px;
	color: #ff5e25;
}
.popform-ct .go-sub {
    margin-left: 70px;
    margin-top: 8px;
    padding: 8px 28px;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    background: #ff5e25;
    color: #fff;
    transition: all .4s;
    cursor: pointer;
}
.popform-ct .go-sub:hover{
    background-color: #fe4200;
}
.mainpros1-right-ct .tel-ct {
    padding: 10px 0;
    font-size: 16px;
    color: #333;
}
.mainpros1-right-ct .tel-ct span {
    font-size: 24px;
    color: #fe330b;
}
.maindetail1-ct {
	margin: 10px 0 20px;
	padding: 25px 0;
	border-bottom: 1px solid #dedede;
}
.mconts1-ct {
	padding-top: 10px;
	font-size: 16px;
	line-height: 2;
	color: #000;
}
.mtitle1-ct {
	line-height: 50px;
}
.mtitle1-ct .cn {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #0982e0;
}
.mtitle1-ct .en {
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	font-style: italic;
	color: #999;
}
.mcontsus-ct {
	overflow: hidden;
	margin-top: 20px;
}
.mcontsus-ct p {
	float: left;
	margin-right: 1%;
	padding: 0 10px;
	width: 32%;
	font-size: 13px;
	line-height: 50px;
	border: 1px solid #cecece;
	background-color: #f7f7f7;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	box-sizing: border-box;
	color: #000;
}

