*{ margin:0; padding:0; list-style:none;}
a{
	color: black;
	text-decoration: none;
}
.clearfix:before,.clearfix:after{
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after{
	clear: both;
}
body{
	background: #f6f6f6;
	font: 14px / 1.42857 "Microsoft YaHei","微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;
}
header{
	background: white;
}
header #top{
	z-index: 2;
	width: 1366px;
	margin: 0 auto;
	height: 100px;
	position: relative;
}
header #top #nav_r{
	position: absolute;
    right: 0;
    top: 0;
}
header #logo{
	padding: 25px 0 0 18px;
	position: absolute;
}
header .nav{
	margin-left: 250px;
}

header .nav li{
	float: left;
	line-height: 50px;
	line-height: 50px;
    vertical-align: top;
    padding: 0 21px;
    padding-top: 40px;
	
}
header .nav li a{
	font-size: 14px;
	color: #666;
	display: block;
	position: relative;	
    letter-spacing: 1px;
	
}
header .nav li:hover a:after{
	position: absolute;
	background: #005bac;
	height: 2px;
	width: 100%;
	bottom: 0;
	left: 0;
	content: "";
}
header .nav li a:hover{
	color:#019fe8
}

head #user{
	position: absolute;
}


#top_us{
	margin-top: 20px;;
	padding: 20px;
	background: white;
}
#top_us .container{
	width: 1140px;
	margin: 0 auto;
}
#top_us #xinnengyuan{
	height: 123px;
	background: #32b3ed;
	box-sizing: border-box;
	border-radius: 50px 0 0;
	padding-top: 1px;
}
#top_us #xinnengyuan h2{
	display: inline-block;
	font-size: 1.5em;
	width: 332px;
    margin: 25px;
    font-weight: bold;
    margin-left: 60px;
    padding-right: 40px;
    color: #fff;
    border-right: 1px solid #fff;
}
#top_us #xinnengyuan p{
	display: inline-block;
	width: 586px;
	color: white;
	padding-left: 40px;
	font-size: 15px;
	
}
#us4{
	width: 110%;
	margin-top: 20px;
}
#us4 a{
	display: inline-block;
	margin-bottom: 10px;
}
#us4 a img{
	width: 565px;
	margin-right: 6px;
}
#product{
	margin: 50px auto;
	width: 1344px;
}
#product h2{
	color: #005bac;
	text-align: center;
	line-height: 50px;
	font-size: 30px;
	font-weight: normal;
}
#product h2 span{
	display: block;
	font-size: 14px;
}
#product #p_list li{
	width: 127px;
	display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
}
#product #p_list li a{
	color: black;
	text-decoration: none;
}

#product #p_list li:hover{
	background:#019fe8 ;
	color: white;
}
#product #p_list li:hover a{
	color: white;
}
#product #p_des .li{
	box-sizing: border-box;
	width: 180px;
	height: 217px;
	background: url(../img/pro_bg.jpg) no-repeat bottom center;
    margin-right: 20px;
}
#product #p_des ul{
	margin-top: 70px;
	margin-bottom: 82px;
}
#product #p_des ul:after{
	content: '';
	clear: both;
	display: block;
}
#product #p_des li img{
	width: 180px;
	height: 140px;
}
#product #p_des li span{
	font-size: 16px;
	display: block;
    width: 100%;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;}
#product #p_des li:hover a{
	color: #005bac;
}
    
    
footer #f_nav{
	background: #019fe8;}

footer #f_nav ul{
	width: 1130px;
	margin: 0 auto;
}
footer #f_nav li{
	display: inline-block;
	line-height: 40px;	
    width: 151px;
    font-size: 14px;
}

footer #f_nav li a{
	color: white;
	text-decoration: none;
}

footer .copyright{
	background: #bfbfbf;
	line-height: 37px;
	text-align: center;
}


#list{
	border-top: 3px solid #009ce7;
	background: white;
	font-family: "Microsoft Yahei", "微软雅黑", FZLTXH, Helvetica, arial, sans-serif;
	padding-bottom: 60px;
}
#list_nav ul{
	padding: 32px 0;
	width: 110%;
}
#list_nav li{
	display: inline-block;
    line-height: 40px;
    height: 40px;
    margin: 0px 5px;
    background-color: #ddd;
    text-align: center;
    width: 216px;
    margin-bottom: 10px;
    font-size: 16px;
}
#list_nav li:hover,#list_nav li.l_on{
	background: #019fe8;
}
#list_nav li:hover a,#list_nav li.l_on a{
	color: white;
}
#list_ul h1{
	font-size: 1.4em;
    margin: 20px auto;
    font-weight: bold;
    padding-bottom: 25px;}
#list_ul ul{
	margin: 0 -19px;
	text-align: justify;
}
#list_ul li{
    width: 358px;
    display: inline-block;
    border: 1px solid #ccc;
    margin: 0 13px 30px;
}

