/*********************************网页公共部分************************************/
@charset "utf-8";
html{font: 14px/24px 'Helvetica Neue','Microsoft Yahei',arial,helvetica,sans-serif;}
*{
	margin: 0;
	padding: 0;
	border:medium none;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
a,img{border: 0;}
img{display: block;}
a{color: #333;text-decoration: none;}
a{transition: all 300ms ease-in-out;-webkit-transform: all 1000ms ease-in-out;}
a:hover{color: #333;}
li {list-style-type: none;}
.wrapper{width: 1200px;margin:0px auto;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.clear:after{display: block;content: " ";clear: both;}
h1,h2,h3,h4,h5{font-size: 100%;font-weight: normal;}
.text-center{text-align: center;}
/***********************************page***************************************/
div.page{padding:3px;margin:3px;text-align:center;margin-top: 10px;}
div.page a{border:#06306a 1px solid;padding:2px 5px;margin:2px;color:#06306a;text-decoration:none}
div.page a:hover{border:#06306a 1px solid;color:#000;}
div.page a:active{border:#06306a 1px solid;color:#000;}
div.page span.current{border:solid 1px #06306a;padding:2px 5px;font-weight:bold;margin:2px;color:#fff;background-color:#06306a;}
div.page span.disabled{border:#06306a 1px solid;padding:2px 5px;margin:2px;color:#06306a;}
/*滚动条样式*/
::-webkit-scrollbar  
{  
    width: 10px;  
    height: 10px;  
    background-color: #eee;  
}  
  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track  
{  
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);  
    background-color: #eee;  
}  
  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb  
{  
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,.3);  
    background-color: #c3c3c3;  
}  
/***********************************banner***************************************/
.banner{ overflow:hidden; position:relative;  }
.banner .hd{ height:15px; overflow:hidden; position:absolute; right:50%; bottom:25px; z-index:1; }
.banner .hd ul{ overflow:hidden; zoom:1; float:left;  }
.banner .hd ul li{ float:left; margin-right:10px;  width:15px; height:15px; border-radius: 50%; line-height:14px; text-align:center; background:#ffd800; cursor:pointer; opacity:0.2;}
.banner .hd ul li.on{ background:#ffd800; color:#ffd800;opacity:1;}
.banner .bd{ position:relative; height:100%; z-index:0;   }
.banner .bd li{ zoom:1; vertical-align:middle; }
.banner .bd img{ display:block; width: 100%;margin-left: auto; margin-right: auto; }
/*********************************header************************************/
.header{width: 100%;background: url('../images/logo_tel_bg.jpg')}
.header-top{width: 100%;line-height: 35px;height: 35px;color: #333;}
.logo-tel{width: 100%;height: 130px;border-bottom: 1px solid #e4e4e4;border-top: 1px solid #e4e4e4;}
.logo-tel .logo{width: 682px;height:50px;overflow: hidden;margin-top: 42px;}
.logo-tel .logo img{width: 100%;height: 100%;}
.logo-tel .tel{padding-left: 60px;height: 130px;background: url('../images/tel.png')no-repeat 0px center;}
.logo-tel .tel small{display:block;color: #252525;font-size: 16px;padding-top: 24px;}
.logo-tel .tel span{display:block;color: #1961c2;font-size: 26px;}
.header-nav{width: 100%;height: 50px;line-height: 50px;background-color:#232323;}
.header-nav>ul{}
.header-nav>ul>li{float: left;width: 120px;text-align: center;position: relative;}
.header-nav>ul>li>a{display: block;color: #fff;}
.header-nav>ul>.selected{background-color: #EC870F;}
.header-nav>ul>li:hover{background-color: #EC870F;}
.header-nav>ul>li>.box{position: absolute;top: 50px;background-color: #1961c2;z-index: 1111;width: 100%;text-align: center;visibility: hidden;opacity: 0;}
.header-nav>ul>li>.box>a{display: block;width: 100%;line-height: 50px;height: 50px;color: #fff;}
.header-nav>ul>li:hover .box{
	opacity: 1;
	visibility: visible;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
 
 
 
/*********************************footer***********************************
.footer{width: 100%;background-color: #06306a;padding: 55px 0px 0px 0px;}
.footer .box01{margin-right: 150px;}
.footer .box01 ul li{float: left;margin-right: 10px;margin-top: 50px;margin-bottom: 50px;}
.footer .box01 ul li a{display: block;}
.footer .box02{width: 240px;margin-right: 100px;}
.footer .box02 .title{width: 100%;line-height: 50px;border-bottom: 1px solid #335481;font-size: 16px;color: #fff;margin-bottom: 10px;}
.footer .box02  ul li{width: 50%;line-height: 30px;float: left;}
.footer .box02  ul li a{display: block;color: #fff;}
.footer .box03{width: 240px;}
.footer .box03 .title{width: 100%;line-height: 50px;border-bottom: 1px solid #335481;font-size: 16px;color: #fff;margin-bottom: 10px;}
.footer .box03 ul li{color: #fff;line-height: 30px;}
.footer .box03 ul li b{font-size: 26px;color: #5092ea;}
.footer .box04{width: 120px;color: #fff;}
.footer .box04 img{width: 100%;height: 120px;}
.footer .box04 span{line-height: 40px;}
.footer .admin{line-height: 60px;border-top: 1px solid #335481;color: #335481;margin-top: 20px;}
.footer .admin a{color: #335481;}


*/
/*********************************index************************************/
.index-product{padding: 45px 0px;  }
.index-product .title{}
.index-product .title b{display: block;font-size: 40px;font-weight: normal;line-height: 40px;}
.index-product .title small{display: block;font-size: 14px;color: #cfcfcf;padding: 15px 0px 5px 0px;}
.index-product .title p{display: block;font-size: 16px;color: #252525;}
.index-product .index-protype ul{text-align: center;padding: 35px 0px 45px 0px;}
.index-product .index-protype ul li{display: inline-block;}
.index-product .index-protype ul li a{display: block;width: 180px;line-height: 36px;border:1px solid #bfbfbf;margin: 0px 10px;border:1px solid #bfbfbf;border-radius: 36px;}
.index-product .index-protype ul li a:hover{background-color: #ec870f;border:1px solid #ec870f;color: #fff;}
.index-product-img{position: relative; margin-top:0px;}
.index-product-img .next-prev{
	position: absolute;
	top: 180px;
	display: block;
	width: 50px;
	height: 50px;
	z-index: 1;
	cursor: pointer;
}
.index-product-img .next{
	left: -50px;
	background: url('../images/left.png')no-repeat center center;
	background-size: 50px;
}
.index-product-img .next:hover{
	background: url('../images/left_hover.png')no-repeat center center;
	background-size: 50px;
}
.index-product-img .prev{
	right: -50px;
	background: url('../images/right.png')no-repeat center center;
	background-size: 50px;
}
.index-product-img .prev:hover{
	background: url('../images/right_hover.png')no-repeat center center;
	background-size: 50px;
}
.index-product-img .bd ul li{width: 270px;margin-right: 40px;}
.index-product-img .bd ul li img{width: 100%;height: 270px;}
.index-product-img .bd ul li .txt{width: 100%;height: 130px;background-color: #00ae52;padding:0px 20px 0px 20px;color: #fff;}
.index-product-img .bd ul li .txt span{display: block;line-height: 50px;border-bottom: 1px dashed #777;}
.index-product-img .bd ul li .txt small{display: block;font-size: 14px;line-height: 28px;width: 90px;margin: 20px auto 0px;background-color:#004c8c;color: #fff;border-radius: 20px;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.index-product-img .bd ul li:hover .txt small{border-radius: 0px;}
.product-more{display: block;margin: 0 auto;background-color: #696969;color: #fff;width: 170px;line-height: 36px;text-align: center;margin: 70px auto 20px;}
.product-more:hover{border-radius: 36px;color: #fff;}
/*公司简介*/
.index-company{padding: 80px 0px;background: url('../images/company_bg.jpg')no-repeat center center;}
.index-company .title{}
.index-company .title b{display: block;font-size: 40px;font-weight: normal;line-height: 40px;color: #fff;}
.index-company .title small{display: block;font-size: 14px;color: #8d8d8d;padding: 15px 0px 5px 0px;}
.index-company .title p{display: block;font-size: 16px;color: #fff;padding-bottom: 60px;}

.title{}
.title b{display: block;font-size: 40px;font-weight: normal;line-height: 40px;color: #000;}
.title small{display: block;font-size: 14px;color: #000;padding: 15px 0px 5px 0px;}
.title p{display: block;font-size: 16px;color: #000;padding-bottom: 60px;}




.index-company .box{
	width: 650px;
	height: 490px;
	background: #2c3986 ;padding: 30px 30px;color: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
}
.index-company .box b{display: block;font-size: 26px;line-height: 36px;}
.index-company .box span{display: block;font-size: 16px;padding: 10px 0px 30px 0px;position: relative;margin-bottom: 30px;}
.index-company .box span:after{
	display: block;
	content: " ";
	width: 50px;
	height: 4px;
	background-color: #fff;
	position: absolute;
	bottom: 0px;
}

.index-company .box ul li{height:60px;line-height: 60px;background: url('../images/03.png')no-repeat 0px center;text-indent: 30px;font-size: 16px;}

.index-company .box a
{
	display: block;
	width: 41px;
	height: 41px;
	background: url('../images/08.png')no-repeat center center;
	position: relative;
	top:0px;
	right:30px;
}

.index-company .box-intro{position: relative;height: 430px;}

.index-company .intro
{
	width: 570px;
	height: 350px;
	background-color: #;
	position: absolute;
	right: 5px;
	top: 0px;
	color: #adadad;
	padding: 0px;
}

.index-company .intro img{ }

.index-company .intro p{line-height: 30px;}

.index-news-message{width: 100%; padding: 30px 0px; position: relative;margin-top:100px;}

.index-news-message .title
{
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.index-news{width: 780px;height: 450px;padding:30px 50px 30px 50px;border:1px solid #d7d7d7;background-color: #fff;}

.index-news .index-news-title{width: 100%;height: 42px;background: url('../images/05.png')no-repeat 0px center;position: relative;margin-bottom: 30px;}

.index-news .index-news-title a
{
	display: block;
	width: 27px;
	height: 27px;
	background: url('../images/06.png')no-repeat center center;
	position:absolute;
	right: 0px;
}
.index-news img{width: 240px;height: 315px;}
.index-news ul{width: 410px;}
.index-news ul li{line-height: 44px;}
.index-news ul li:hover a{color: #2159be;}
.index-message{width: 380px;height: 450px;border:1px solid #d7d7d7;background-color: #fff;padding: 30px 40px;}
.index-message-title{width: 100%;height: 42px;background: url('../images/07.png')no-repeat 0px center;margin-bottom: 15px;}
.index-message input{width: 100%;height: 41px;border:1px solid #e4e4e4;margin-top: 15px;outline: none;text-indent: 50px;}
.index-message input[name=name]{background: url('../images/m1.jpg')no-repeat 0px center;}
.index-message input[name=tel]{background: url('../images/m2.jpg')no-repeat 0px center;}
.index-message textarea{border:1px solid #e4e4e4;width: 100%;height: 75px;outline: none;margin-top: 15px;padding: 10px;display: block;}
.index-message button{width: 100%;line-height: 40px;text-align: center;color: #fff;background-color: #2159be;cursor: pointer;margin: 15px auto;}
.index-message .tel{background: url('../images/m3.png')no-repeat 10px center;height: 50px;padding-left: 60px;}
.index-message .tel span{display: block;color: #9c9c9c;}
.index-message .tel i{display: block;font-size: 30px;color: #f86903;}

/*********************************sidebar************************************/

.sidebar{width: 260px;border: 1px solid #c6c6c6;}
.sidebar .title{width: 100%;height: 80px;background: url('../images/s1.png')no-repeat 200px center #EC870F;color: #fff;}
.sidebar .title span{display: block;font-size: 20px;text-indent: 40px;padding-top: 20px;font-weight: bold;}
.sidebar .title small{display: block;text-indent: 40px;}
.sidebar ul{}
.sidebar ul li{line-height: 70px;border-bottom: 1px solid #c6c6c6;text-indent: 40px;background-color: #fff;}
.sidebar ul li a{display: block;background: url('../images/j.png')no-repeat 220px center;}
.sidebar ul li a:hover{color: #e21a2d;background: url('../images/j_h.png')no-repeat 220px center;}
.sidebar .tel{background: url('../images/tel01.png')no-repeat 40px center #fff;color: #777;padding: 40px;}
.sidebar .tel span{display: block;font-size: 16px;text-indent: 60px;}
.sidebar .tel b{display: block;font-size: 18px;text-indent: 60px;}
/*********************************内页************************************/
#main{margin:0 auto;padding-bottom:50px;padding-top:50px;width:1200px;min-height:200px;}
#main:after{display: block;content: " ";clear: both;}
#main .left_zuo{float:left;width:260px;}
#main .right_you{float:right;width:900px;}
#main .right_you .article{
	width:100%;
	height:50px;
	border-bottom:2px solid #00b050;
	margin-bottom: 20px;
}
#main .right_you .article .left_bitao{
	float: left;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	background: url('../images/fangzi.png')no-repeat 0px center;
	text-indent: 70px;
	background-size: 50px;
}
#main .right_you .article .right_biaoti{float:right;height:50px;line-height:50px;font-size:14px;}
.news-list{}
.news-list ul li{
	margin: 10px 0px;
	padding: 20px;
	border: 1px solid #ddd;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.news-list ul li:hover{
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.18);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.18);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.news-list ul li a{
	display: inline-block;
	color: #de0f18;
    cursor: pointer;
    padding-left: 10px;
    letter-spacing: 1px;
}
.news-list ul li span{display: block;font-size: 16px;color: #000;padding-bottom: 10px;}
.news-list ul li small{display: block;font-size: 14px;color: #777;}
.news-list ul li p{display: block;font-size: 14px;color: #777;text-align: justify;}
.news_title{font-size: 18px;color: #333;text-align: center;display: block;margin: 10px auto;}
.username_click{width: 100%;height: 30px;line-height: 30px;text-align: center;background-color: #eee;margin: 20px auto;}
.xq{max-width: 940px;font-size: 16px;line-height: 30px;text-align: justify;}
.xq img{max-width: 940px;display: block;margin: 5px auto;}
.xq table{border: 1px solid #808080;width: 100%;border-collapse: collapse;}
.xq table td {border: 1px solid #808080;padding: 5px 10px;}
/*上一页+下一页*/
#prev_next{margin-top: 30px;}
#prev_next li{line-height:40px;text-indent: 20px;width: 100%;font-size: 14px;}
#prev_next li:nth-child(1){background: url('../images/up.png')no-repeat 0px 15px;border-top: 1px solid #ccc;}
#prev_next li:nth-child(2){background: url('../images/down.png')no-repeat 0px 15px;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;}
/*产品列表*/
.product-img-list{}
.product-img-list ul li{
	width: 280px;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.product-img-list ul li:nth-child(3n){margin-right: 0px;}
.product-img-list ul li:hover{
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.18);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.18);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.product-img-list ul li .img-box{width: 280px;height: 280px;position: relative;border: 1px solid #eee;}
.product-img-list ul li .img-box img{
	position: absolute;
	max-width: 268px;
	max-height: 220px;
	width: auto;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.product-img-list ul li span{display: block;text-align: center;height: 40px;line-height: 40px;background-color: #777;color: #fff;}
/*产品内页*/
.product-info{margin-top: 30px;}
.product-info .product-info-img{width: 400px;height: 400px;position: relative;border: 1px solid #eee;}
.product-info .product-info-img img{
	position: absolute;
	max-width: 398px;
	max-height:398px;
	width: auto;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.product-info .intro{width: 450px;color: #333;}
.product-info .intro b{display: block;font-size: 26px;line-height: 30px;padding: 30px 0px;}
.product-info .intro span{display: block;line-height: 32px;font-size: 18px;}
/*产品详情*/
.content_p {margin-top: 40px;}
.content_p span.sp {display: block;background-color: #dddddd;color: #ffffff;margin-bottom: 20px;overflow: hidden;}
.content_p span.sp small {background: #06306a;display: block;float: left;text-align: center;line-height: 40px;width: 120px;}
/*设备展示*/
.shebei-img-list{}
.shebei-img-list ul li{width: 210px;height: 210px;float: left;margin-right: 20px;margin-bottom: 20px;position: relative;}
.shebei-img-list ul li:nth-child(4n){margin-right: 0px;}
.shebei-img-list ul li img{width: 100%;height: 100%;}
.shebei-img-list ul li span{display: block;width: 100%;line-height: 40px;position: absolute;bottom: 0px;background: rgba(0,0,0,0.5);color: #fff;text-align: center;transition: all 500ms ease-in-out;
-webkit-transform: all 500ms ease-in-out;}
.shebei-img-list ul li:hover span{line-height: 210px;}
.hezuo-img-list{}
.hezuo-img-list ul li{width: 210px;height: 80px;float: left;margin-right: 20px;margin-bottom: 20px;position: relative;}
.hezuo-img-list ul li:nth-child(4n){margin-right: 0px;}
.hezuo-img-list ul li img{width: 100%;height: 100%;}
.hezuo-img-list ul li span{display: block;width: 100%;line-height: 80px;position: absolute;bottom: 0px;background: rgba(0,0,0,0.5);color: #fff;text-align: center;transition: all 500ms ease-in-out;
-webkit-transform: all 500ms ease-in-out;opacity: 0;visibility: hidden;}
.hezuo-img-list ul li:hover span{opacity: 1;visibility: visible;}
/*返回上一页*/
.return{float:right;width:120px;height:40px;background-color:#38322d;color:#fff;text-align:center;line-height:40px;margin-top: 20px;}
.return:hover{background-color:#06306a;}
#zhutu{max-width:80%;margin: 10px auto;display: block;border: 1px solid #ddd;}
/*CONTACT 地图大小*/
#allmap{width:100%;height:450px;overflow:hidden;}
/*在线留言*/
.message-list{width: 550px;float: left;}
.message-img{width: 450px;height: 460px;float: right;}
.input-group{margin-bottom: 10px; clear: both;}
.input-group:after{display: block; content: ''; clear: both;}
.input-group label{width: 90px; font-size: 15px; display: inline-block; text-align-last: justify; color: #606060; font-weight: bold;}
.input-group input[type=text]{border: 1px solid #aaa;border-radius: 2px;line-height: 30px;height: 30px;width: 420px;text-indent: 1em;font-family: "microsoft yahei", "sans-serif";transition: 300ms;-webkit-transition: 300ms;outline: none;}
.input-group input[type=text]:focus{width: 420px; box-shadow: 0 0 5px #333; border: 1px solid #333;}
.input-group textarea:focus{width: 420px; box-shadow: 0 0 5px #333; border: 1px solid #333;}
.input-group input[type=text]#captcha:focus{width: 90px; box-shadow: 0 0 5px #015cb5; border: 1px solid #015cb5;}
.input-group textarea{transition: 300ms;-webkit-transition: 300ms;width: 420px;border: 1px solid #aaa;border-radius: 2px;text-indent: 1em;padding-top: 5px;font-family: "microsoft yahei", "sans-serif";outline: none;margin-left: 5px;}
#submit{display: block; clear: both; width: 80px; line-height: 30px; background: #1e1e1e; border: 0; color: #ffffff; font-size: 14px; margin-left: 94px;}
#submit:hover{background: #EC870F;cursor: pointer;}
/*人才招聘*/
.job_tab{line-height: 54px; background: #EC870F; font-size: 14px; color: #fff; text-align: center; width: 100%; overflow: hidden;}
.job_tab span{display: block; width: 20%; text-align: center; float: left;}
.jobs ul li > p{line-height: 54px; background: #ffffff; font-size: 14px; color: #4c4c4c; text-align: center; overflow: hidden;}
.jobs ul li > p span{float: left; display: block; width: 20%;}
.jobs ul li div{background: #f7f7f7; padding: 20px; display: none;}
.jobs ul li div small{font-size: 14px; line-height: 30px; color: #7c7c7c;}
.jobs ul li div > p{font-size: 16px; color: #B59A80; margin-bottom: 10px; font-weight: bold;}
.jobs ul li div > span{display: block; margin-top: 20px; border-top: 1px solid #ccc; font-size: 14px; color: #7C7C7C; padding-top: 20px;}
.jobs ul li div > span a{color: #a3906f;}




.headerTop{width: 100%;height: 47px;line-height: 47px;background: #f2f2f2;border-bottom: 1px solid #cbc8c8;}

.headerTop p{font-size: 14px;height: 47px;line-height: 47px;color: #000;float: left;}

.headerTop ul{float: right;}

.headerTop li{float: left;height: 38px;line-height: 47px;margin-left: 18px;}

.headerTop li a{font-size: 14px;color: #000;padding-left: 26px;}

.headerTop li.first a{background: url(../images/header_icon01.png) no-repeat left center;}

.headerTop li.second a{background: url(../images/header_icon02.png) no-repeat left center;}

.headerTop li.last a{background: url(../images/header_icon03.png) no-repeat left center;}

.headerTop li:first-child{margin-left: 0;}
.container{margin-left:auto; margin-right:auto; width:1200px;}

 .header-inner{position:relative;position:relative;z-index:30;width:1200px;margin:0 auto}
 
 
 .logo{
	width:auto;
	float:left;
	padding-top:6px;
}
.logo img{
	vertical-align:top;
}
/*

 

/*menu*/

#menu_bg{ background:#00af50; height:52px; width:100%; overflow:hidden;}

#menu{ height:52px; line-height:52px;}

#menu li{ width:150px; float:left; display:inline; text-align:center; line-height:52px; background:url(../images/menu_right.jpg) right center no-repeat;}

#menu li a{ color:#FFF; display:block; font-size:16px; transform:translate(0,0); transition:all .2s ease-in 0s;}

#menu li a:hover{background:#004c8c;}

.warp{width:1200px; margin:0 auto; clear:both;  }
 
.cont_07{
	height:400px;
	background-position:center top;
	background-repeat:no-repeat;
}
.cont_077{
	width:1300px;
	margin:0 auto;
	padding-top:65px;
}
.cont_07_up{
	height:87px;
	text-align:center;
	font-size:30px;
	color:#000;
	font-weight:bold;
}
.cont_07_up span{
	font-size:30px;
	color:#2c5fba;
	text-transform:uppercase;
	margin-right:12px;
}
.cont_07_down{
	width:100%;
}
.cont_07_down_left{
	width:589px;
	float:left;
}
.cont_07_down_left_01{
	width:589px;
	height:322px;
}
.cont_07_down_left_02{
	padding:0 7px;
	height:40px;
	background-color:#2a2a2a;
}
.cont_07_down_left_02_up{
	height:42px;
}
.cont_07_down_left_02_up_left{
	width:498px;
	float:left;
	line-height:42px;
	height:42px;
}
.cont_07_down_left_02_up_left a{
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
}
.cont_07_down_left_02_up_right{
	width:auto;
	float:right;
	line-height:42px;
	font-size:12px;
	color:#ffffff;
}
.cont_07_down_left_02_down{
	height:52px;
	overflow:hidden;
	font-size:12px;
	color:#ffffff;
}
.cont_07_down_right{
	width:689px;
	float:right;
}
.cont_07_down_right ul li{
	height:80px;
	background-color:#e5e5e5;
	margin-bottom:13px;
}
.cont_07_down_right_01{
	width:70px;
	height:80px;
	float:left;
	background-image:url(../images/xinwen_11.gif);
	background-position:right center;
	background-repeat:no-repeat;
	text-align:center;
	line-height:80px;
	font-size:26px;
	color:#333333;
}
.cont_07_down_right_02{
	width:585px;
	float:right;
	padding-right:17px;
	padding-top:15px;
}
.cont_07_down_right_02_up{
	height:25px;
}
.cont_07_down_right_02_up_left{
	height:25px;
	line-height:25px;
	width:510px;
	float:left;
}
.cont_07_down_right_02_up_left a{
	font-size:14px;
	color:#444444;
}
.cont_07_down_right_02_up_right{
	width:auto;
	float:right;
	line-height:25px;
	font-size:13px;
	color:#444444;
}
.cont_07_down_right_02_down{
	height:21px;
	overflow:hidden;
	font-size:12px;
	color:#a1a1a1;
}
.cont_08{
	height:526px;
	position:relative;
}
.slideBox {
	width: 100%;
	height: 526px;
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 49%;
	bottom: 10px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
}
.slideBox .hd ul li.on {
	background: #F33;
	color: #fff;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position:relative;
}
.slideBox .bd img {
	width:100%;
	height: 526px;
	display: block;
}
.bd_tt{
	width:580px;
	height:355px;
	overflow:hidden;
	position:absolute;
	z-index:999;
	top:70px;
	left:50%;
	margin-left:100px;
	font-family:"微软雅黑","宋体";
	font-size:16px;
	color:#555b67;
	line-height:30px;
}
.bd_tt a{
	color:#ff2e2e;
}
.bd_tt h2{
	font-family:"微软雅黑","宋体";
	font-size:30px;
	color:#2c5fba;
	font-weight:bold;
	padding-bottom:15px;
}
.bd_tt h2 span{
	font-family:"微软雅黑","宋体";
	font-size:30px;
	color:#abb3c2;
}
.liucheng1{
	background-image:url(../images/liucheng_bj.gif);
	background-position:center top;
	background-repeat:repeat;
}
.liucheng{
	padding:39px 0 70px;
	width:1300px;
	margin:0 auto;
}
.liucheng_up{
	height:79px;
	text-align:center;
	font-weight:bold;
	font-family:"微软雅黑","宋体";
	font-size:30px;
	color:#444444;
}
.liucheng_up span{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:30px;
	color:#2c5fba;
	text-transform:uppercase;
	margin-right:10px;	
}
.liucheng_down{
	text-align:center;
}
.liucheng_down img{
	vertical-align:top;
}
.cont_09{
	padding-bottom:56px;
	width:1300px;
	margin:0 auto;
}
.cont_09_1{
	height:75px;
	text-align:center;
}
.cont_09_2{
	height:150px;
	text-align:center;
}
.cont_09_3{
	padding-left:56px;
}
.cont_09_31{
	float:left;
	width:363px;
	height:128px;
	box-shadow:5px 5px 13px #cccccc;
	background-image:url(../images/lexiang_13.gif);
	background-position:left top;
	background-repeat:repeat;
	padding-top:10px;
	padding-left:23px;
}
.cont_09_3_right{
	margin-right:15px;
}
.cont_09_31 ul li{
	height:30px;
	background-image:url(../images/lexiang_12.gif);
	background-position:left center;
	background-repeat:no-repeat;
	line-height:30px;
	padding-left:12px;
}
.cont_09_31 ul li a{
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#444444;
}



/**/

.yq { margin-top:80px;}

.yq_top { height:40px;}

.yq_top span { float:left; line-height:28px;}

.yq_top span a { font-size:14px; color:#4f4f4f;}

.yq_top span a img { padding-right:10px; float:left;}

.yq_top em { display:block; float:right;}

.yq_top em a { font-size:14px; color:#4f4f4f}

.yq_con { line-height:30px;}

.yq_con a { color:#000; padding:0 20px 30px; font-size:14px;}


 
/*底部开始*/

.f_bg { background:url(../images/f_bg.gif) repeat-x center top; height:287px; margin-top:30px;}


.content , .footer { width:1200px; margin:0 auto;}

.f_nav { text-align:left; color:#fff; height:58px; line-height:58px; width:1200px; margin:0 auto;}

.f_nav a { color:#fff; padding:0 30px; font-size:14px; text-shadow:1px 1px #282526;}



.f_con { height:230px;}

.f_img { float:left; padding:55px 0 0; width:180px; text-align:center;}

.f_p { color:#333; font-size:14px; line-height:30px; padding:50px 0 0; width:645px; text-align:center;margin-left:60px;}

.f_p a { color:#333;}

.f_p em { padding:0 45px;}

.f_p img { padding:0 0 0 10px; float:none;}

.f_img02 { padding:55px 0 0 30px; color:#fff;}

.f_img02 img { float:left;}

.f_img02 span { float:left; display:block; padding:19px 0 0 28px;}



.fl { float:left;}

.fr { float:right;}


/*底部结束*/


.g_yf{background:url(../images/yfbg.jpg) no-repeat center top;height:740px;padding-top: 62px;margin-top:50px;}

.g_yf h2{height: 171px;text-align: center;font-size:42px;font-weight: bold;color: #fff;background:url(../images/yftit.png) no-repeat;}

.g_yf h2 a{color: #fff;}

.g_yf h2 em{display: block;font-size: 20px;color: #fff;font-weight: normal;padding-top: 10px;}

.g_yf .fz{height: 117px;color:#fff;}

.g_yf .fz li{font-size: 14px;line-height: 24px;text-align: center;color: #fff;float: left;}

.g_yf .fz li b{display: block;font-weight: normal;font-size: 20px;}

.g_yf .fz .fz01{width: 160px;padding-left: 14px;}

.g_yf .fz .fz02{width: 188px;padding-left: 30px;}

.g_yf .fz .fz03{width: 174px;padding-left: 26px;}

.g_yf .fz .fz04{width: 190px;padding-left: 25px;}

.g_yf .fz .fz05{width: 172px;padding-left: 25px;}

.g_yf .fz .fz06{width: 160px;padding-left: 34px;}


.g_zs{ height: 482px;position: relative;}

.g_zs .u_ljt,.g_zs .u_rjt{ width:40px; height:40px; position: absolute; cursor:pointer;  display:block; z-index: 10;}

.g_zs .u_ljt{left:548px;top:315px;}

.g_zs .u_rjt{right:548px;top:315px;}

.g_zs .u_ljt a{ background: url(../images/ljt.png) no-repeat; width:40px; height:40px; display:block;}

.g_zs .u_rjt a{ background: url(../images/rjt.png) no-repeat; width:40px; height:40px; display:block;}

.g_zs .u_ljt a:hover,.g_zs .u_rjt a:hover{background-position: -40px 0;}

.g_zs .u_mid{ width:1200px; overflow:hidden; }

.g_zs .u_lst1 li{ width:278px; float:left; margin-right:26px; }

.g_zs .u_lst1 .lastli{ margin-right:0;}

.g_zs .u_lst1 li img{ width:287px; height:220px;display: block;background: url(../images/zsbg.jpg) no-repeat;   transition: all 0.3s linear 0s; padding: 8px;}



.g_zs .u_lst1 span{ width:278px; display:block;  height:62px; line-height:62px; overflow:hidden; text-align:center; color:#555555; cursor: pointer; font-size: 14px; }

.g_zs .u_lst1 a:hover{text-decoration: none;}

.g_zs .u_lst1 li:hover span{color: #eb0900;}






/*page*/

.page_L{ width:260px; overflow:hidden;}

.page_R{ width:918px; overflow:hidden; border:#eee solid 1px;}

.page_tt{height:46px; border-bottom:#eee solid 1px; overflow:hidden; line-height:46px; padding:0 19px; width:880px;}

.page_tt h3{ color:#222; font-size:20px; background:url(../images/dian_02.jpg) 1px center no-repeat; padding-left:13px;}

.weizhi{ float:right; display:inline; color:#666;}

.weizhi a{color:#666;}

.weizhi a:hover{color:#0075ae; text-decoration:underline;}



.page_con{ font-size:14px; line-height:2; clear:both; overflow:hidden; padding:10px 19px 10px 19px; width:880px;}

.page_con img{ max-width:880px; height:auto; width:expression(this.width > 880px ? "880px" : this.width); overflow:hidden;}

.con_title{ font-size:32px; color:#333; font-weight:bold; line-height:48px; width:1220px; margin-left:220px; margin-bottom:30px;}

.con_auth{ clear:both; height:34px; font-size:13px; line-height:34px; overflow:hidden; margin-bottom:10px; color:#999; border-bottom:#ededed solid 1px; padding:5px 0;}

.con_auth span{ margin-right:25px;}

.page_L_top{ width:260px; height:100px; padding-top:17px; background:#0075ae; color:#FFF; line-height:30px; font-size:23px; text-align:center;}

.page_L_top i{ font-style:normal; font-size:16px; text-transform:uppercase;}

.leftmenulist{background:#f2f2f2; padding:0px 8px 8px 8px; overflow: hidden; border: 1px solid #eee;}

.leftmenulist li{height:45px; line-height:45px; margin-top:8px; overflow:hidden;}

.leftmenulist li a{display:block; font-size:16px; padding-left:36px; background:url(../images/icon02.png) 17px center no-repeat #FFF;}

.leftmenulist li a:hover{ background:url(../images/icon01.png) 17px center no-repeat #0075ae; color:#FFF;}

.leftmenulist li.on a{ background:#0054a5; color:#FFF;}

.contact_box{ background:url(../images/contact_box.jpg) top center no-repeat; height:280px; width:260px; overflow:hidden; clear:both; padding:65px 35px 2px 18px; font-size:14px; line-height:26px;}



/*分页=============================================================*/
.prorig-con{margin-left:300px; clear:both;}
.prorig-con ul{margin:auto;}
.prorig-con ul li{color:#fff;float:left; border-radius:5px;background:#094ca7;line-height:40px;width:5%;text-align:center ;margin-left:5px;}
.prorig-con ul li a{color:#fff;font-size:15px;line-height:20px; width:5%;text-align:center }
.prorig-con ul li.current{float:left;color:#fff;font-size:15px; border-radius:5px;background:#096b72;line-height:40px;width:5%;text-align:center ;margin-left:5px;}


 

/* leftsead */
#leftsead{width:161px;height:290px;position:fixed;top:350px;right:0px; z-index:100;}
*html #leftsead{margin-top:258px;position:absolute;top:expression(eval(document.documentElement.scrollTop));}
#leftsead li{width:161px;height:60px;}
#leftsead li img{float:right;}
#leftsead li a{height:49px;float:right;display:block;min-width:47px;max-width:161px;}
#leftsead li a .shows{display:block;}
#leftsead li a .hides{margin-right:-143px;cursor:pointer;cursor:hand;}
#leftsead li a.youhui .hides{display:none;position:absolute;right:143px;}
#leftsead li a.youhui .2wm{display:none;position:absolute;right:143px;}
#p2{width:112px;background-color:#A7D2A9;height:47px;margin-left:47px;border:1px solid #8BC48D;text-align:center;line-height:47px}
#p3{width:112px;background-color:#EC9890;height:47px;margin-left:47px;border:1px solid #E6776C;text-align:center;line-height:47px}
#p1{width:47px;height:49px;float:left}
