*{margin: 0px;padding: 0px;}
html,body{ width: 100%; height: 100%;background: #fff;font-family: "微软雅黑";color:#333}
a{color: #666;font-size: 14px; text-decoration: none;}
a:hover{color: #0069a9;font-size: 14px; text-decoration: none;}
ul,li,ol{ list-style: none;}
input,textarea{font-family: "微软雅黑";font-size: 16px;}
b,em,i,strong{ font-style: normal;font-weight: normal;}
.main{width: 1200px;margin: auto;clear: both;}
.fl{float: left;}
.fr{float: right;}
input,select,textarea{outline:none; border:none/*-webkit-appearance: none;*/}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { color:#9c9c9c;font-size: 14px;}
input:-moz-placeholder {  　　color:#9c9c9c;font-size: 14px;　　}
input::-moz-placeholder { color:#9c9c9c;font-size: 14px;}
input:-ms-input-placeholder { color:#9c9c9c;font-size: 14px;}
textarea{resize:none; color:#9c9c9c;font-size: 14px;}
a{text-decoration:none;color: #333}
i,em,strong,b,h1,h2,h3,h4,h5{ font-style: normal; font-weight: normal;}




.header{
    height: 100px;
    width: 100%;
    float: left

}
.header .fl {
   padding-top:30px;
}
.header .fr {
    float: right;
	line-height: 100px;
	border-left: 1px solid #e2e2e2;
}
.header .fr a {
	margin-left: 30px;color: #0c5baa;
	text-transform: uppercase;
	
}
.nav {
	width: 830px;
	height: 100px; 
	line-height: 100px;
	float: left;
	margin-left: 10px;
}
.nav ul  {
	width: 100%;
	display: flex;justify-content: space-between;flex-direction: row;
}
.nav ul li{
	width: 90px;
	float: left;
	height: 100px; 
	line-height: 100px;
	display: inline-block;
	cursor: pointer;	margin: 0px 10px;
}
.nav ul li a{ 
	
	width: 100%;
	height: 94px; 
	line-height:94px;
	display: inline-block;
	text-align: center;
	color: #333;
	font-size: 16px;
	position: relative;

}
.nav ul li:hover>a,.nav ul li.active>a{
	border-bottom:3px solid #0d5aaa;
	color: #0d5aaa;
	/* border-color: #0069a9; */
}

.nav ul li:hover dl { display: block; }
.nav ul li dl {width:calc(100% + 60px);padding:0px 30px;position: relative; top:-1px ;display: none;z-index: 9; left: -60px;}
.nav ul li dl dd{height: 40px;line-height:40px;width: 100%; }
.nav ul li dl dd a{ height: 40px;line-height:40px;width: 100%; background: #fff; display: inline-block;color: #333; font-size: 14px;border: none;}
.nav ul li dl dd a:hover{background: #fe0000;color: #fff; }


.swiper-container1{
	position: relative;
	top: 0px;
    float: left;
    width: 100%;
}
.swiper-container1 img {
    width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 15px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 5px;
}
.swiper-pagination-bullet{
    background: #fff;
    opacity:1;  
    width:12px;
	height: 12px;
    border-radius: 12px;
    margin-right: 0px;
}
.swiper-pagination-bullet-active{
	 opacity: 1;
	 width: 60px;
	 background: #027bc4;
	height: 12px;
}


.index_search{width: 100%;
float: left;height: 60px;
line-height: 40px;
background: rgba(238, 238, 238, 0.4);
border-bottom: 1px solid #e9e9e9;
}
.index_search dl,.index_search dl dt,.index_search dl dd {float: left;line-height: 60px;}

.index_search dl dt{	font-size: 18px;color: #0d5aaa;}
.index_search dl dd a {float: left;margin: 0px 10px;}
.index_search p{float: right;	width: 325px;
	margin-top: 5px;
	height: 42px;
	background-color: #ffffff;
	border-radius: 21px;
	border: solid 2px #0d5aaa;
	background: #0d5aaa;
	overflow: hidden;
}
.index_search p input[type=button]{
	background: #0d5aaa;
	width: 70px;height: 40px;
	font-size: 14px;
	color: #fff;
}
.index_search p input[type=text]{
	background: #fff;
	width: 250px;height: 42px;
	font-size: 14px;
	color: #333;
	text-indent: 10px;
	/* margin-left: 5px; */
}



.index1 {
    width: 100%;
    float: left;
    padding-top: 70px;
    background: #fff;
    padding-bottom: 70px;
}

.left_nav {
    width: 280px;
    background-color: #0d5aaa;
    margin-right: 20px;
    border-radius: 5px;
    height: auto;
}

.left_nav .big_nav {
    margin-bottom: 30px
}

.left_nav p {

    font-size: 28px;
    color: #eee;
    text-align: center;
	/* position: relative; */
    /* background: #0d5aaa */
}
.left_nav p b{
	position: relative;    height: 70px;
    line-height: 70px;
	color: #fff;
}
.left_nav p b::before{
	content: '-';
	position: absolute;
	top: -20px;
	left: -40px;
	color: #ffffff;
}
.left_nav p b::after{
	content: '-';
	position: absolute;
	top: -20px;
	right: -40px;
	color: #fff;
}
.left_nav h4 img {
    margin-right: 10px;
}

.left_nav .slider_bar {
    width:calc(100% - 10px);
    background-color: #fff;
    border-radius: 5px;
    margin: 0px 5px;
    float: left;
    margin-bottom: 20px;
    /* border: 1px solid #eaeaea */
}

.slider_bar li dl {
    display: none;
}

.left_nav .slider_bar li {
    width: 260px;
    margin: 0px 4px;
    float: left;
    line-height:65px;
    text-align: center;
}

.left_nav .slider_bar li:last-child {
    border: none
}

.left_nav .slider_bar>li>a {
    font-size: 14px;
    color: #444;
    float: left;
    display: block;
    width: 100%;
    height: 100%;
    color: #0d5aaa;
}

.left_nav .slider_bar li h5 {
    width: 100%;
    text-align: center;
    /* text-indent: 20px; */
    position: relative;
    border-bottom: 1px dashed #d7d7d7;
    float: left;
    /* background: #eee */
}
.left_nav .slider_bar li h5 a{
	font-size: 16px;
	line-height: 24px;
}
.left_nav .slider_bar li:last-child h5 {
    border: none;
}

.left_nav .slider_bar li.active h5 {
    margin-right: -1px
}

.left_nav .slider_bar li h5 i {
    margin-right: 10px;
}

.left_nav .slider_bar li dd {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #d7d7d7;
    text-align: left;
    float: left;
}

.left_nav .slider_bar li dd:last-child {
    border: none
}

.left_nav .slider_bar li h5 span {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer
}

.left_nav .slider_bar li dd.select a {
    color: #0d5aaa
}

.left_nav .slider_bar li dd a:hover {
    color: #0d5aaa
}



.bus_style {
    width:900px;
    float: right;
}

.bus_style ul {
    float: left;
    width: 100%;
}

.bus_style ul li {
    float: left;
    margin-right: 18px;
    /* margin-bottom: 20px; */
    background: #fff;
    text-align: center;
    width: 210px;
    height: 210px;
}

.bus_style ul li:nth-child(4n) {
    margin-right: 0px;
}

.bus_style ul li a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.bus_style ul li img {
	width: calc(100% - 2px);
    display: inline-block;
    border: solid 1px #e3e3e3;
	float: left;
	height: 150px;
}

.bus_style ul li b {
    width: 100%;
    text-align: center;
    display: inline-block;
    line-height: 40px;
	background: #eaeaea;
	color: #333333;
    float: left
}

.bus_style ul li:hover img {
    border: 1px solid #0d5aaa;
}
.bus_style ul li:hover b {
    background:#0d5aaa;
	color: #fff;
}







.index{
	width: 100%;
	float: left;
}

.index_tit{
	width: 100%;
	float: left;
	text-align: center;
	height: 150px;
}
.index_tit2 {
	width: 100%;
	text-align: center;
}
.index_tit p{
	font-weight: normal;
	line-height: 40px;
	font-size: 34px;
	margin-top: 60px;
	color: #ffffff;
}
.index_tit span{
	width: 100%;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	text-transform:uppercase;
	color: #576f89;
}

.index2{
	background: url(../image/index2.jpg) top center no-repeat;
	padding-bottom: 50px;
}
.index2_con {
	width:1100px;
	float: left;
	height: 440px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 9px 0px
		rgba(0, 39, 62, 0.17);
		padding: 30px 50px;
}

.index2_con ul li {
	float: left;
	width: 545px;
	height:180px;
	padding-top: 45px;
	float: left;


}
.index2_con ul li a{
	width:480px;
	display: inline-block;
}
.index2_con ul li b{
	width: 110px;
	height: 110px;
	line-height: 110px;
	text-align: center;
	display: inline-block;
	background: #0d5aaa;
	border-radius: 50%;
	border: 5px solid rgba(191,212,233,1);
	margin-right: 15px;
	float: left;
}
.index2_con ul li b img {
	vertical-align: middle;
}
.index2_con ul li p{
	width: calc(100% - 140px);
	float: left;
	padding-top: 15px;
}
.index2_con ul li p i,.index2_con ul li p span {
	width: 100%;
	float: left;
	display: inline-block;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.index2_con ul li p i{
	font-size: 20px;
	color: #343434;
	margin-bottom: 10px;
	font-weight:bold;
}
.index2_con ul li:hover p i{
	color: #fe0000;
}
.index2_con ul li:hover b{
	background: #fe0000;
	border-radius: 50%;
	border: 5px solid #ffbdbe;
}
.index2_con ul li:first-child{
	height: 179px;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px dashed   #dbdbdb;
}
.index2_con ul li:nth-child(2n){
	padding-left: 30px;
	width: 510px;
}
.index2_con ul li:nth-child(2){
	height: 179px;
	border-bottom: 1px dashed #dbdbdb;
}
.index2_con ul li:last-child{
	border-left: 1px solid   #dbdbdb;
}
/*
.index1{
	width: 100%;float: left;background:url(../image/index1_bj.png) top center no-repeat;height: 750px;
}
.index1_con {
	width: 100%;
	float: left;
	height: 410px;
	margin: 30px 0px 20px;
	overflow: hidden;
}
.index1_concon {
	position: relative;
	height: 410px;
	top: 0px;
}
.index1_concon img.index1img {
	position: absolute;
	top: 0px;
	width: 100%
}
.index1_concon dl{
	position: absolute;
	left: 730px;
	width:400px ;
	top: 70px;
	float: left;
}
.index1_concon dl dt {
	width: 100%;
	height: 85px;
font-size: 14px;
color: #666666;
line-height:26px; 
}

.index1_concon dl dd {
	width: 100%;
	margin-top: 80px;
}
.index1_concon dl dt p{
	width: 100%;
	font-size: 28px;
	color: #333;
	margin-bottom: 5px;
}
.index1_concon dl dd b{
	width:50px ;
	float: left;
}
.index1_concon dl dd p{
	width:calc(100% - 70px);
	float: left;
	color: #fff;
}
.index1_concon dl dd p i,.index1_concon dl dd p span {
	width: 100%;
	float: left;
}
.index1_contab {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.index1_contab ul li {
	width: 280px;
	float: left;
	margin-right: 25px;
	height: 110px;
}
.index1_contab ul li a{
	width: 280px;
	height: 96px;
	background-color: #0069a9;
	border-radius: 48px;
	display: inline-block;
	color: #fff;
	margin-top: 14px;
;
}
.index1_contab ul li b {
	width: 72px;
	height: 72px;
	line-height: 72px;
	text-align: center;
	display: inline-block;
	background-color: #ffffff;
	box-shadow: 2px 2px 9px 0px 
		rgba(0, 39, 62, 0.17);
		border-radius: 50%;
		margin: 10px;
		float: left;
		font-size: 40px;
		color: #027bc4;
}
.index1_contab ul li p{
	width: calc(100% - 110px);
	float: left;
	font-size: 18px;
	color: #ffffff;
	margin-top: 25px;
}
.index1_contab ul li p span{
	width: 100%;
	float: left;
	color:#8db7dd;
	font-size: 12px;
}
.index1_contab ul li:last-child{
	margin-right: 0px;
}
.index1_contab ul li.hover a  {
	height:110px;
	margin-top: 0px;
	background:url(../image/tab_bj.png) center center no-repeat;
	
}
.index1_contab ul li.hover  b{
	margin-top: 24px;

}

.index1_contab ul li.hover  p{
	margin-top: 39px;
	color: #333;
}
.index1_contab ul li.hover  p span{
	color: #333;
	color: #fff;
}
*/
/*
.index_honor {
	width: 100%;
	float: left;
}

.index_anlicon{
	width: 100%;
	float: left;
	margin-top: 30px;
	height: 320px;
	overflow: hidden;
}


.index4{width: 100%;
	float: left;
	background: #fff;
}

.index_parent{width: 100%;
float: left;
margin-bottom: 50px;
margin-top: 30px;}
.index_parent ul li {
	width: 222px;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-bottom: 22px;

	border: solid 1px #dfdfdf;
}
.index_parent ul li  a{width: 100%;display: inline-block;float: left;}
.index_parent ul li img {vertical-align: middle;width:calc(100% - 2px);}
.index_parent ul li:nth-child(5n){
	margin-right: 0px;
}
.index_parent ul li:hover{border: 1px solid #0069a9;}
*/

.index_company {
	width: 100%;
	float: left;
	padding-bottom: 70px;

}
.index_company_bj{
	float: left;
	width: 570px;
	margin-right: 40px;
}
.index_company_con_top {
	width: 100%;
	float: left;

}

.index_company_con_top dl{
	width: 580px;
	float: left;
	}

	.index_company_con_top dl dt p{
		font-size: 20px;color: #333;
		margin:18px 0px 5px;
		font-weight:bold;
		width: 100%;
		display: inline-block;float: left;
		font-size:24px;
	}
	.index_company_con_top dl dt span{
		font-size: 14px;
		line-height: 26px;
		height: 230px;
		color: #666;
		width: 100%;
		display: inline-block;float: left;
	}





	.index_company_con_bot {
		width: 570px;
		float: left;
		height: 270px;
	
	}	
	.index_company_con_bot  p {
		width:300px;
		float: left;
		margin-left: 30px;
	}

	.index_company_con_bot  p a {
		width:115px;
		height:40px;
		line-height:40px;
		display: inline-block;
		margin-right: 10px;
		float: left;
		border-radius:  10px 10px 0px 0px;
		text-align: center;
		background-color: #d4d4d4;
		color: #666;
		font-size: 16px;
	}
	.index_company_con_bot  p a.hover{
		background-color: #027bc4;
		color: #fff;
	}
	.index_company_con_bot .index3_botcon{
		width:100%;
		float: left;
		border: 1px solid #0d5aaa;
		height: 230px;
		overflow: hidden;
		border-radius: 10px;
	}
	/* .index_company_con_bot ul li{
		width: 155px;
		padding: 35px 30px 0px 30px;
		float: left;
	}
	.index_company_con_bot ul li a {
		width:155px;
		float: left;
		margin-right: 15px;
	}
	.index_company_con_bot ul li img {
		width: 100%;
	}
	.index_company_con_bot ul li a:last-child{
		margin-right: 0px;
	}
	.index_company_con_bot ul li:last-child{
		display: none;
	} */
	
	
	
	
	.Box_con0  {position: relative;width:510px;left:0px;z-index: 10; top: 0px;overflow: hidden;}
	.Box_con0 .conbox0{position: relative;left: 35px;top: 30px;width: 510px;overflow: hidden;}
	.Box_con0 .conbox0 ul {position: relative;list-style: none;width: 10000px;}
	.Box_con0 .conbox0 ul li{float: left;width: 155px;height:160px;margin-right:15px;margin-bottom:40px;overflow: hidden;text-align: center;font-size: 14px; color: #333; line-height: 30px;}
	.Box_con0 .conbox0 ul li img {display: block;width: 155px;float: left;}
	.Box_con0 .conbox0 ul li b{ text-align: center;
		width: 100%;
		display: inline-block;
		font-size: 14px;
		height: 34px;
		background: #e4e4e4;
		line-height: 34px;
		color:  #666;
		margin-top: 3px;
		float: left;}
	.Box_con0 .conbox0 ul li:hover b{
		background: #0d5aaa;
		color: #fff;
	}
	
	
	
.index5{
	width: 100%;
	background: url(../image/index5.jpg) top center no-repeat;
	height: 580px;
	float: left;
}

.Box_con  {position: relative;width:1200px;left:0px;z-index: 10; top: 0px; height:400px;overflow: hidden;}
.Box_con .Box_con_btn {display: block;width: 300px;height:74px;text-align: center;position: absolute;
left: calc((100% - 300px)/2);
top: 320px;z-index:10;cursor: pointer;color: #fff;font-size: 20px;}
.Box_con .btn{
	width:140px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	background: #f8f8f8;color: #0d5aaa;
}
.Box_con .btn_l {margin-right: 10px;}
.Box_con .btn_r{background: #f8f8f8;color: #0d5aaa;}
.Box_con .btn:hover {
	background:#0d5aaa;color: #f8f8f8;
}
.Box_con .conbox{position: relative;top:0px;width: 1200px;overflow: hidden;}
.Box_con .conbox ul {position: relative;list-style: none;left: 0px;width: 10000px;}
.Box_con .conbox ul li{float: left;width: 280px;height:265px;margin-right:20px;margin-bottom:40px;
background: #0d5aaa;
	color:  #fff;
overflow: hidden;text-align: center;font-size: 14px; color: #333; line-height: 30px;}
.Box_con .conbox ul li img {display: block;width: 272px;float: left;padding: 4px;}
.Box_con .conbox ul li b{ text-align: center;
	width: 100%;
	display: inline-block;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	background-color:#0d5aaa;
	color:  #fff;
	float: left;}
.Box_con .conbox ul li:hover b{
	background: #f8f8f8;
	color: #0d5aaa;
}
.Box_con .conbox ul li:hover{
	background: #f8f8f8;
}
.index4_con_bot_tit{
	width: 100%;
}
.index4_con_bot_tit ul{
	display: table;
	margin: 20px auto 25px;
}
.index4_con_bot_tit li {
	float: left;
	position: relative;
	padding:20px 10px;
	font-size: 24px;
	color: #333333;
}

.index4_con_bot_tit li a{
	width: 170px;
	height: 51px;
line-height: 51px;
text-align: center;
display: inline-block;
	background-color: #ffffff;
	border-radius: 26px;
	border: solid 1px #bbbbbb;
	font-size: 18px;
}
.index4_con_bot_tit li.hover a{
	color:#fff;
	background:  #0069a9;
	border:1px solid #0069a9
}






.index_news{width: 100%; float: left; background:#fff;padding-top:60px;padding-bottom: 40px;}
.news_l{width: 600px; padding:15px 25px;float: left;margin-right: 40px;border: solid 1px #eeeeee;}
.news_r{
	float: left;
	width: 500px;
	height:490px;
	/* padding: 0px 20px; */
	/* border: solid 1px #eeeeee; */
}
.news_l_t {width: 100%; float: left;}
.news_l_t li { float: left; font-size: 20px; color: #666;cursor: pointer; margin:0px 10px; height: 40px; position: relative;}
.news_l_t li:before{position: absolute;right:-15px; top: 0px;color: #666;}

.news_l_t li{ 	color: #009f31;font-weight: bold; font-size: 24px;}
.news_l_t span { float: right; text-transform: uppercase; }
.news_l_con{  overflow: hidden;width: 100%; float: left ;height: 422px;}

.news_lcon:last-child{display: none;}
.news_lcon dl {width: 100%;color: #666666; float: left;margin-bottom: 10px;height: 183px;}
.news_lcon dl dt {width: 300px; float: left;margin-right: 25px;}
.news_lcon dl dt img{ float: left }
.news_lcon dl dd {width: calc(100% - 330px); float: left; padding-top: 0px;}
.news_lcon dl dd p a {font-size: 18px; color: #333;width: 100%;display: inline-block;float: left;margin:10px 0px 5px}
.news_lcon dl dd span {width: 100%; float: left; font-size: 12px; color: #666; line-height: 34px;}
.news_lcon dl dd b{font-size: 14px; color: #666; line-height: 24px; float: left; height: 77px;overflow: hidden;}

.news_lcon dl dd:hover a {
	color: #0d5aaa
}
.news_lcon ul{width: 100%;float: left;padding-top:15px;}
.news_lcon ul li { height: 44px; line-height:44px;width: 100%; float: left;border-bottom: 1px dashed #e2e2e2; }
.news_lcon ul li b { float: left;position: relative; }
.news_lcon ul li b:after{ position: absolute;left: -15px;top: -1px; content: "·"; }
.news_lcon ul li a { color: #666;text-indent: 20px; }
/* .news_lcon ul li a:hover b:after{ position: absolute;left: 0  } */
.news_lcon ul li a:hover {color: #0d5aaa}
.news_lcon ul li span { float: right;}
.news_lcon ul li:last-child{
	border-bottom: none;
}

.firm_tit {width: 100%; float: left;padding-bottom:15px; font-weight: normal;line-height: 24px;height: 24px;}
.firm_tit  p { float: left;color: #666;}
.firm_tit  p b{font-size: 20px; color: #666;cursor: pointer; padding-right:10px;}
.firm_tit  p b.hover{font-size: 20px;color: #0d5aaa;}
/* .tit_col_80b{font-size: 20px; color: #0d5aaa} */
.firm_tit span { font-size: 14px; color: #2e2e2e; float: right; display: inline-block; text-transform: uppercase; }


.issue_b{
	 float: left;
	padding: 20px 30px;
	width: 440px;
	height: 450px;
	background-color: #f9f9f9;
	border: solid 1px #e0e0e0;}
.issue_b_r{ float: left;
	width: 449px;
	/* height: 430px; */
	/* background-color: #ffffff; */
	
	/* border: solid 1px #dcdcdc; */
}
.issue_b_r .slider{ width:100%;
float: left; }
.issue_b_r .slider li{ float:left;width: 100%;border-bottom: 1px dashed #e5e5e5; font-size: 14px; color: #666666;margin:5px 5px 10px;}
.issue_b_r .slider li p {width: 100%;font-weight:bold;float: left;}
/*.issue_b_r .slider li:last-child{ border: none;}*/
.issue_b_r .slider li p a{color:#666;line-height: 28px;font-size: 14px;}
.issue_b_r .slider li p a:hover{color:#0d5aaa;}
.issue_b_r .slider li p span {width: 18px; height:18px; border-radius: 50%;background: #0d5aaa;display: inline-block;line-height: 16px;text-align: center;color: #fff; font-size: 12px;margin-right: 5px;float: left;margin-top: 5px;}
.issue_b_r .slider li p b {width: 18px; height:18px; border-radius: 50%;background: #787878; display: inline-block;line-height: 16px;text-align: center;color: #fff; font-size: 12px;margin-right: 5px;float: left;font-weight: normal;margin-top: 5px;}
.issue_b_r .slider li p em{width:calc(100% - 30px); float: left;line-height: 28px;float: left;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}


.issue_b_r .slider li:last-child{
	border-bottom: none;
}












.link{
	width: 100%;
	float: left;
	height:60px;
	background: #f4f4f4;
	line-height: 60px;
}
.link dl {
	width: 100%;
	float: left;
}
.link dl dt{
	float: left;
	font-size: 18px;
	color: #0069a9;
	/* color: #fff; */
	/* width: 140px; */
	text-align: center;
	position: relative;
	font-weight: bold
}
.link dl dd{
	float: left;
	margin-left: 15px;
}
.link dl dd a{
	float: left;
	margin: 0px 10px;
	position: relative;
	font-size: 14px;
	color: #666666;
}
.link dl dd a:hover{
	color: #0069a9
}


.link dl dd a:last-child::after{
	content: "";
	position: absolute;
	right: -10px;
	top: 0px;
}

.copy{
	width: 100%;
	background: url(../image/copy.png) center center repeat-x;
	height:438px;
	float: left;
	font-size: 14px;
	color: #9f9f9f;
	line-height: 28px;
}
.copy_top{
	width: 100%;
	float: left;
	height: 317px;
	padding-top: 60px;
}
.copy a:hover {
	color: #0069a9
}
.copy1{
	width:170px;
	float: left;


}
.copy2{
	width: 320px;
	float: left;

}

.copy_tit{
	width: 100%;
	float: left;
	font-size: 	18px;
	color: #fff;
	padding-bottom: 20px;
	position: relative;
}
.copy_tit::after{
	content: "";
	position: absolute;
	left: 0px;
	top: 35px;
	width: 31px;
	height: 3px;
	background: #027bc4;
	display: inline-block
}
.copy1 ul {
	width: 100%;
	float: left;
}
.copy1 ul li{
	width: 100%;
	float: left;
	line-height: 29px;
}
.copy1 ul li a{
	width: 100%;
	float: left;
	display: inline-block;
	color: #9f9f9f
}
.copy2 dl {
	width: 100%;
	float: left;
}
.copy2 dl dt {
	width: 100%;
	float: left;
	display: inline-block;
	font-size: 20px;
	color: #fff;
	padding-bottom: 5px;
}
.copy2 dl dd {
	width: 100%;
	float: left;
	display: inline-block;
	font-size: 14px;
	color: #9f9f9f;
	line-height: 28px;
}
.copy2 dl dd img {
	margin-right: 5px;
	float: left;
	margin-top: px;
}
.copy_r{float: right;width: 150px;}
.copy_r ol {float: right;}
.copy_r ol li { 
	width: 150px;
	height: 170px;
	background-color: #325281;
	/* height: 160px; */
	line-height: 150px;
	padding: 5px 0px 5px 0px;
	/* background-color: #11449d; */
float: left;

}
.copy_r ol li:first-child{
	margin-left: 0px;
}
.copy_r ol li p{
	/* display:table-cell;vertical-align:middle; */
	display: flex;
	flex-direction: column;
	align-items: center;
	/* align-content: center; */
	/* justify-content: center; */
	/* justify-self: center; */
	/* justify-items: center; */}
.copy_r ol li:first-child{
	margin-left: 0px;
}
.copy_r ol li img{
	float: left;
	margin-top: 5px;
}
.copy_r ol li b {color: #fff; 
	width: 100%;
    text-align: center;
    line-height: 40px;
	font-size: 14px;
	float: left;

	/* margin: 10px 0px 0px 5px; */
    word-wrap: break-word;/*英文的时候需要加上这句，自动换行*/
	word-break:break-all;
	display: inline-block;
}
.copy_bot2 {line-height: 50px;}
.copy_bot2 a{color: #acaeb0;}






.banner_img{width:100%;height: 300px;margin: auto;overflow: hidden;overflow: hidden;}
.banner_img p{width:100%;height:300px;margin: auto;overflow: hidden;overflow: hidden;position: relative;top: 0px;}
.banner_img p img { position: absolute;left:50%;margin-left: -960px;}


.content{width: 100%; float: left; padding:30px 0px;padding-bottom: 50px; }
.nav_page{ width: 100%;
background: #f5f5f5;
float: left;}

.nav_page ol {display: table;
margin: 0px auto; padding: 20px 0px 25px;}

.nav_page ol li { line-height: 38px;width: 140px;text-align: center; margin-right: 10px;color: #f3f3f3; margin-top:3px;float: left; }
.nav_page ol>li>a {width:100%; color: #000; display: inline-block;border-radius: 25px;border: 1px solid #bcbcbc;}
.nav_page ol li ul{display: none;}
.nav_page ol li ul li {width: 100%; height: 38px;line-height: 38px; text-indent: 20px; background: #fff;color: #333}
.nav_page ol li ul li.show a{color:#0069a9;}
.nav_page ol li.hover ul{display: block;}
.nav_page>ol>li.hover>a,.nav_page>ol>li>a:hover{
	color: #fff;
	background: #027bc4;
	border: 1px solid #027bc4;
}
.nav_page ol.pronav  {
	width: 1200px;
	padding-bottom: 5px;
}
.nav_page ol.pronav li {
	width: 215px;
	margin-bottom: 20px;
	margin-right: 25px;
	
}


.content_r{ width: 100%;
float: left;margin-bottom: 0px;}
/* .page_tit{width:calc(100% - 20px); padding-right:20px; float: left; background:#f4f4f4; height: 50px; line-height: 50px; font-size: 18px; font-weight: normal;color: #fff; text-indent: 20px;}
.page_tit span,.page_tit a { color: #333333; padding: 0px 2px }
.page_tit a:hover { color: #0069a9 } */
.about_con{width: 100%; float: left;}
.about_con div {font-size: 14px; color: #666; line-height:30px; width: 100%; float: left}
/* .page_tit .fl {background:#0069a9;padding-right:10px; position: relative;}
.page_tit .fl:after{ content:""; right: -50px; top: 0px;width: 0px; position: absolute;height: 0px;border-top: 50px solid #0069a9; border-right: 50px solid transparent;} */

.about_con_bot {width: 100%;
float: left;
}
.about_con_bot img {
	width: 560px;
	float: left;
	margin-right: 60px;
}

.about_con_bot img:nth-child(2) {
	width: 560px;
	float: left;
	margin-right: 0px;
}
/* .anli ul {float: left;width: 100%;padding-top: 15px;}
.anli ul li { float: left;width: 220px; text-align: center;margin-right:8px;margin-bottom:10px;background: #fff; }
.anli ul li img{ float: left;}
.anli ul li a b{line-height: 48px; display: inline-block;color: #333333;width: 100%;margin-top: -5px;}
.anli ul li:nth-child(4n){margin-right: 0px; float: right;}
 */


.pageimg5{width: 100%;
	float: left;
	margin-bottom: 50px;
	margin-top: 30px;}
	.pageimg5 ul li {
		width: 223px;
		text-align: center;
		float: left;
		margin-right: 20px;
		margin-bottom: 22px;
	}
	.pageimg5 ul li  a{width: 100%;display: inline-block;float: left;}
	.pageimg5 ul li img {vertical-align: middle;width:calc(100% - 2px);border: solid 1px #dfdfdf;}
	.pageimg5 ul li:nth-child(5n){
		margin-right: 0px;
	}
	.pageimg5 ul li:hover img{border: 1px solid #0069a9;}
	
.cer{width: 100%;
	float: left;
	margin-top: 30px;}
	.cer ul li {
		width: 365px;
		text-align: center;
		float: left;
		margin-right: 50px;
		margin-bottom: 22px;
		/* background-color: #ffffff; */
		
	}
	.cer ul li  a{width: 100%;display: inline-block;float: left; line-height: 40px;}
	.cer ul li img {vertical-align: middle;width:calc(100% - 4px);padding:2px;border: solid 1px #dfdfdf;}
	.cer ul li:nth-child(3n){
		margin-right: 0px;
	}
	.cer ul li:hover img{border: 1px solid #0069a9;}
	.pageimg5 ul li:hover img{border: 1px solid #0069a9;}
	.contactbot {
		width: 100%;
		float: left;
		margin-bottom: 50px;
	}

.anli{float: left;min-width:905px;}
.anli ul {float: left;width: 100%;padding-top: 15px;}
.anli ul li{ float: left;width: 292px; text-align: center;margin-right:14px;margin-bottom:20px;position: relative; }
.anli ul li img{width:278px;background: #fff;border:1px solid #d9d9d9;padding:2px; height:224px;}
.anli ul li a b {line-height: 38px; display: inline-block;color: #333333;font-size: 14px;width: 100%}
.anli ul li:nth-child(3n){margin-right: 0px;}
.anli ul li:hover a{ color: #0069a9;display: inline-block; }
.anli ul li:hover a b{ color: #0069a9}
.anli ul li:hover img{border: 1px solid #0069a9;}


.anli_img{float: left;min-width:1200px;}
.anli_img ul {float: left;width: 100%;padding-top: 15px;}
.anli_img ul li{ float: left;width: 285px; text-align: center;margin-right:20px;margin-bottom:20px;position: relative; }
.anli_img ul li img{width:278px;background: #fff;border:1px solid #d9d9d9;padding:2px; height:224px;}
.anli_img ul li a b {line-height: 38px; display: inline-block;color: #333333;font-size: 14px;width: 100%}
.anli_img ul li:hover a{ color: #0069a9;display: inline-block; }
.anli_img ul li:hover a b{ color: #0069a9}
.anli_img {width: 905px; height: 300px; 
	/* overflow: hidden; */
}
.anli_scroll{ width:1200px; height: 300px;  position: relative;left: 0px; float: left}
.anli_scroll ul {width: 10000px;height: 300px;  }


/* .honor{float: left;min-width:905px;}
.honor ul {float: left;width: 100%;padding-top: 15px;}
.honor ul li{ float: left;width: 292px; text-align: center;margin-right:14px;margin-bottom:20px;position: relative; }
.honor ul li img{width:278px;background: #fff;border:1px solid #d9d9d9;padding:2px; height:350px;}
.honor ul li a b {line-height: 38px; display: inline-block;color: #333333;font-size: 14px;width: 100%}
.honor ul li:nth-child(3n){margin-right: 0px;}
.honor ul li:hover a{ color: #0069a9;display: inline-block; }
.honor ul li:hover a b{ color: #0069a9}
.honor ul li:hover img{border: 1px solid #0069a9;}
 */

 .honor{width: 100%;
	float: left;
	margin-top: 30px;}
	.honor ul li {
		width: 365px;
		text-align: center;
		float: left;
		margin-right: 50px;
		margin-bottom: 22px;
		/* background-color: #ffffff; */
		
	}
	.honor ul li  a{width: 100%;display: inline-block;float: left; line-height: 30px;}
	.honor ul li img {vertical-align: middle;width:calc(100% - 4px);padding:2px;border: solid 1px #dfdfdf;}
	.honor ul li:nth-child(3n){
		margin-right: 0px;
	}
	.honor ul li:hover img {
		border: 1px solid #0069a9;
	}


.partner{float: left;min-width:905px;}
.partner ul {float: left;width: 100%;padding-top: 15px;}
.partner ul li{ float: left;width: 292px; text-align: center;margin-right:14px;margin-bottom:20px;position: relative; }
.partner ul li img{width:278px;background: #fff;border:1px solid #d9d9d9;padding:2px; height:120px;}
.partner ul li a b {line-height: 38px; display: inline-block;color: #333333;font-size: 14px;width: 100%}
.partner ul li:nth-child(3n){margin-right: 0px;}
.partner ul li:hover a{ color: #0069a9;display: inline-block; }
.partner ul li:hover a b{ color: #0069a9}
.partner ul li:hover img{border: 1px solid #0069a9;}


.product{float: left;min-width:100%}
.product ul {float: left;width: 100%;padding-top: 15px;}
.product ul li{ float: left;width: 275px; text-align: center;margin-right:30px;margin-bottom:20px;position: relative; }
.product ul li img{width:270px;background: #fff;border:1px solid #d9d9d9;padding:2px; height:210px;}
.product ul li a b {line-height: 38px; display: inline-block;color: #333333;font-size: 14px;width: 100%}
.product ul li:nth-child(4n){margin-right: 0px;}
.product ul li:hover a{ color: #0069a9;display: inline-block; }
.product ul li:hover a b{ color: #0069a9}
.product ul li:hover img{border: 1px solid #0069a9;}

/* #container {margin:0 auto;width:905px;} */
#gallery-overlay {background-color:#000;}
#gallery-container {font: 16px/22px verdana, arial, sans-serif;}
#gallery { color:#999; display:none; height:200px;margin:0 auto; position:relative; width:300px; box-shadow:0 0 64px #000; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000;}
#gallery-image-container {display:none; height:100%;}
#gallery-loading {padding:8px;}
#gallery-controls {display:none; height:100%; left:0; position:absolute; top:0; width:100%;}
#gallery-controls div {float:left; height:100%; width:50%;}
#gallery-controls a {background:#fff; color:#000; font-size:12px; outline-style:none; position:absolute; text-decoration:none; top:40px;}
#gallery-previous-link {left:0; padding:6px 10px 6px 6px; border-radius:0 6px 6px 0; -moz-border-radius-bottom-right:6px; -webkit-border-bottom-right-radius:6px; -moz-border-radius-topright:6px; -webkit-border-top-right-radius:6px;}
#gallery-next-link {padding:6px 6px 6px 10px; right:0; border-radius:6px 0 0 6px; -moz-border-radius-bottom-left:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-topleft:6px; -webkit-border-top-left-radius:6px;}
#gallery-meta-container {background:#fff; color:#999; display:none; margin:0 auto; overflow:auto;}
#gallery-image {padding:8px;}
#gallery-meta {display:none; height:44px; padding:0px 8px;}
#gallery-meta div {float:left;}
#gallery-info {text-align:left; width:80%;}
#gallery-close {line-height:30px; text-align:right; width:20%;}
#gallery-close a {color:#999; font-size:24px; font-weight:bold; outline-style:none; text-decoration:none;}
#gallery-close a:hover {color:#bbb;}
#gallery-title a, #gallery-title a:link, #gallery-title a:visited {color:#666; font-size:14px; font-weight:bold; line-height:14px;}
#gallery-title a:visited:hover {color:#999}
#gallery-pages {color:#999; display:block; font-size:10px; line-height:14px;}



.pages { display: table;margin: auto;padding-top: 30px; padding-bottom:50px;}
.pages li { float: left;}
.pages li a{height: 32px;  padding:0px 10px;line-height: 32px; background: #f3f3f3;color: #666; display: inline-block;margin-right: 10px;color: #666;text-align: center;}
.pages li a:hover{height: 32px;line-height: 32px; background: #0069a9;color: #fff; text-align: center;}
.pages li.active a{background: #0069a9; color: #fff}


.contact1_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contact1_topl {
    width: 600px;
    display: flex;
    flex-direction: column;
}

.contact1_topl dl {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
}

.contact1_topl dl dt {
    font-size: 18px;
    color: #2c5d97;
}

.contact1_topl ul {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.contact1_topl ul li {
    display: flex;
    flex-direction: row;
    width: 180px;
    margin-right: 50px;
    color: #0d387c;
    font-size: 14px;
    align-items: center;
}

.contact1_topl ul li img {
    margin-right: 10px;
}

.contact1_topr {
    width: 464px;
    float: left;
}

.contact1_bot {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}

.contact1_bot>p {
    font-size: 14px;
}

.contact1_botcon {
    background: #f5f6f6;
    margin-top: 40px;
    width: calc(100% - 60px);
    padding: 30px 25px;
    float: left;
}

.contact1_botcon ul li {
    /* height: 40px; */
    margin-bottom: 25px;
    background: #fff;
    border: 1px solid #e1e6eb;
    float: left;
    display: flex;
    align-items: flex-start;
}

.contact1_botcon ul li.wid45 {
    width: 550px;
    margin-right: 30px;
}

.contact1_botcon ul li:nth-child(2n) {
    margin-right: 0px;
}

.contact1_botcon ul li.wid100 {
    width: 100%;
}

.contact1_botcon ul li b {
    line-height: 40px;
    width: 45px;
    text-align: center;
    display: inline-block;
}

.contact1_botcon ul li b img {
    vertical-align: middle;
}

.contact1_botcon ul li input {
    width: calc(100% - 70px);
    padding: 0px 5px 0px 10px;
    line-height: 40px;
    border-left: 1px solid #e1e6eb;
}

.contact1_botcon ul li select {
    width: calc(100% - 70px);
    padding: 0px 5px 0px 10px;
    line-height: 40px;
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #fff;
    border-left: 1px solid #e1e6eb;
    font-size: 14px;
    color: #666;
}

.contact1_botcon ul li select option {
    border-radius: 0px;
}

.contact1_botcon ul li textarea {
    width: calc(100% - 70px);
    height: 110px;
    padding: 10px;
    border-left: 1px solid #e1e6eb;
}

.contact1_botcon p {
    float: left;
}

.contact1_botcon p input {
    width: 70px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.contact1_botcon p input:first-child{
	background: #000;
}
.contact1_botcon p input:last-child{
	background: #007ac5;
}
.contact1_botcon p input:hover {
	background: #12b7f5;
}


.product_order{float: left;}
.product_order h3 { font-weight: normal; font-size: 14px; color: #666; line-height: 30px;padding-top: 15px; }
.product_order ol li {line-height: 30px;width: 100%; float: left;margin-top: 20px;}
.product_order ol li span {width: 60px; text-align: right; display: inline-block;font-size: 14px; color: #000000;padding-right: 10px; float: left;}
.product_order ol li input{outline: none;border: none;width: 210px; height: 30px; line-height: 30px;border: 1px solid #a9a9a9; float: left;padding-left: 5px;}
.product_order ol li textarea{width: 510px; height: 130px;padding: 5px;resize:none;outline: none;}
.product_order p input{width: 100px; height: 40px;border: none;color: #fff;margin:20px 0px 40px 70px;cursor: pointer;outline: none; }
.product_order p input:first-child{ background: #0069a9}
.product_order p input:last-child{ background: #414143;margin-left: 10px;}


.faq{width: 100%; float: left}
.faq dl{ padding:20px 0px; font-size: 14px; line-height: 24px; border-bottom: 1px dashed #7d7d7d}
.faq dl dt{ padding-bottom:10px; }
.faq dl,.faq dl dt,.faq dl dd{ float: left; width: 100%;  }
.faq dl dt span,.faq dl dt p,.faq dl dt i,.faq dl dd span,.faq dl dd p{ float: left; display: inline-block;}
.faq dl span{width: 20px; height: 20px; line-height: 20px; text-align: center; color: #fff; background:#666;margin-right:10px;}
.faq dl dt span { background:#0069a9; }
.faq dl dd p {width: 860px; color: 666;}
.faq dl dt p a{ color: #0069a9;font-size: 16px; font-weight:bold;}
.faq dl dt p a:hover{ color: #002d5f}
.faq dl dt i { color: #0069a9; margin-left:10px; }



.faqshow{padding-bottom: 0px;width: 100%; float: left;}
.faqshow .tc{ text-align: center;width: 100%;font-size: 16px; font-weight: bold;padding:20px 0px 10px; color:#027bc4;}
.faqshow .time{
	text-align: center;
	padding-bottom: 10px;
	height: 20px;
	line-height: 20p;
}
.faqshow .time img{
	vertical-align: middle;
	width: 20px;
	margin-right: 5px;
}
.faqshow div{ line-height: 28px; color: #666;font-size: 14px;padding-bottom: 5px; float: left;}
.faqshow dl{ float: left;width: 100%;line-height: 26px;font-size: 14px;}
.faqshow dl dt{ float: left;color: #666; }
.faqshow dl dd a{ float: left;color: #666}
.faqshow dl dd a:hover{ color: #0069a9}


.news_con,
.news_con ul {
    width: 100%;
	float: left;
	margin-top: 0px;
}

.news_con ul li {
    width: calc(100% - 40px);
    padding: 20px;
    float: left;
    border: 1px solid #e8e8e9;
    margin-bottom: 20px;
}

.news_con ul li a {
    width: 100%;
    display: inline-block;
    display: flex;
    align-items: center;
}

.news_con ul li a>p {
    float: left;
    margin-right: 20px;
}

.news_con ul li dl {
    width: calc(100% - 320px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_con ul li dl dt {
    width: 780px;
    display: flex;
    flex-direction: column;
    line-height: 26px;
    color: #666;
}

.news_con ul li dl dt p {
    font-size: 18px;
    color: #333333;
}

.news_con ul li dl dd {
    float: right;
}

.news_con ul li dl dt span {
    line-height: 34px;
    color: #999;
}

.news_con ul li dl dt span img {
    width: 14px;
    line-height: 34px;
    margin-right: 5px;
    vertical-align: middle;
}

.news_con ul li:hover dl dt p {
    color: #017ac5;
}

.news_con ul li dl dd img:first-child {
    display: none;
}

.news_con ul li:hover dl dd img:first-child {
    display: block;
}

.news_con ul li:hover dl dd img:last-child {
    display: none;
}
.product_order{float: left;}
.product_order ol li {line-height: 30px;width: 100%; float: left;margin-top: 20px;}
.product_order ol li span {width: 60px; text-align: right; display: inline-block;font-size: 14px; color: #000000;padding-right: 10px; float: left;}
.product_order ol li input{outline: none;border: none;width: 210px; height: 30px; line-height: 30px;border: 1px solid #a9a9a9; float: left;padding-left: 5px;}
.product_order ol li textarea{width: 510px; height: 130px;padding: 5px;resize:none;outline: none;border:1px solid #a9a9a9}
.product_order p input{width: 100px; height: 40px;border: none;color: #fff;margin:20px 0px 40px 70px;cursor: pointer;outline: none; }
.product_order p input:first-child{ background: #0069a9}
.product_order p input:last-child{ background: #414143;margin-left: 10px;}

.pro_tit {width: 100%; height: 50px; line-height: 50px; font-size: 18px; float: left; background: #f4f4f4; font-weight: normal;}
/*.block span { float: left; width: 36px;margin-top:15px; }
.block ul { float: left; width: 220px; overflow: hidden;margin-top:15px;margin-left: 5px; }
*/
.pro_tit b {
	width: 140px;
	text-align: center;
	display: inline-block;
	float: left;
	background: #0069a9;
	color: #fff;
}
.faqshow_top {width: 100%; float: left ; margin-bottom:30px;}
.col_0069a9 { color:#0069a9;font-weight:bold;}

.proshow {
	width: 100%;
	float: left;
	padding: 30px 0px;
}
.faqshow_l {
	width:500px;
	float: left;
	margin-right: 50px;
}

.faqshow_r {width: 560px; float: right;}
.faqshow_r p {padding-bottom:10px}
.faqshow_r p.col_0069a9 { color: #0069a9 }



.faq_con,
.faq_con ul {
    width: 100%;
	float: left;
	margin-top: 0px;
}

.faq_con ul li {
    width: calc(100% - 10px);
    padding: 6px;
    float: left;
    border: 1px solid #e8e8e9;
    margin-bottom: 10px;
	height:50px;
	
}

.faq_con ul li a {
    width: 100%;
    display: inline-block;
    display: flex;
    align-items: center;
	height:50px;
}

.faq_con ul li a>p {
    float: left;

}

.faq_con ul li dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq_con ul li dl dt {
    width: 1130px;
    display: flex;
    flex-direction: column;
    color: #666;
	text-indent:10px;
	
}

.faq_con ul li dl dt p {
    font-size: 16px;
    color: #666;
}

.faq_con ul li dl dd {
    float: right;
}

.faq_con ul li dl dt span {

    color: #999;
}

.faq_con ul li dl dt span img {
    width: 16px;

}

.faq_con ul li:hover dl dt p {
    color: #017ac5;
	
}

.faq_con ul li dl dd img:first-child {
    display: none;
	
}

.faq_con ul li:hover dl dd img:first-child {
    display: block;
}

.faq_con ul li:hover dl dd img:last-child {
    display: none;
}

.lf{float: left;}
.rt{float: right;}
.product_detail {
    padding: 20px 0;
    position: relative;
    left:0px;
}

.detail_pic {
    width: 340px;
}

.detail_pic img {
    width: 100%;
}

.detail_text {
    width: 490px;
}

.detail_text h1 {
    color: #e7a60b;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 5px;
}

.detail_text p {
    font-size: 14px;
    line-height: 24px;
}

.detail_text .buy-btn {
    display: block;
    width: 150px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
    background: #008BD6;
    margin-top: 40px;
    margin-bottom: 15px;
}

.product_detail_list {
    padding: 0px 0;
    overflow: hidden;
}

.product_detail_list ul {
    margin-right: -20px;
    position: relative;
}

.product_detail_list li {
    float: left;
    width: 208px;
    margin-right: 20px;
    text-align: center;
}

.product_detail_list li .product_detail_list_pic {
    height: 208px;
    padding: 3px;
    box-sizing: border-box;
    border: 1px solid #efefef;
    overflow: hidden;
}

.product_detail_list li img {
    width: 100%;
}

.product_detail_list li p a {
    display: block;
    font-size: 14px;
    line-height: 34px;
    background: #008bd6;
    color: #fff;
}

.product_detail_info_l {
    position: relative;
    float: left;
    width: 402px;
}

.product_big {
    position: relative;
    height: 380px;
	width: 502px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    margin-bottom: 10px;
    overflow: hidden;
    /* cursor: move; */
}

.img_mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background-size: 100%;
    margin: -100px 0 0 -100px;
    display: none;
}

.zoom_box {
    position: absolute;
    top: 0;
    right: -400px;
    width: 390px;
    height: 390px;
    border: 1px solid #e9e9e9;
    display: none;
}

.product_big img {
    width: 100%;
}

.product_small_list {
    margin-left: 2px;
    width: 368px;
    overflow: hidden;
}

.product_small_list ul {
    width: 100000px;
    position: relative;
}

.product_small_list li {
    float: left;
    width: 69px;
    height: 69px;
    text-align: center;
    padding: 2px;
    margin: 0 2px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;

}


.product_small_list li img {
    width: 63px;
	height: 63px;
}

.product_small_list li.show {
    border: 1px solid #0069a9;
    padding: 2px;
}

.faqshow div.product_small_btn {
    width: 16px;
    height: 69px;
    line-height: 69px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
    background: #e9e9e9;
    box-sizing: border-box;
    cursor: pointer;
}
.faqshow div .product_small_r{float: right;}
.order_btn a {width: 120px;height: 40px; line-height: 40px;display: inline-block;margin-right: 20px;border-radius: 5px;text-align: center; color: #fff;background: #0069a9; float: left;margin-top: 20px;}
.order_btn a:hover{background: #fc0000;color: #fff}

.faqshow_tyext{ width: 100%; float: left; line-height: 28px; color: #666;font-size: 14px;padding-bottom: 20px; float: left }
.faqshow_tyext table td{
	padding-left:6px;
}

.news2{
	width: 100%;
	float: left;
	margin-top: 20px;
}

.news2{
	width: 100%;
	float: left;
	margin-top: 20px;
}

.news3{
	width: 100%;
	float: left;
	margin-bottom: 40px;
}
.news3con{
	width:430px;
	float: left;margin-right: 30px;
}
.news3con h1{
	width: 100%;
	float: left;
	background: #f4f4f4;height: 50px;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
}
.news3con h1 span{
	width: 100px;
	background: #0069a9;
	display: inline-block;
	font-weight: normal;
	position: relative;
	text-align: center
}
.news3con h1 span::after{
	position: absolute;
	content: "";
	left: 100px;
 	width: 0px;
	height: 0px;
	border-color:   #0069a9 transparent transparent #0069a9;
	border-width: 25px;
	border-style: solid;
}
.news3con:last-child{
	margin-right:0px;
}
.news3 ul{width: 100%;float: left;padding-top:16px;}
.news3 ul li { height: 40px; line-height:40px;width: 100%; float: left;border-bottom: 1px dashed #e1e1e1;
 }
 .news3 ul li:last-child{
	 border-bottom: none
 }
.news3 ul li b { float: left;position: relative;width: 300px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap; }
.news3 ul li b:after{ position: absolute;left: -15px;top: 1px; content: "·"; }
.news3 ul li a { color: #666;text-indent: 20px; }
.news3 ul li a:hover b:after{ position: absolute;left: -15px;top: 1px; content: "·";}
.news3 ul li a:hover {color: #0069a9}
.news3 ul li span { float: right;}
.news3 ul li a:hover b:after{color: #0069a9}

.join {
  padding-top:25px;
}

.join dl {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.join dl dt {
    width: calc(100% - 50px);
    /* height: 50px; */
    /* line-height: 50px; */
    background: #f6f6f6;
    /* border: 1px solid #f0f0f0; */
    padding: 30px 20px 30px 30px ;
    float: left;
    border-radius: 5px;
}
.join dl dt p{
    float: left;
    position: relative;
    color: #666666;
    font-size: 14px;
}


.join dl dt span{
    float: right;
	margin-top:20px;
}
.join dl dt span img:nth-child(1){
    display:none;
}
.join dl dd {
    width: calc(100% - 50px);
    margin-top: 1px;
    background: #ffffff;
    /* border: 1px solid #f0f0f0; */
    padding: 25px 20px 10px 35px ;
    float: left;
    display: none;
	font-size:14px;
	line-height:24px;
}
.join dl dd p{
    width: 100%;
    line-height: 24px;
    float: left;
    color: #7d7d7d;
    font-size: 14px;
    padding-bottom: 20px;
}
.join dl dt p i,.join dl dt p strong{
    width: 100%;
    float: left;
    display: inline-block;
    color: #666;
    line-height: 24px;
}
.join dl dt p i{
    font-size: 16px;
    color: #333;
	font-weight:bold;
    
}
.join dl dd i,.join dl dd strong{
    width: 100%;
    float: left;
    display: inline-block;
    color: #666;
    line-height:30px;
}
.join dl dd i {
	color: #666;
	
}
/*.join dl dd strong{
    margin-bottom: 30px;
	
}*/
.join dl dd a{
    width: 125px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: #cc0000;
    color: #fff;
    margin-top: 30px;
    border-radius: 5px;
}


.download {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.download ul li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    float: left;
    background: #efefef;
    margin-bottom: 8px;
    cursor: pointer;
}

.download ul li p {
    position: relative;
    text-indent: 30px;
    width: 80%;
    overflow: hidden;
    float: left;
    font-size: 14px;
}

.download ul li p:before {
    position: absolute;
    left: -15px;
    content: '·';
    top: 0px;
    font-size: 40px;
    color: #333;
    font-size: 16px;
}

.download ul li span {
    float: right;
    margin-right: 20px;
}

.download ul li span a {
    width: 120px;
    height: 45px;
    /* background: #2d3a4e; */
    line-height: 45px;
    text-align: center;
    display: inline-block;
    /* color: #fff; */
    font-size: 14px;
    text-transform: uppercase;
}

/* .download ul li span a:hover {
    width: 120px;
    height: 45px;
    background: #06379d;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 14px;
} */

.download ul li:hover p,.download ul li:hover span a{
    color: #06379d
}
.download ul li span img{vertical-align: middle;width: 25px;margin-right: 5px;}
.contact_botcon {
    width: calc(100% - 60px);
    float: left;
    padding: 30px 30px 50px 30px;
	margin-bottom: 30px;
    background: #f5f6f6;
}
.contact_botcon ul{
    width: 100%;
    float: left;
}
.contact_botcon ul li{
    /* height: 43px; */
    /* line-height: 43px; */
    border: 1px solid #e1e6eb;
    margin-bottom: 25px;
    background: #fff;
}
.contact_botcon ul li.wid50 {
    width: 550px;
    float: left;
    margin-right: 30px;
}
.contact_botcon ul li.wid50:nth-child(2n){
    margin-right: 0px;
}
.contact_botcon ul li.wid100 {
    width: 1130px;
    float: left;
}
.contact_botcon ul li b{
    width: 45px;

    float: left;
     text-align: center;
   /* display: inline-block;
    vertical-align: middle; */
}
.contact_botcon ul li b img {
    margin-top: 10px;
    float: left;
    margin-left: 10px;
}
.contact_botcon ul li input{
    width: calc(100% - 70px);height: 45px;
    padding-left: 5px;
    border-left: 1px solid #e1e6eb;
    color: #666;

}
.contact_botcon ul li select{
    width: calc(100% - 60px);
    height: 45px;
    padding-left: 5px;
    border-left: 1px solid #e1e6eb;color: #666;


}
.contact_botcon ul li textarea{
    height: 110px;
    width: calc(100% - 80px);
    color: #666;
    float: left;
    padding: 5px;font-size: 14px;
    border-left: 1px solid #e1e6eb;

}
.contact_botcon p input{
    width: 70px;
    height: 38px;
    line-height: 38x;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    border-radius: 5px;
    color: #fff;
}