#list_ul li a.img{
	display: block;
	position: relative;
	width: 358px;
	height: 358px;
	overflow: hidden;
}
#list_ul li a.img .over{
	background: #0081D7;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	display: none;
	z-index: 1;
}

#list_ul li:hover a.img .over{
	display: block;
} 

#list_ul li .content{
	background-color: #ddd;
    height: 158px;
    padding: 30px !important;
}
#list_ul li a.tit{
	font-size: 18px;
	line-height: 27px;
}
#list_ul li a.tit:hover{
	text-decoration: underline;
	color: #0076c6;
}
#list_ul li p{
	margin-top: 10px;
	color: #555;
	line-height: 28px;
	font-size: 15px;
	word-break: break-all;
    height: 84px;
    text-overflow: ellipsis;
    overflow: hidden;
}
#list_ul li a.more{
	background: #009de8;
	line-height: 38px;
	padding: 0 10px;
	display: inline-block;
	color: white;	
}

#list_ul li a.more:hover{
	background: #0076c6;
}


#list_ul li:hover{
	border: 1px solid #999;
}
#list_ul li:hover img{
	transform: scale(1.1);
}
#list_ul li img{
	width: 358px;
	height: 358px;
	transition: all 1s ease 0s;
}

#list .container{
	width: 1140px;
	margin: 0 auto;
}

#pro_img{
	background: url(../img/pro_img.jpg);
}
#pro_img .bg{
	
}
#f_body .container{
	margin: 0 auto;
	width: 1130px;
	padding: 25px;
	position: relative;
}
#f_body .container li{
	display:inline-table;
	width: 151px;
	line-height: 30px;
	font-size: 14px;
}
#f_body .container li a{
	display: block;
}
#f_body .container p{	
	font-family: "STXiHei", "华文细黑", "Microsoft Yahei", "微软雅黑", FZLTXH, Helvetica, arial, sans-serif;
    font-size: 15px;
	position: absolute;
	right: 0;
	top: 30px;
	width: 278px;
	font-size: 15px;
	line-height: 1.5;
}

#huanyudianqi{	
    margin: 0 auto;
    width: 1140px;
    padding-bottom: 100px;
}
#huanyudianqi .title{
	text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
    color: #009bf4;
}
#huanyudianqi .title i{
	font-style: normal;
}
#huanyudianqi .title i:before,#huanyudianqi .title i:after{
	content: '----';
}
#huanyudianqi .title span{
	display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #909090;}
#huanyudianqi .listpic{
	border: 1px solid #ccc;
    padding: 5px;
    width: 400px;
    float: left;}
#huanyudianqi .content{
	margin-left: 434px;
}
#huanyudianqi .content p{
    font-size: 15px;
    line-height: 28px;
    color: #777;
    margin: 0;
}


#pro_img .bg{
	width: 1366px;
	margin: 0 auto;
	position: relative;
	padding-top: 100px;
}
#pro_img .bg h1{
	padding-top:20px
}
#pro_img .bg p{
	line-height: 36px;
    display: block;
    margin-bottom: -30px;    
    width: 900px;
}

#right .r_list h3{
	font-family: 'ProximaNova-Extra','ProximaNova-Regular',Arial,sans-serif;
    color: #0081D7;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding-top: 12px;
    position: relative;
}
#right .r_list h3:before{
	display: block;
	position: absolute;
	top: 0;
	width: 35px;
	content: '';
	border-top:#0081D7 solid 3px;
	
}
#right .r_list li{
	padding: 10px 15px 10px 35px;
	background: url(../img/icon-quote-requests.png) no-repeat left center;
}
#right .r_list li a{
	color: white;
}

#pro_img .bg .top_bor:before{
	width: 35px;
	content: "";
	position: absolute;
	border-top: 3px solid black;
	z-index: 1;
	margin-top:-5px ;
}
#center #left{
	box-sizing: border-box;
	width: 900px;
	padding:40px 20px;
}
#center #left img{
	width: 100%;
}
#cpms{
	display: inline-block;
	width: 40%;
	vertical-align: top;
	margin-right: 20px;
}
#cptd{display: inline-block;
width: 50%;
vertical-align: top;
}
#cpms h2.tit,#cptd h2.tit{
	font-family: 'ProximaNova-Extra','ProximaNova-Regular',Arial,sans-serif;
    color: #0081D7;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    padding-top: 12px;
    margin-bottom: 10px;
}
#cpms h2.tit:before,#cptd h2.tit:before {
	content: "";
    left: 1px;
    top: 0;
    position: absolute;
    height: 3px;
    width: 35px;
    background: #0081D7;
}

