@charset "utf-8";
/* CSS Document */
html, body, dl, dd, dt, img, p, ul, li, p, h1,h2,h3, a, span, strong, img, div,input, textarea {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
a {color:#666;text-decoration:none}
body {
    font-family: "微软雅黑";
    font-size: 14px;
	color:#3d3d3d;
}
h2,h3 {
	font-weight:600;
}
li{list-style:none;}
a{ text-decoration:none;}

.index-nav 
{
	width:1180px;height:87px;
	margin:auto;padding:20px 0 15px 0;
	
}
.logo
{
	float:left;
	
}
.logo>a>img
{
	float:left;
}
.logo-text
{
	float:left; margin-top:24px;margin-left:10px;	
}
.head-nav
{
	float:right;	
	position: relative;
}
.head-nav ul{
	float: right;
}
.head-nav>ul>li
{
	float:left;padding:5px 28px 20px 28px; position:relative;
}
.head-nav>ul>li>a
{
	text-align:center;font-size:18px;line-height:64px;display:block;
}
.head-nav>ul>li:hover>a
{
	color:#078fcc;
}
.head-nav>ul>li.current>a
{
	color:#078fcc;
}
.subnav
{
	 display:none; position:absolute;  box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:45px 35px 35px 40px;width:494px;height:260px; left: -30px;top:85px;z-index: 1000;
}
.front .subnav
{
	background:url(../images/nav-03-bg_03.png);
	background-repeat: no-repeat;
}
.behind .subnav
{
	background:url(../images/nav-02-bg_03.png);
}
.subnav-left
{
	    overflow: hidden;
    width: 145px;float: left;margin-right:55px;
}
.subnav-left ul li
{
	height:40px; border-bottom:1px solid #52b1db;
}
.subnav-left ul
{
	height: 165px;
	overflow: hidden;
	width: 145px;
}
.subnav-left ul li a
{
	color:#fff;font-size:14px; line-height:40px;display:block;height:40px;overflow:hidden;
}
.subnav-left ul li:hover a
{
	color:#016db6;
}
.subnav-left a:hover
{
	color:#016db6;
}
.subnav-left .more
{
	margin-top:10px
}
.subnav-right
{
	padding-top: 14px;
}
.subnav-right li
{
	display:none;
}
#hide{
	display:none;
}
.head-nav .formbox{
    float: right;
    margin-left: 18px;
    height: 78px;
}
.formbox span.searchimg{
    display: block;
    
    width: 15px;
    height: 78px;
    cursor: pointer;
    background: url(../images/search.png) no-repeat center center;
}
.formbox img.closebtn{
    display: none;
    position: absolute;
    top:0;
    right:0;
    width: 16px;
    height: 16px;
    margin-top: 38px;
    cursor: pointer;
}
.formbox form.search_news{
    opacity: 0;
    display: none;
    /* width: 300px; */
    background: #fff;
    height: 40px;
    border: 1px solid rgb(160, 160, 162);
    border-radius:4px;
    position: absolute;
    right:40px;
    top: 78px;
    z-index: -1;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.formbox form.search_news input.search_text{
    width: 258px;
    float: left;
    height: 40px;
    font-size: 14px;
    color: #444;
    padding: 0 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.formbox form.search_news input.button{
    width: 40px;
    height: 38px;
    background: url(../images/search.png) no-repeat center center #fff;
    border-radius:0 4px 4px 0;
}

/* 搜索 */
.mainSearch{ padding-top: 30px; padding-bottom: 30px;}
.search_numtext{
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 10px;
    color: #333;
}
.search_numtext strong{
    color: #078fcc;
}
.list_content li{
    overflow: hidden;
    background: url(../images/dots-b.png) no-repeat left center;
    background-size: 6px auto;
    font-size: 16px;
    color: #3B426B;
    line-height: 46px;
    padding-left: 15px;
    /* border-bottom: 1px solid #dfdfdf; */
}
.list_content li a{
    float: left;
    font-size: 16px;
    color: #3B426B;
    margin-left: 5px;
}
.list_content li span{
    float: right;
}
.list_content li a>span{
    float: none;
}
.list_content li:hover a{
    color: #078fcc;
}


.banner
{
	
}
.index-title  
{
	background: #ebf0f5;
    text-align: center;
    width: 100%;
    height: 55px;

}
.index-title span
{
	    display: block;
    /* background: #ebf0f5; */
    float: left;
    width: 590px;
    height: 55px;
    line-height: 55px;
	text-align:left;
}
.index-title span.tit_current {
	background: #fff;
}
.index-title span a
{
	font-size:22px;	color:#005578;
	margin-left:20px;
}
.product-content
{
	background:#fff;width:1200px; margin:auto;
	
}
.index-content
{ 
	width:1180px;margin:auto;overflow:hidden;
}

.pic-left
{
	float:left; position:relative;
}
.pic-left h2
{
	position:absolute;left:25px;top:26px; font-weight:500;color:#fff;
}
.pic-left .shorttext
{
	background:rgba(16,70,119,0.6);padding:30px 25px; position:absolute;bottom:4px;left:0;
}
.shorttext p
{
	color:#fff;font-size:16px;line-height:30px;  
	
}
.zoom
{
	overflow:hidden; margin-bottom:70px;
}
.more
{
	margin-top:20px;color:#fff;display:block;
}	
.pic-right
{
   float:right;
}

/*.pic-list-one */
/*{*/
	 /*background: url(../images/index-pic-list_03.jpg) left 0 top 0 no-repeat; width:408px;height:208px; position:relative; margin-bottom:4px; */
/*}*/
/*.pic-list-two*/
/*{*/
	/*width:408px;height:208px; position:relative; background:url(../images/index-pic-list_11.jpg) right 6px top 0 no-repeat; */
/*}*/
/*.pic-list-two .pictext*/
/*{*/
	/*width:216px;height:208px;float:left; background:url(../images/pic-list-bg_10.png); padding: 20px 32px 30px 22px;*/
/*}*/
/*.pic-list-three*/
/*{*/
	/*width:198px;height:420px; background:url(../images/index-pic-list_06.jpg) left 0 top 0 no-repeat;position:relative; float:right;*/
/*}*/
/*.pic-list-three .pictext*/
/*{*/
	/*width:198px;height:225px; margin-top:195px;padding: 20px 32px 30px 22px;background:url(../images/pic-list-bg_06.png);*/
/*}*/
/*.pictext h3*/
/*{*/
	/*color:#fff; */
/*}*/
/*.pictext*/
/*{*/
	  /*box-sizing: border-box; text-align: left;*/
    /**/
/*}*/
/*.pic-list-one .pictext	*/
/*{*/
	/*float:right; background:url(../images/pic-list-bg_03.png);  padding: 20px 22px 30px 32px; width:216px;height:208px; margin-right:6px;*/
/*}*/
.pictext img
{
	float:right;
}

.pictext p
{
	color:#fff;font-size:14px;line-height:24px; 
}
.pictext .more
{
	margin-top:35px;color:#fff;display:block;color:#fff
}
.service
{
	width:1200px;margin-top:27px; margin:auto;
}
.service li
{
	width:172px;height:70px;     margin-right: 210px; float:left;
}
.picshow
{
	width:70px;height:70px; overflow:hidden;float:left;
}

.service li:hover img.pic-show
{
	display:none; 
}
.service ul
{
	width:960px; margin:auto;overflow: hidden; padding:27px 0 35px 0;
}
.pic-hidden
{
	display:none;
}

.service li p
{
	float:right;height:70px;font-size:18px;line-height:70px;
}
.service li .pic-hidden
{
	display:block;
}
.service li:hover p
{
	color:#016db6;
}
.footer
{
	width:100%;overflow:hidden;min-width:1180px;
}
.foot-content{
	width:100%;background:#014676;
}

.foot-plate
{
	background:#014676;width:1180px; margin:auto;overflow:hidden;
}
.foot-left
{
	padding: 30px 40px 30px 0; overflow:hidden;    text-align: center; float:left;
}

.foot-left h2
{
	color:#fff;  margin-bottom:45px;
}
.foot-left h3
{
	color:#fff;  font-size:14px; 
}
.foot-right
{
	    margin-top:30px;
    width: 295px;
    float: right;
  
    overflow: hidden;
}
.foot-right h2 {
	color:#fff;
	
}
.foot-right>p
{
	font-size: 14px;
    line-height: 32px;
    color: #fff;
}

.foot-right h3
{
	font-size:16px; padding-bottom:16px; border-bottom:#4e99cc 1px solid; color:#fff;margin-bottom: 18px;
}
.foot-product
{
	width: 650px;
}
.foot-left ul
{
	width:100%; overflow:hidden;
}
.foot-left .foot-product ul li
{
	width:190px;  float: left; overflow:hidden;
       margin-right: 38px;
	text-align: left;
}
.foot-left ul li a
{
	   font-size: 14px;
    color: #66c8f4;
    line-height: 36px;
}
.foot-left ul li:hover a
{
	color:#fff;
}
.foot-right.foot-short
{
	width:109px; 
}
.footer-page 
{
	overflow: hidden;
    margin: auto;
    padding: 15px 0;
    background-color: #000e20;
}
.footer-text {
	width:1180px;margin:auto;
}
.footer-page p
{
	    width: 100%;
    font-size: 14px;
    line-height: 20px;
    text-align: center;color:#fff;
}
.footer-text p a{
	color:#fff;
}
.footer-text p a:hover{
	color:#016db6;
}
.product
{
    width:1180px;overflow:hidden;margin:auto;
}
.product-Left
{
	width:100%;overflow: hidden;
}
.product-Left>ul>li
{
	height:45px;  position:relative;width: 295px; background:url(../images/arror-right_03.jpg) left 0 top 50% no-repeat;float:left;
}
.product-Left>ul>li>a
{
	line-height:45px;font-size:16px;color:#60a5dc;margin-left:20px;display:block;height:45px;overflow:hidden;
}

.product-Left>ul>li:hover>a
{
	color:#000;
}
.twonav
{
	position:absolute; overflow:hidden;left: 250px;top:0;
    width: 200px; border:#000 solid 1px;
	background:#fff;display:none;padding:15px;
}
.twonav ul li
{
	height:32px;width:180px; margin-left:15px;
}
.twonav ul li a
{
	height:32px;line-height:32px;color:#000;
}
.twonav ul li:hover a
{
	color:#60a5dc;
}
.product-Right
{
	float:right; width:865px; overflow:hidden;
}
.product-Right li
{
	float:left; border-right:#d1d1d1 1px dotted;
}
.product-Right li.nomal
{
	width:250px;height:320px; float:left; position:relative;
}
.product-Right li.nomal img
{
	margin-top:80px;    margin-left: 39px;
}
.product-Right li.nomal p
{
	width:100%; text-align:center;line-height:32px;font-size:16px;
}
.right-title
{
	width:600px;height:320px; border-bottom:#d1d1d1 1px dotted ;
}
.pro-intro
{
	overflow:hidden; margin-top:40px;float:left;
}
.right-title span
{
	font-size:24px; font-weight:600;margin-bottom: 20px;
    display: block;
}
.right-title p
{
	font-size:14px;line-height:20px;width:280px; text-align:center;
}
.right-title img
{
	float:right;margin-top:100px
}
.right-title .sign-new
{
	position:absolute;
	
}
/*about */
.about-banner
{
	width:100%; overflow:hidden; position:relative; height:573px;
}
.about-banner .about-banner-text
{
	width:1200px; position:absolute;left:50%; margin-left:-600px;  color:#fff; overflow:hidden;top: 120px;
   
}
.banner-line
{
	width:46px;height:3px;  margin:auto; margin-bottom:55px;
}
.about-banner-text .banner-line
{
	background:#fff;
}
.banner-short-text
{
	
}
.banner-short-text p
{
    text-indent: 2em; font-size:16px; line-height:28px;
}
.about-banner-text h1
{
    
    margin-bottom: 15px;
}
.newscenter
{
	width:1200px; margin:auto; background:#fff;overflow:hidden;
}
.newscenter .banner-line
{
	background:#3498db;
}

.about-joinus
{
	width:1200px; margin:auto; background:#f2f3f4; overflow:hidden;
}
.about-joinus .banner-line
{
	background:#3498db;
}
.jionus-list
{
	width:1077px;overflow:hidden; margin:auto;
}
.jionus-list li{
	width:460px;heigth:67px; padding:28px 18px; background:#60a5dc; float:left; margin-right:85px;margin-bottom:34px;color:#fff;
}
.jionus-list li span
{
	 font-size:20px;    display: block;margin-bottom: 21px;
}
.jionus-list li p
{
	float:left;
}
.jionus-list li a
{
	    display: block;
    float: right;
    color: #fff;
}
.news-left
{
	float:left;width:477px; position:relative;	
}
.news-short-text
{
	overflow:hidden; 
}
.news-left p
{
	position:absolute;bottom:4px;left:0;width:100%; overflow:hidden;  background:rgba(58,58,58,0.8); color:#fff;font-size:18px;height:60px;line-height:60px; box-sizing:border-box;-webkit-box-sizing:border-box;padding:0 10px;
}
.news-right
{
	float:right;
}
.about-news-title
{
	padding-bottom: 15px;
    border-bottom: 2px #b9b9b9 solid;
    margin-bottom: 20px;
}
.about-news-title span
{
	padding:0 21px;height:38px; line-height:38px;  display:inline-block;
}
.about-news-title span a
{
	 font-size:20px;
}
.about-news-title span:hover
{
	background:rgb(96,165,220);
}
.about-news-title span:hover a
{
	color:#fff;font-weight:600;
}
.news-right-list li
{
	height: 46px;
    background: url(../images/dot-blue.png) no-repeat left 0 top 20.5px;
    overflow: hidden;
}
.news-right-list li a p
{
	margin-left: 14px;
    font-size: 16px;
    line-height: 46px;
    float: left;
}
.news-right-list li:hover a p
{
	color:rgb(96,165,220);
}
.about-content>div
{
	padding: 75px 0 85px 0; width:1200px; margin:auto;
}
h1
{
	text-align: center; margin-bottom:15px
}
.about-contact-us
{
	
}
.about-contact-us ul
{
	width:769px; margin:auto; height:112px;
}
.about-contact-us ul li 
{
	width:112px;height:112px; position:relative; float:left; margin-right:107px;
}
.about-contact-us ul li p
{
	position: absolute;
    bottom: -152px;
    left: -72px;
    width: 240px;
    padding-top: 45px;
    padding-left: 25px;
    height: 105px;
	background: url(../images/lianxi-li-bg.png) no-repeat;	
	display:none;
}
.about-contact-us ul li:hover p
{
	display:block;
}
.about-contact-us .banner-line
{
		background:#3498db;
}
/*内页*/
.inner-box
{
	width: 100%;
    background: #eaf2f8;
	padding-top:32px;
	padding-bottom:48px;
    /*margin-top: 80px;*/
}
.inner-content
{
	padding-top: 32px;
    overflow: hidden;
    width: 1200px;
    margin: auto;
	
}
.inner-left
{
	width: 329px;
    overflow: hidden;
	float:left;background: #fff;
}
.inner-left h2
{
	background:#60a5dc; margin-bottom:3px;	height:56px;
    box-sizing: border-box;-webkit-box-sizing:border-box; font-size:20px;color:#fff;	line-height: 56px;
    padding-left: 40px; font-weight:500;
}
.left-nav>li
{
	width:329px;
	margin-bottom: 1px;
	overflow: hidden;
}
.left-nav>li>span
{
	display:block; float:left; height:56px; background-image:url(../images/plus_03.jpg); line-height: 56px;
     color:#fff; width:328px; font-size:18px;
    box-sizing: border-box;-webkit-box-sizing:border-box;
    padding-left: 40px;
}
.left-nav>li>span.current
{
	 background:url(../images/jian_03.jpg) 0 0 no-repeat;
}
.left-nav>li>a
{
	display:block; float:right;
}


.left-nav1>li
{
	width:329px;
	margin-bottom: 1px;
	overflow: hidden;
}
.left-nav1>li>span
{
	display:block; float:left; height:56px; background-image:url(../images/plus_03.jpg); line-height: 56px;
	color:#fff; width:328px; font-size:18px;
	box-sizing: border-box;-webkit-box-sizing:border-box;
	padding-left: 40px;
}
.left-nav1>li>span.current
{
	background:url(../images/jian_03.jpg) 0 0 no-repeat;
}
.left-nav1>li>span.current .second-nav1
{
	display:block;
}
.left-nav1>li>a
{
	display:block; float:right;
}

.second-nav
{
	display:none;
}

.second-nav>li>span
{
	background:  url(../images/sanjilist_03.jpg) 0 0 no-repeat;
    width: 328px;
    height: 42px;
    line-height: 42px;
    display: block;
    overflow: hidden;	
    box-sizing: border-box;
	-webkit-box-sizing:border-box;
    padding-left: 40px;
	padding-right:45px;
	font-size:16px;

}



.second-nav1
{
	display:none;
}

.second-nav1>li>a
{
	background-color: #f4f4f4;
	width: 328px;
	height: 42px;
	line-height: 42px;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	padding-left: 40px;
	padding-right:45px;
	font-size:16px;

}
.second-nav1>li>a.current{
	color:#60a5dc;
}



.third-nav
{
	display:none;
}
.third-nav li a
{
	 box-sizing: border-box;
	-webkit-box-sizing:border-box;
    padding-left: 40px;
	display:block;
	line-height:32px;
}
.third-nav li a:hover
{
	color:#0173c9;
}
.inner-right
{
	width:820px;overflow:hidden; float:right;
}
.right-top,.right-bottom
{
	background:#fff; overflow:hidden;width:820px;margin-bottom:32px;
}
.right-top{
    padding: 33px 35px 33px 20px;    box-sizing: border-box;-webkit-box-sizing:border-box;
}
.pics-show
{
	width:376px;border:1px solid #63b9c2; position:relative; float:left;
	height:368px; overflow: hidden;
}
.pics-show li
{
	text-align:center;
	height:368px;
}
.pics-show li img
{
	width: 376px;
}
.pics-show li p
{
	width:376px; text-align:center;left:0; bottom:-20px; position:absolute; font-size:16px;
}

#bannerCtrl1 
{
	position:absolute; right:0; bottom:0 
	
}
#bannerCtrl1 li
{
	width:18px;height:18px; background:url(../images/banner_slide2_03.png); float:left; margin-right:11px;
}
#bannerCtrl1 li.active
{
	background:url(../images/banner_slide_03.png);
}
.pro-newstext
{
	width:367px; float:right;
	margin-left:20px;
}
.pro-newstext h2
{
	font-weight:500;margin-bottom:35px;
}
.inner-details
{
	    padding: 33px;
    overflow: hidden; line-height:32px; display:none;
}
.detail-title
{ 
	width:820px; overflow:hidden;
}
.detail-title>li
{
	float:left; height:49px; margin-left: -1px;
}
.detail-title>li>p
{
	width:106px;height:47px; line-height:47px; text-align:center; border:1px solid #d9d9d9;  border-left:1px solid #d9d9d9;cursor:pointer;
}
.detail-title>li>p.current
{	border:none;
	border-top:2px solid #f27e45;
}
/*3-28 */
.index-info {
	overflow: hidden;
    padding-bottom:35px;
}
.info-left,.info-right {
	width:560px; overflow:hidden;color:#595959
}
.info-left {
	float:left;
}
.info-left img{
	width:100%;
}
.info-left p{
	font-size:14px;
	color:#595959;
	line-height:26px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.info-right {
	float:right;
}
.info-title {
	font-size:22px;margin-bottom:22px;
}
.info-title a {
	float:right;line-height:36px;font-size:12px;
}
.info-title a:hover{color:#60a5dc;}
.info-right ul li {
	width:560px;
	height:112px; margin-bottom:10px;
}
.info-right ul li:hover h3
{
color:#60a5dc;
}
.info-right ul li a>img {
	float:left;
	width:172px;
}
.info-right ul li a>div {
	width:368px;float:right;line-height:28px;
	height:112px;
	overflow:hidden;
}
.info-right ul li a>div p{
	text-overflow: ellipsis;
	height:84px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.info-left p {
	line-height:28px;
}
.index-Zoom {
	background:#e7f0f7;
	padding-top:25px;
	padding-bottom:46px;
}
.index-Zoom ul li {
	float:left; overflow:hidden;
	position:relative;
}
.index-Zoom ul li .grey {
	opacity: 0;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 422px;
	position: absolute;
}

/*.index-Zoom ul li span{*/

	/*position:absolute;*/
	/*left:26px;*/

	/*font-size:20px;*/
	/*color:#fff;*/
/*}*/

.index-Zoom ul {
	width:1180px;overflow:hidden; margin:auto;
}
.index-Zoom ul li.zoom-one {
	margin-left:0;
}
/*.index-Zoom ul li.zoom-one span{*/
	/*top:40px;*/
/*}*/
/*.index-Zoom ul li.zoom-two span{*/
	/*top:40px;*/
/*}*/
/*.index-Zoom ul li.zoom-three span{*/
	/*top:25px;*/
/*}*/
/*.index-Zoom ul li.zoom-four span{*/
	/*top:25px;*/
/*}*/
.index-Zoom ul li.zoom-one {
	width: 538px;
	height: 422px;
margin-right:22px;
}
.index-Zoom ul li.zoom-two {
	width: 620px;
	height: 204px;
	margin-bottom:14px;

}
.index-Zoom ul li.zoom-three {
	width: 297px;
	height: 204px;
	margin-right:13px;

}
.index-Zoom ul li.zoom-four {
	width: 310px;
	height: 204px;

}

.index-Zoom h2 {
	font-size:22px;color:#000;margin:auto;width:1180px;font-weight: 500;margin-bottom:20px;
}

.index-Zoom ul li .zoom-title {
	line-height: 36px;
	font-size: 18px;
	position: absolute;
	top: 50%;
	margin-top:-18px;
	width: 100%;
	text-align: center;
	color: #fff;
	opacity: 0
}
.line{
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: #f2f2f2;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	transition: all 0.6s ease 0s;
}
span.line.linet {
	top: 0;
}
span.line.lineb {
	bottom: 0;
}



.product{
	height:245px;padding-top:40px;padding-bottom:45px;

}
.product-Left {
	display:none;

}
.product-Left dl {
  overflow:hidden;	
}
.product-Left dl dd
{
	float:left;width:170px;
}
.product-Left dl dd:not(:last-child){
	margin-right:82px;
}
.product-Left dl dd img {
	width:170px;height:180px;
}
.product-Left dl dd p {
	line-height:26px;color:#2387b1;font-size:16px;
	margin-top:15px;
}
.banner-nav {
    position: relative;
	min-width:1180px;
    width: 100%;
    /*height:484px;*/
    /*min-height: 428px;*/
    overflow: hidden;
}
.inner-banner{min-width:1180px;}
.inner-banner img{vertical-align: bottom;}
.banner-nav .slides{

}
.banner-nav .slides li{
	width:100%;
}
#bannerCtrl {
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -57.5px;
}
#bannerCtrl li {
    width: 18px;
    height: 18px;
    background: url(../images/banner_slide1_03.png);
    float: left;
    margin-right: 15px;
}

#bannerCtrl li.active {

	background: url(../images/banner_slide_03.png);

}