/* CSS Document */

*{text-overflow: ellipsis;
/*去掉移动端点击阴影方块*/
-webkit-tap-highlight-color:transparent;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
tap-highlight-color: rgba(0, 0, 0, 0);outline:none;word-break:break-all;}
html,body{ height:100%; width:100%;}
body{
	margin: auto; background-color:#FFFFFF;
	font-size: 14px;
	line-height: 2;
	font-family: "微软雅黑", "宋体", Arial;
	color: #333333; min-width:1200px; overflow-x:hidden; padding:0px;
}
body,div,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,input,button,textarea,p,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{ margin-left:auto; margin-right:auto; margin-top:5px; margin-bottom:5px;}
:focus{outline:none;}/*聚焦边框样式取消*/
table{
border-collapse: collapse;
}
a{
color: #333333;
text-decoration: none;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;
}
a:hover{
	color: #006DB8;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img[align="left"]{ margin-right:10px;}
img[align="right"]{ margin-left:10px;}
ul,li,p,dl,dt{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div,span{text-overflow: ellipsis;}
.clear{ clear:both}

/*垂直居中*/
.center{ display: flex;
    justify-content:center;
    align-items:center;}
/*图片放大*/
.fd img{    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;}
.fd:hover img{    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);}

.fl{ float:left}
.fr{ float:right}

.xuanzhuan{
 -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 10s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 10s;
    -webkit-animation: rotate 30s linear infinite;
    -moz-animation: rotate 30s linear infinite;
    -o-animation: rotate 30s linear infinite;
    animation: rotate 30s linear infinite;
}
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(359deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(359deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
}


.xz .iconfont{ transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;}
.xz:hover .iconfont {transform: rotate(360deg);}







.box{ width:1280px; margin:auto}

.nav{line-height:65px;}
.nav ul li ul li{ float:left; width:100%; line-height:1.2;}
.nav ul li a{
	display:block;
	padding-left:20px;
	padding-right:20px;
	position: relative; font-size:16px; color:#FFFFFF;
}
.nav ul li ul li a{ padding-top:15px; padding-bottom:15px; font-size:14px;}
.nav ul li a:hover,.nav .box>ul >li.active a,.nav .box>ul >li.hover a{
	background-color:#FF9600;
}

.nav ul li a:after{
	content:'';
	height:10px;
	float: left;
	margin-top: -5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(255,255,255,0.2);
	position: absolute;
	left: 0px;
	top: 50%;
}
.nav ul li a:before{
	content:'';
	height:10px;
	float: left;
	margin-top: -5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(0,0,0,0.2);
	position: absolute;
	left: -1px;
	top: 50%;
}
.nav ul li:nth-child(1) a:after,.nav ul li:nth-child(1) a:before{ display:none}
.nav ul ul{ display:none}



.pagination{ clear:both; text-align:center; padding-top:20px;}
.pagination li{
	display:inline-block;
	border: 1px solid #dddddd;
	padding-left:12px;
	padding-right:10px;
	margin: 0px; overflow:hidden;
}

.pagination li+li{
	border-left-style: none;
}
.pagination li:first-child+li{border: 1px solid #dddddd;border-radius:3px 0 0 3px;}
.pagination li:last-child,.pagination li:first-child{border: 1px solid #dddddd;border-radius:3px;}
.pagination li:nth-last-child(2){border-radius:0 3px 3px 0;}
.pagination li.disabled{}
.pagination li.active{ background-color:#0D72BA; color:#FFFFFF}

.pagination li a{ color:#333333}

#top{
/*	position:fixed;
	z-index:2222;
	left: 0px;
	top: 0px;*/
	width:100%;
	float:left; /*box-shadow:0 0 5px rgba(0,0,0,0.2);*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-color:rgba(255,255,255,0.3);
	background-image: url(topbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.fixed{	background-color:#03979c;
	background-color:rgba(0,0,0,0.2);}

#top .logo{ font-size:12px; color:#FFFFFF; color:rgba(255,255,255,0.6); line-height:1.2; padding-top:10px; padding-bottom:10px;}

#top .logo img,#top .logo{ float:left; font-size:24px; color:#006DB8;}
#top .logo .t1{font-size: 18px;
color: rgb(42, 42, 42);}
#top .logo .t2{
	font-weight: bold;
}
#top .logo .div{
	float:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	margin-left: 15px;
	padding-left: 15px; display: flex;
    justify-content:center;
    align-items:center; min-height:50px; margin-top:10px;
}
#top .tel{ line-height:1.2;display: flex;
    justify-content:center;
    align-items:center; min-height:50px; margin-top:20px;}
#top .tel .t1{
	color:#666666;
	background-image: url(tel.png);
	background-repeat: no-repeat;
	background-position: left center; padding-left:20px;
}
#top .tel .t2{ font-size:30px;color: #006DB8;	font-weight: bold;}

.nav,.footnav{ background-color:#006DB8; font-size:16px;}
.footnav ul ul{ display:none;}
.footnav { line-height:80px; text-align:center;}
.footnav a:hover{ color:#FF9600;}
.nav,.nav a,.footnav,.footnav a{ color:#ffffff;}
.nav .box>ul,.footnav .box>ul{ display:table; width:100%;}
.nav .box>ul>li,.footnav .box>ul>li{ display:table-cell; text-align:center;}
.nav .box>ul li{ position:relative;}
.nav .box>ul li:hover>ul{ position:absolute; display:block; z-index:2; background-color:#006DB8; background-color:rgba(0,109,184,0.8); top:100%; left:0; width:100%;}
.nav .box>ul li li:hover>ul{ top:0; left:100%;}
.nav .box>ul>li ul li a{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(255,255,255,0.3);
	border-bottom-color: rgba(0,0,0,0.2);
}
.copy{ text-align:center; background-color:#FF8301; font-size:12px; padding-top:10px; padding-bottom:10px; margin-top:15px; clear:both;}
.copy,.copy a{ color:#ffffff;}

#foot{ clear:both; margin-top:20px;}
#foot .logo .div{color: rgb(42, 42, 42); font-size:20px; font-weight:bold;}
.foot{ clear:both; padding-top:15px; padding-bottom:15px;}
.flx{
	float:left;
	margin-left: 35px;
	padding-left: 35px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eeeeee; 
}
.flx .title{color: rgb(42, 42, 42); font-size:24px; font-weight:bold;}

.flx .item .iconfont{ margin-right:5px; font-size:18px;}
.flx .item1{ font-size:18px;}
.flx .item1 span{
	font-size:24px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif, Impact;
}
.flx .item1 .iconfont{ background-color:#666666; font-size:14px; color:#FFFFFF;border-radius:100%; padding:5px;}
.qrcode{ float:right;
	margin-left: 35px;
	padding-left: 35px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eeeeee; text-align:center;}
	
.flx,.qrcode,#foot .logo{ min-height:210px;}	
	
.link{
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eeeeee; margin-top:15px; padding-top:15px;
}	
.link .t1 ,.link .t1  i{ font-size:16px;}
.link .t1  i{ margin-right:5px;}
.link .t1 font{
	font-weight: bold;
	text-transform: uppercase;
	color: #333333; display:inline-block; padding-left:10px;
}
.link .t1 { float:left;}
.link .t2{ margin-left:160px;}

.hot{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
.hot .fl i{ color: #006DB8;}
.hot .fr input{
	height:28px;
	float:left;
	border: 1px solid #dddddd;border-radius:5px 0 0 5px; padding-left:10px; padding-right:10px;
}
.hot .fr button { background-color:#006DB8; color:#FFFFFF; border:none; float:left; height:30px; width:35px;border-radius:0 5px 5px 0;}

.banner{
	position:relative;
	background-repeat: no-repeat;
	background-position: center top; background-size:auto 100%;
	
}
.banner img,.flash img{ width:100%;}
.banner .txt{ position:absolute; left:0; top:0; width:100%; height:100%;display: flex;
    justify-content:center;
    align-items:center; color:#FFFFFF; line-height:1.5;}
.banner .txt .t1{ font-size:40px; font-weight:bold; position:relative; line-height:1.2; padding-bottom:20px;}
.banner .txt .t1:before{ content:''; height:5px; position:absolute; bottom:0; left:0; background-color:rgba(0,0,0,0.3); width:1em;}
.banner .txt .t2{ font-size:16px; margin-top:20px;}
/*首页*/
.youshi{
	background-color:#0D72BA;
	background-image: url(youshibg.jpg);
	background-repeat: no-repeat;
	background-position: center top;/* min-height:670px;*/ color:#FFFFFF; padding-top:120px; padding-bottom:120px;
}
.youshi ul{ width:40%; padding-top:40px;}
.youshi ul li{ position:relative; font-size:16px;border-radius:10px;float:left; width:23%; margin-left:1%; margin-right:1%; background-color:#ffffff;color:#0D72BA; text-align:center;}
.youshi ul li i{ background-color:#C5D4DE; padding:15px; width:40px; line-height:40px; font-size:35px;border-radius:100%; margin-top:-32.5px; position:absolute; left:50%; margin-left:-32.5px;}
.youshi ul li .t1{
	font-size:28px;
	font-weight: bold;
	font-family: Impact;
	margin-top:40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(13,114,184,0.3);
}
.youshi ul li .t2{ color:#000000; padding-top:30px; padding-bottom:30px;}
.youshi .h1{ text-align:center; font-weight:bold; font-size:42px;}
.youshi .h2{ text-align:center; position:relative; z-index:2; margin-top:15px;}
.youshi .h2:after{
	content:'';
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255,255,255,0.3);
	position: absolute;
	width: 100%;
	left: 0px;
	top: 50%; z-index:-1;
}
.youshi .h2 span{ z-index:1; text-align:center; font-size:24px; display:inline-block; background-color:#FF9900; padding-left:50px; padding-right:50px; margin:auto;}
.youshi .econtent{ position:relative; clear:both; margin-top:50px;}
.youshi .econtent .hc{ position:absolute; width:20%; left:40%; text-align:center; top:50px; font-size:22px; line-height:1.5;}
.youshi .econtent .hc .t1{ font-size:32px; font-weight:bold;}
.youshi .econtent .hc .t2{}
.youshi .econtent .hc .ftel{font-weight:bold; margin-top:30px;}


.etitle{ text-align:center;}
.etitle .h1{
	font-size:42px;
	font-weight: bold;
}
.etitle .h2{ font-size:18px; color:#666666;}
.etitle .h1 font{color:#0D72BA; display:inline-block; padding-left:10px;}

.pro{ padding-top:80px; padding-bottom:80px;}
.pro .sort{ margin-top:30px; clear:both;box-shadow:0 0 5px rgba(200,200,200,0.8);border-radius:10px; margin-left:1%; margin-right:1%;}
.pro .sort> ul{width:100%; position:relative; float:left;  }
.pro .sort> ul>li:nth-child(2){ background-color:#f8f8f8;	background-image: url(prot1.png);
	background-repeat: no-repeat;
	background-position: left top;}
.pro .sort> ul>li:nth-child(3){ background-image: url(prot2.png);
	background-repeat: no-repeat;
	background-position: left top;}
.pro .sort> ul>li:nth-child(3),.pro .sort> ul>li:nth-child(3){ background-size:40px 100%;}	
.pro .sort>ul>li{
	float:left;
	width:33.3333%;
	padding:30px; padding-left:50px;
	text-align:center;
	box-sizing:border-box;
	min-height:330px;

}
.pro .sort>ul>li:nth-child(1){ width:30%; padding-left:20px;}
.pro .sort>ul>li:nth-child(2){ width:35%; padding-left:50px;}
.pro .sort>ul>li:nth-child(3){ width:35%;}
.pro .sort>ul>li>a{ font-size:24px; line-height:1.2; padding-top:5px; padding-bottom:5px;}
.pro .sort>ul>li>a font{ display:block; font-size:14px; color:#dddddd;}
.pro .sort>ul>li ul { float:left; width:100%; padding-top:30px;}
.pro .sort>ul>li ul li{ width:48%; margin-left:1%; margin-right:1%; float:left; margin-top:5px; margin-bottom:5px;}
.pro .sort>ul>li ul li a{ display:block; background-color:#E8E8E8; padding-top:5px; padding-bottom:5px;}
.pro .sort>ul>li ul li a:hover{background-color:#0D72BA; color:#FFFFFF;}
.pro .sort>ul>li:nth-child(3)>ul>li{ width:31.3333%;}

.pro .econtent{ clear:both; margin-top:50px;}
.pro .econtent .picli{ float:left; width:23%; background-color:#E4E9EC; padding:5px;box-sizing:border-box; margin-left:1%; margin-right:1%; text-align:center; margin-top:10px; margin-bottom:10px;}
.pro .econtent .picli:hover{ background-color:#0066AE; color:#ffffff;}
.pro .econtent .picli:hover a{ color:#FFFFFF}
.pro .econtent .picli .img{ overflow:hidden;}
.pro .econtent .picli .ntitle{ padding-top:10px; padding-bottom:10px;}
.pro .more{ text-align:center; line-height:45px; padding-top:20px; clear:both;}
.pro .more a{ display:inline-block; padding-left:30px; padding-right:30px; background-color:#0D72BA; color:#FFFFFF;}
.pro .more a:hover{background-color:#FF9600;}

.pro .econtent .picli *,.case .econtent .picli *{ max-width:100%;}

.texing{
	background-color:#EDECF2;
	padding-top:50px;
	padding-bottom:50px;
	background-image: url(txbg.png);
	background-repeat: no-repeat;
	background-position: center top; min-height:810px; box-sizing:border-box;
}
.texing .econtent{ clear:both;}
.texing .econtent ul{ float:left; width:50%; overflow:hidden;}
.texing .econtent ul li{
	float:left;
	width:50%;
	text-align:center;
	padding:15px;
	box-sizing:border-box;
	line-height:1.5;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd; margin-top:-1px; margin-left:-1px;
}
.texing .econtent ul li:nth-child(2n+1){ clear:both;}
.texing .econtent ul li .t1{color:#2F4557;}
.texing .econtent ul li .t1 b{ display:block; font-size:24px;}
.texing .econtent ul li .t1 span{ display:block;}
.texing .econtent ul li .t2{ color:#666666; margin-top:10px; min-height:4.5em;}


.case{ 	background-color:#0D72BA;
	background-image: url(casebg.jpg);
	background-repeat: no-repeat;
	background-position: center top;/* min-height:670px;*/ color:#FFFFFF; padding-top:120px; padding-bottom:120px;}
.case .etitle .h1 font{color:#FF9600;}
.case .etitle .h2{color:rgba(255,255,255,0.6);}
.case .econtent{ clear:both; margin-top:50px;}
.case .econtent .picli{ float:left; width:31.33333%; background-color:#E4E9EC; padding:5px;box-sizing:border-box; margin-left:1%; margin-right:1%; text-align:center; margin-top:10px; margin-bottom:10px;}
.case .econtent .picli:hover{ background-color:#FF9600; color:#ffffff;}
.case .econtent .picli:hover a{ color:#FFFFFF}
.case .econtent .picli .img{ overflow:hidden;}
.case .econtent .picli .ntitle{ padding-top:10px; padding-bottom:10px;}
.case .more{ text-align:center; line-height:45px; padding-top:20px; clear:both;}
.case .more a{ display:inline-block; padding-left:30px; padding-right:30px; background-color:#ffffff; color:#0D72BA;}
.case .more a:hover{background-color:#FF9600; color:#FFFFFF;}

.liucheng{ clear:both; padding-top:80px; padding-bottom:80px; background-color:#E9EAEE;}
.liucheng .econtent{ clear:both; padding-top:50px;}
.liucheng ul{ display:table; width:100%;}
.liucheng ul li{ display:table-cell; text-align:center; font-size:14px; position:relative; cursor:default;}
.liucheng ul li i{ position:absolute; top:50%; right:-1%; line-height:1; font-size:22px; margin-top:-11px; color:#CCCCCC;}
.liucheng ul li .t1 span{

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333; font-size:24px; display:inline-block; background-color:#0D72BA; color:#FFFFFF; line-height:45px; width:45px;border-radius:100%;
}
.liucheng ul li:hover .t1 span{background-color:#FF9600; color:#FFFFFF;}
.liucheng ul li .t1 b{ display:block; font-size:22px;}

.liucheng .hc{ text-align:center; line-height:1.2; padding-top:30px;}
.liucheng .hc .t1{ font-size:40px; font-weight:bold;}

.liucheng .hc .ftel i{ font-size:40px; margin-right:5px;}
.liucheng .hc .ftel{font-size:40px;color:#0D72BA; font-weight:bold; padding-top:10px;
	font-family: Georgia, "Times New Roman", Times, serif, Impact;
}
.news{ clear:both; padding-top:80px; padding-bottom:80px;}
.news .sort{ text-align:center; clear:both; padding-top:30px;}
.news .sort ul li{ display:inline-block; margin-left:5px; margin-right:5px;}
.news .sort ul li a{display:inline-block; padding-left:30px; padding-right:30px; background-color:#0D72BA; color:#ffffff; line-height:40px;}
.news .sort ul li a:hover{background-color:#FF9600; color:#FFFFFF;}

.news .econtent{ clear:both; padding-top:30px;}
.news .econtent .li{ width:48%; margin-left:1%; margin-right:1%; float:left; margin-top:10px; margin-bottom:10px; background-color:#F2F2F2;box-sizingf:border-box;}
.news .econtent .li a{ display:block; padding:10px;}
.news .econtent .li a:hover{  background-color:#0D72BA; color:#ffffff;}
.news .econtent .li  .ntitle{ font-size:22px; line-height:1.2;}
.news .econtent .li  .dp{ margin-top:10px; min-height:3em; max-height:3em; overflow:hidden; line-height:1.5;}
.news .more{ text-align:center; line-height:45px; padding-top:20px; clear:both;}
.news .more a{ display:inline-block; padding-left:30px; padding-right:30px; background-color:#0D72BA; color:#ffffff;}
.news .more a:hover{background-color:#FF9600; color:#FFFFFF;}


/*内页*/
#left,#right{ margin-top:30px; margin-bottom:30px;}
#left{ width:300px; float:left;}
#left+#right{ float:right; width:950px;}
#left .h2{ position:relative; z-index:2; line-height:100px; background-color:#0066AE; color:#FFFFFF; text-align:center; font-size:36px;}
#left .h2 span span{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:100%;
	color:rgba(255,255,255,0.1);
	text-align:center;
	font-size:60px;
	text-transform: uppercase;
	line-height:1;
	margin-top:-30px;
	font-family: Impact;
}
.leftdh{ background-color:#E5EAED; padding:10px;}
.leftdh >ul{ }
.leftdh >ul>li{ padding-top:5px; padding-bottom:5px; }
.leftdh >ul>li>a{ background-color:#FFFFFF; display:block;padding-top:10px; padding-bottom:10px; padding-left:15px; padding-right:15px;}
.leftdh >ul>li>a:hover,.leftdh >ul>li.hover>a{ background-color:#0066AE; color:#FFFFFF;  }

.leftdh >ul>li.nodes{padding-top:0px; padding-bottom:0px;}
.leftdh >ul>li.nodes>a{ background-color:#0066AE; color:#FFFFFF; text-align:center; font-size:18px; font-weight:bold; padding:0; display:block; padding-top:10px; padding-bottom:10px;}
.leftdh >ul>li.hover>a{background-color:#FF9600;}
.leftdh >ul>li ul{ padding-top:10px; padding-bottom:10px;background-color:#ffffff;}
.leftdh >ul>li ul li a{
	display:block;
	padding-left:15px;
	padding-right:15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dddddd; padding-top:5px; padding-bottom:5px;
}
.leftdh >ul>li ul li.hover> a{ background-color:rgba(200,200,200,0.3); color:#0066AE;}

.lxin{ margin-top:20px;}
.lxin .hc{
	border: 1px solid #dddddd; padding:10px;
}

#cms .picli{ float:left; width:32%; margin-left:2%; margin-top:10px; margin-bottom:10px; text-align:center;}
#cms .picli .img{ overflow:hidden;font-size:24px;}
#cms .picli.solution .img{background-color:#E5EAED;min-height:278px; max-height:278px;}
#cms .picli.solution .img img{ min-height:278px; max-height:278px;}
#cms .picli .ntitle{ padding-top:10px; padding-bottom:10px;}
#cms .picli .img img{ max-width:100%;}
#cms .picli:nth-child(3n+1){ clear:both; margin-left:0;}

.postion{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd; padding-top:10px; padding-bottom:10px; margin-bottom:20px;
}
.postion b{ font-size:18px; font-weight:bold; display:inline-block; padding-left:10px; position:relative;}
.postion b:before{ content:'';position:absolute; left:0; top:50%; width:5px; float:left; height:16px; margin-top:-8px; background-color:#0066AE;}
.postion .fr{ padding-top:5px;}
#cms .li{
	clear:both;
	float:left;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dddddd;
}
#cms .li .ntitle{ float:left; max-width:80%;}
#cms .li .date{ float:right; width:100px; text-align:right;}

#cms1 .h1{ text-align:center;}
#cms1 .info{ text-align:center; color:#999999;}
#cms1 .info i{ margin-right:5px; margin-left:15px;}

.proshow{}
.proshow .img{ float:left; width:400px;}
.proshow .img img{ width:100%;}
.proshow .right{ margin-left:450px;}

.proshow .right .title{ font-size:24px; font-weight:bold;}
.proshow .right .t2{ color:#FF9900; font-size:18px; font-weight:bold;}
.proshow .right .dp{ color:#666666; line-height:1.5; margin-top:20px;}

.proshow .right .more{ line-height:45px; padding-top:20px;}
.proshow .right .more a{ display:inline-block; padding-left:30px; padding-right:30px; background-color:#0D72BA; color:#ffffff;}
.proshow .right .more a:hover{background-color:#FF9600; color:#FFFFFF;}
.ptitle{ background-color:#eeeeee; margin-top:30px; clear:both; line-height:55px; font-size:20px; margin-bottom:20px; }
.ptitle span{ display:inline-block; padding-left:30px; padding-right:30px; font-weight:bold; background-color:#0D72BA;color:#FFFFFF;}

#cms1 *{ max-width:100%;}




.wxqrcode .close{ position:absolute; top:10px; right:10px; background-color:#000000; color:#ffffff; font-size:12px; width:20px; line-height:20px;border-radius:100%; cursor:pointer;}
.wxqrcode+.bg{ content:''; background-color:rgba(0,0,0,0.3); z-index:98; left:0; top:0; width:100%; height:100%; position:fixed; display:none;}
.wxqrcode{transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0); position:fixed; top:50%; left:10%; width:80%; height:300px; margin-top:-150px; background-color:rgba(255,255,255,0.8); z-index:99; text-align:center;border-radius:10px;display:flex;
    justify-content:center;
    align-items:center;transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;}
.wxqrcode.hover,.wxqrcode.hover+.bg{display:flex;transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);}	

.wxqrcode img{ width:200px; max-width:80%;}
#footnav{
	position: fixed; z-index:2;
	left: 0px;
	bottom: 0px; float:left; width:100%; background-color:rgba(0,74,145,0.8); background-color:#006DB8; display:none;
}
#footnav a{
	float:left;
	width:25%;
	text-align:center;
	position: relative; line-height:35px; color:#FFFFFF; padding-top:10px; line-height:1.2; padding-bottom:10px; font-size:16px;
}
#footnav a i{ display:block; font-size:24px; line-height:24px;}
#footnav a i.icon-weixin{ font-size:20px; }

#footnav a:nth-child(1):after{ display:none}

/*客服*/
.kefu{ position:fixed; top:30%; right:0; color:#FFFFFF; text-align:center; width:70px; z-index:9; font-size:12px; }
.kefu .iconfont{ color:#FFFFFF; font-size:24px; line-height:1;}
.kefu a{ color:#ffffff;}
.kefu a:hover{ background-color:#FE6848;}

.kefu .wx .wxqrcode2{
	Opacity:0;
	position:absolute;
	top:0;
	right:-200%;
	z-index:-1;
-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; 	transition:500ms;
	border: 1px solid #dddddd;
}
.kefu .wx:hover .wxqrcode2{Opacity:1; position:absolute; top:0; right:100%; z-index:-1; }
.kefu .item{background-color:#006DB8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;border-top-color: rgba(255,255,255,0.6); position:relative;
}
.kefu .item .msg{
	background-color:#004A91;
	position:absolute;
	right:-100%; margin-right:5px; font-size:14px;
	top:50%;
	color:#fff;
	white-space: nowrap;border-radius:5px; padding-left:10px; padding-right:10px;  z-index:-1;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms; margin-top:-10px;
}
.kefu .item .msg.ftel{ right:-250%;}
.kefu .item:hover .msg{right:100%;}
.kefu .item .msg:after{
	content:'';
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgba(255,255,255,0);
	border-right-color:  rgba(255,255,255,0);
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: #004A91; position:absolute; right:-10px; top:50%; margin-top:-5px;
}

.kefu .item:nth-child(1){ border:none;}
.kefu .item a{ display:block; padding:5px; padding-top:10px; padding-bottom:10px; cursor:pointer;}
.kefu .gotop .iconfont{
	border: 2px solid #ffffff;border-radius:100%; font-size:20px; padding:5px; font-weight:bold; display:inline-block;
}
/*.kefu .gotop>a{ padding-top:30px;}*/
.kefu .gotop  .txt{ padding-top:5px;}

@media screen and (max-width :816px){
#footnav{ display:block}
.kefu{ display:none}
}
.contact{ padding:20px; padding-top:80px; padding-bottom:80px;}
.contact .left{ float:left; line-height:1.5;}
.contact .left .t2{
	font-size: 24px;
	font-weight: bold; position:relative; padding-bottom:10px;
}
.contact .left .t2:after{
	content:'';
	position: absolute;
	width: 2em;
	left: 0px;
	bottom: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #006DB8;
}
.contact .left .t1{
	font-size:36px;
	color: #006DB8;
	font-family: Impact;

	text-transform: uppercase;
}
.contact .left+.right{ margin-left:300px; font-size:18px;}
.contact .right .t1{font-size: 24px;
	font-weight: bold;}
.map iframe{ width:100%; min-height:400px;}

.aboutin{ clear:both;}
.aboutin *{ max-width:100%;}
.aboutin{ margin-top:30px;box-sizing:border-box; background-color:#FFFFFF; clear:both;}
.aboutin .title{ display:none}
.aboutin.sort30 .title{ display:block;}
.aboutin .econtent{ clear:both;}
.about{box-shadow:0 0 5px rgba(200,200,200,0.6); padding:20px;}

.about .img{ float:right; width:580px;}
.about .img+.right{ float:left; width:630px;}
.about .right{ color:#666666; font-size:16px; line-height:1.8;}
.about .right .t1{ background-color:#006DB8; color:#FFFFFF; font-size:20px; padding:10px;}
.about .right .hc{ margin-top:10px;}
.about .right .hc p{ text-indent:2em; padding-top:5px; padding-bottom:5px;}

.honorli{ float:left; width:23%; margin-left:1%; margin-right:1%; margin-top:10px; margin-bottom:10px;}
.aboutin.sort31{
	background-image: url(honorbg.png);
	background-repeat: no-repeat;
	background-position: center bottom; padding-bottom:160px; margin-bottom:-20px; background-color:#F7FCFF; padding-top:30px;
}
.aboutin.sort31 .hc{ clear:both; margin-top:20px;}

.aboutin.sort30{ background-color:#006DB8;background-image: url(whbg.jpg);
	background-repeat: no-repeat;
	background-position: center top; padding-top:80px; padding-bottom:120px; margin-top:50px;}
.aboutin.sort30 .etitle{ color:#ffffff;}
.aboutin.sort30 .etitle .h2{ color:rgba(255,255,255,0.6);}
.aboutin.sort30 .econtent{ margin-top:20px;}
.aboutin .item{ background-color:#ffffff; float:left; width:23%; margin-left:1%; margin-right:1%;box-sizing:border-box; padding:20px; padding-top:60px; padding-bottom:60px;}
.aboutin .item .t1{ text-align:center; font-size:24px; font-weight:bold;}
.aboutin .item .t2{ min-height:8em; line-height:2; margin-top:15px;}

.search{ text-align:center; padding-bottom:15px;}
.search form{ width:284px; margin:auto; display:block;}
.search .res{ clear:both; text-align:center; font-size:14px; color:#999999;}
.search input{
	height:38px;
	border: 1px solid #dddddd; padding-left:10px; padding-right:10px; float:left; width:200px;box-sizing:border-box;
}
.search button{ float:left; height:40px; background-color:#006DB8; color:#ffffff; border:none; width:80px;}
.nextpage{ clear:both; padding-top:20px;}