#cptd .text{
	margin-left: 2em;
	
}
.text{
	font-size: 14px;
	color: #343434;
	line-height: 1.5;
}
.text ul li{
	list-style: circle;
}
footer{
	padding-top: 45px;
	background-color: #f1ede7;
}
footer .container{
	width: 1230px;
	padding: 0 15px;
	margin:0 auto;
}
.inlist{
	font-size:0;/* 所有浏览器 */
	*word-spacing:-1px;/* IE6、7 */

}
@media screen and (-webkit-min-device-pixel-ratio:0){
	.inlist{
	letter-spacing:-5px;/* Safari 等不支持字体大小为 0 的浏览器, N 根据父级字体调节*/
	}
}
.inli{	
	display: inline-block;	
	vertical-align: top;	
    letter-spacing: normal;
    *display: inline;
    *zoom: 1;
}
footer ul h4{
	color: #666;
	font-size: 18px;
	font-family: "微软雅黑";
	line-height: 30px;
	margin-bottom: 28px;
	font-weight: normal;
}
footer li{
    padding-top: 5px;
    padding-bottom: 5px;
}
footer  li a,footer li {
    color: #666;
    font-size: 14px;
    font-family: "微软雅黑";
    }
footer .logo_di{
	width: 225px;
	font-size: 14px;
	text-align: center;
	margin-right: 109px;
}

footer .logo_di h6{
	margin-top: 5px;
	color: #888;
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 15px;	
	font-weight: normal;
}

footer ul{
	width: 203px;
	font-size: 14px;
}
footer ul:last-child{
	width: 260px;
}
footer .img_di{
	float: right;
}
footer .img_di img{
	margin-left: 15px;
}
footer .tel_di{
	border-bottom: 1px solid #dadada;
	margin-top: 36px;
	padding-bottom: 22px;
	padding-left: 21px;
}
footer .tel_di .tel img{
	vertical-align: middle;
	margin-top: -6px;
	margin-right: 14px;
}
footer .tel_di .tel strong{
	font-weight: 700;
	color: #666;
	font-family: "Arial";
	letter-spacing: 1px;
	font-size: 18px;
}
footer .banqu_di {
    color: #999;
    font-size: 12px;
    font-family: "微软雅黑";
    text-align: center;
    padding-top: 21px;
    padding-bottom: 19px;
    }
footer .banqu_di span{
	font-family: "Arial";
	margin-right: 8px;
}



#center .aboutus h2{
	color: #333;
    font-size: 30px;
    font-weight: bold;
    font-family: "思源黑体 CN","微软雅黑";
    margin-top: 13px;
    padding: 52px 0 0 64px;
}
#center .gs2{
}

.col6{
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.col6 img{
	max-width: 100%;
}
#center .gs2 .ustext p {
	color: #333;
    font-size: 18px;
    font-family: "微软雅黑";
    line-height: 2.2;
    text-indent: 2em;
    margin-top: 42px;
}
#center .gs2 .ustext p strong{
	font-weight: 700;
	color: rgb(31, 73, 125);
	font-size: 24px;
	
}

.gongsir li span{
	color: #28b998;
}

.hezuohuoban .con img {
    margin: 0 27px;
    margin-bottom: 48px;
    max-width: 152px;
    vertical-align: middle;
}
.ustext img{
	max-width: 100%;
}


a.li{
	background-color: #fafafa;
    margin-top: 20px;
    padding-top: 26px;
    padding-bottom: 33px;
    box-sizing: border-box;
	text-align: justify;
	padding-right: 15px;
    padding-left: 15px;
    display: block;
    position: relative;
}
a.li:before{    
	content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #005bac;
    display: none;}
 a.li:hover:before{
 	display: block;
 }
a.li:hover,a.li:hover h3,a.li:hover span,a.li:hover .right span{
	color: #005bac;
}
a.li:hover .more .no{
	display: none;
}
a.li:hover .right .more .on{
	display: inline-block;
}

a.li .left,a.li .right{
	display: inline-block;
	width: 450px;
	box-sizing: border-box;
	padding: 0 40px 0 24px;
	vertical-align: top;
}
a.li .left h3{
	font-size: 24px;
    font-family: "微软雅黑";
    line-height: 1.8;
    height: 86.4px;
    overflow: hidden;
    letter-spacing: 1px;
    font-weight: normal;
}
a.li .left span{
	display: block;
	font-size: 16px;
    font-family: "微软雅黑";
    margin-top: 26px;
    letter-spacing: .8px;}
a.li .right{
	width: 704px;
	padding-left: 34px;
    border-left: 1px solid #d8d8d8;
    margin-top: 11px;
    letter-spacing: 1.4px;
}
a.li .right h5{
	font-weight: normal;
	color: #666;
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 2.1;
    margin-top: -5px;
}
a.li .right .more{
	float: right;
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    display: inline-block;
    margin-top: 15px;
}
a.li .right .more img{
	vertical-align: middle;
	margin-top: -4px;
}

a.li .right .more img.on{
	display: none;
}

.newstit {
	padding-top: 60px;
    padding-bottom: 58px;
}
.newstit h2{
	color: #333;
    font-size: 30px;
    font-weight: bold;
    font-family: "思源黑体 CN","微软雅黑";
    margin-top: 15px;
}

