body,div,p,table,td,hr,img,h1,h2,h3,h4,h5,h6{ 
	margin:0px; 
	padding:0px;
	border:0px;
	font-size:14px; 
	font-family:微软雅黑, SimSun, Microsoft YaHei;
	color: #3a3a3a;
}
ul,li,ol{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a{
	text-decoration: none;
	color: inherit;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
img{
	display: block;
	vertical-align: middle;
}

header{
	width: 100%;
	height: auto;
	position: relative;
	min-width: 1200px;
	padding: 0px 20px;
	box-sizing: border-box;
}

.head_top{
	width: 100%;
	height: 40px;
	position: relative;
	overflow: hidden;
	background-color: #f4f4f4;
	border-top: 4px solid #E4E4E4;
	border-bottom: 2px solid #E4E4E4;
}

.w1200{
	width: 1200px;
	height: 40px;
	line-height: 40px;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.w1200>ul>li:first-child{
	float: left;
}

.w1200>ul>li:last-child{
	float: right;
}

.head_nav{
	width: 1200px;
	height: 85px;
	position: relative;
	margin: 0px auto;
}

.logo{
	width: 246px;
	height: 85px;
	
	line-height: 85px;
	float: left;
}

.logo>img{
	width: 100%;
	display: inline;
}

.head_nav>ul{
	width: 700px;
	height: 85px;
	position: relative;
	line-height: 85px;
	float: left;
	margin-left: 30px;
}

.head_nav>ul>li{
	float: left;
	width: 98px;
	height: 85px;
	text-align: center;
	margin: 0px 1px;
}

.head_nav>ul>li>a{
	display: inline-block;
	width: 100%;
}

.head_nav>ul>li:hover .nav_tow{
	display: block;
}
.head_nav>ul>li:hover{
	color: #FFFFFF;
	background-color: #366EAB;
}
.nav_tow{
	display: none;
	z-index: 999;
	position: absolute;
	width: 98px;
	background: #366EAB;
}

.nav_tow>ul>li{
	width: 98px;
	height: 50px;
	line-height: 50px;
	z-index: 999;
	color: #FFFFFF;
}

.nav_tow>ul>li>a{
	display: inline-block;
	width: 100%;
	z-index: 999;
}

.nav_tow>ul>li:hover{
	color: #FFFFFF;
	background-color: #f58029;
	z-index: 999;
}

.soo{
	height: 85px;
	line-height: 50px;
	position: relative;
	overflow: hidden;
	float: left;
	width: 224px;
}

#searchform{
	width:224px;
	float: left;
	position: absolute;
	top: 22px;
}
#searchform fieldset{padding:0px;border:none;margin:0px;}
#searchform input[type="text"]{
	background:#e8e8e8;
	border:none;
	float:left;
	padding:0px 10px 0px 15px;
	margin:0px;
	width:112px;
	height:38px;
	line-height:38px;
	transition:all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition:all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-transition:all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition:all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	color:#585858;
	outline: none;
}
#searchform input[type="text"]:hover, #searchform input[type="text"]:focus{width:162px;}
#searchform input[type="submit"]{background:url(../img/searchform.png) center 0px no-repeat;cursor:pointer;margin:0px;padding:0px;width:37px;height:38px;line-height:38px;}
input[type="submit"]{padding:4px 17px;color:#ffffcolor:#585858;ff;text-transform:uppercase;border:none;font-size:20px;background:url(gradient.png) bottom repeat-x;cursor:pointer;margin-top:10px;float:left;overflow:visible;transition: all .3s linear;-moz-transition: all .3s linear;-o-transition: all .3s linear;-webkit-transition: all .3s linear;}
#searchform input[type="submit"]:hover{
	background-color:#f58029;
}
#searchform input[type='submit']{
	background-color:#366EAB;
}

main{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	padding: 55px 20px 0px 20px;
	min-width: 1200px;
	box-sizing: border-box;
}

.product{
	width: 1200px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.product>div{
	text-align: center;
}

.product>div>h1{
	font-family: arial;
	font-size: 28px;
	font-weight: inherit;
	text-align: center;
	color: #366EAB;
	line-height: 45px;
}

.product>div>img{
	display: inline-block;
}

.product>div>h2{
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
}

.product>ul{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	padding: 25px 0 0 0;
}

.product_c ul{
	margin: 25px 0 0 0;
	position: relative;
	overflow: hidden;
}

.product>ul:first-child{
	padding: 50px 0 0 0;
}

.product_c_c>ul:first-child{
	padding: 10px 0 0 0;
}

/*.product_c_c ul{
	padding: 25px 0 0 0;
}*/

.product>ul>li{
	width: 285px;
	height: auto;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	border: 1px solid #dcdcdc;
	padding: 15px;
	box-sizing: border-box;
	
}

.main_about_c_r>ul>li{
	width: 285px;
	height: auto;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	border: 1px solid #dcdcdc;
	padding: 15px;
	box-sizing: border-box;
	text-align: left;
}

.main_about_c_r img{
/* 	width: 100%; */
}

.main_about_c_r>ul>li>a>h3{
	font-size: 16px;
	line-height: 50px;
	font-weight: 600;
	position: relative;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	cursor:default; 
}

.main_about_c_r>ul>li>h3{
	font-size: 16px;
	line-height: 50px;
	font-weight: 600;
	position: relative;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	cursor:default; 
}

.main_about_c_r>ul>li>p{
	font-size: 13px;
	line-height: 24px;
	cursor:default; 
	position: relative;
	overflow: hidden;
	height: 48px;
}

.main_about_c_r>ul>li>a{
	font-size: 13px;
	line-height: 38px;
	display: inline-block;
}

.main_about_c_r>ul>li>a:hover{
	color: #366EAB;
}

.main_about_c_r>ul>li:hover{
	border: 1px solid #f58029;
}

.porduct_in>ul>li{
	width: 386px;
}

.product>ul>li:hover{
	border: 1px solid #f58029;
}

.product>ul>li>a>img{
	width: 100%;
}

.product>ul>li:last-child{
	margin: 0px;
}

.product>ul>li>h3{
	font-size: 16px;
	line-height: 50px;
	font-weight: 600;
	position: relative;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	cursor:default; 
}

.product>ul>li>a>h3{
	font-size: 16px;
	line-height: 50px;
	font-weight: 600;
	position: relative;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.product>ul>li>a>h3:hover{
	color: #366EAB;
}

.product>ul>li>p{
	font-size: 13px;
	line-height: 24px;
	cursor:default; 
	position: relative;
	overflow: hidden;
	height: 48px;
}

.product>ul>li>a{
	font-size: 13px;
	line-height: 38px;
	display: inline-block;
}

.product>ul>li>a:hover{
	color: #366EAB;
}

.about_l{
	width: 485px;
	height: auto;
	position: relative;
	overflow: hidden;
	float: left;
	padding-top:40px ;
}

.about_l>img{
	width: 100%;
}

.about_r{
	float: left;
	width: 660px;
	height: auto;
	padding-left: 55px;
	text-indent: 2em;
	padding-top: 40px;
}

.about_r>p{
	line-height: 24px;
	text-align: left;
}

.about_r>a{
	display: inline-block;
	width: 110px;
	height: 38px;
	border: 1px solid #dcdcdc;
	line-height: 38px;
	text-align: left;
	float: right;
	color: #FFFFFF;
}

.about_r>a:hover{
	background-color: #FFFFFF;
	color: #366EAB;
	border: 1px solid #FFFFFF;
}

.new{
	padding-top: 25px;
}

.new>div>h1{
	color: #FFFFFF;
}

.new>div>h2{
	color: #FFFFFF;
}

.new>div>p{
	color: #FFFFFF;
}

.new_c{
	width: 1200px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	padding-top: 35px;
}

.new_t{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	background-color:#366EAB ;
	margin-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.new_cl{
	width: 600px;
	height: auto;
	position: relative;
	overflow: hidden;
	float: left;
}

.new_cl>h2{
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
	cursor: default;
}

.new_cl>p{
	text-align: left;
	line-height: 28px;
	font-size: 13px;
	cursor: default;
}

.new_cl>a{
	float: left;
	line-height: 50px;
	font-size: 16px;
}

.new_cl>a:hover{
	color: #366eab;
}

.new_cr{
	float: left;
	width: 570px;
	padding-left: 30px;
}

.new_cr ul li{
	border-top:1px solid #dedede ;
	border-bottom:1px solid #dedede ;
	padding: 5px 0;
	display: inline-block;
	width: 100%;
	height: 96px;
}

.new_cr ul li:first-child{
	border-bottom:none;
}

.new_cr ul li:last-child{
	border-top:none;
}

.new_cr ul li:nth-child(3){
	border-top: none;
}

.new_cr ul li h3{
	float: left;
	width: 470px;
	text-align: left;
	padding-left: 10px;
	font-size: 16px;
	line-height: 35px;
	position: relative;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
/*	cursor:default;*/
}

.new_cr ul li p{
	float: left;
	width: 470px;
	padding-left: 10px;
	position: relative;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.new_cr ul li a{
	display: inline-block;
	padding-top:18px;
	width: 480px;
}

.new_cr ul li h3:hover{
	color: #366eab;
}

.new_cr ul li p:hover{
	color: #366eab;
}

.time{
	width: 80px;
	height: 65px;
	float: left;
	padding-left: 10px;
	cursor: default;
	padding-top: 18px;
}

.time>span{
	font-size: 28px;
	line-height: 40px;
}

.time>i{
	font-size: 14px;
	float: right;
	display: inline-block;
	font-style: normal;
}

footer{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	padding-top: 100px;
	min-width: 1200px;
}

.foot_top{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	background-color:#202930;
	padding: 0px 20px;
	box-sizing: border-box;
}

.foot_top_c{
	width: 1200px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.foot_top_c ul{
	width: 90px;
	float: left;
	color: #FFFFFF;
	position: relative;
	padding-right: 50px;
}

.foot_top_c ul:last-child{
	padding: 0;
}

.foot_top_c ul i{
	width: 25px;
	display: inline-block;
	height: 2px;
	background-color: #a2a3a7;
	position: absolute;
	top: 38px;
}

.foot_top_c>ul>li{
	color: #a2a3a7;
	font-size: 12px;
	text-align: left;
	line-height: 28px;
}

.foot_top_c>ul>li:first-child{
	font-weight: bold;
	padding-bottom: 20px;
	font-size: 16px;
}

.soo_boot{
	float: left;
	width: 130px;
	height: 130px;
	line-height: 50px;
	position: relative;
	overflow: hidden;
	padding-left: 59px;
	border-left: 1px solid #3e3e3e;
}

.soo_boot img{
	width: 100%;
}

.foot_boot{
	width: 100%;
	height: 50px;
	position: relative;
	overflow: hidden;
	background-color: #1a2129;
	border-top: #3E3E3E 1px solid;
}

.foot_boot ul{
	width: 1200px;
	height: 50px;
	line-height: 50px;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.foot_boot ul li{
	float: left;
	color: #a2a3a7;
}

.foot_boot ul li:last-child{
	float: right;
}

/*关于我们*/

.banner{
	width: 100%;
	max-width: 1920px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.main_about{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.main_about_t{
	width: 1200px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.main_about_t ul{
	width: 480px;
	height: auto;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}

.main_about_t ul li{
	float: left;
	border: solid #909090 1px;
	width: 158px;
	height: 38px;
	line-height: 38px;
	text-align: center;
}

.main_about_t ul li:first-child{
	border-right: none;
}

.main_about_t ul li:last-child{
	border-left: none;
}

.main_about_t ul li a{
	display: inline-block;
	width: 100%;
}

.bid{
	/*background-color: #366EAB;*/
	color: #366EAB;
}

.main_about_t ul li:hover{
	background-color: #366EAB;
	color: #FFFFFF;
}

.main_about_c{
	width: 1200px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.main_about_c_r{
	width: 924px;
	height: auto;
	position: relative;
	overflow: hidden;
	float: left;
}

.main_about_c_l{
	width: 240px;
	height: auto;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 36px;
}

.main_about_c_l ul li:first-child{
	width: 100%;
	height: 128px;
	position: relative;
	padding: 30px;
	box-sizing: border-box;
	background-color: #366EAB;
	text-align: left;
}

.main_about_c_l ul li h1{
	font-size: 24px;
	color: #FFFFFF;
}

.main_about_c_l ul li hr{
	background-color: #FFFFFF;
	width: 110%;
	height: 2px;
}

.main_about_c_l ul li p{
	color: #FFFFFF;
	width: 100%;
	text-align: left;
	text-indent: initial;
}

.main_about_c_l ul{
	border: 1px solid #DEDEDE;
}

.main_about_c_l ul li{
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 16px;
	border-bottom: 1px solid #DEDEDE;
	text-align: left;
}

.main_about_c_l ul li:last-child{
	border: none;
}

.main_about_c_l ul li a{
	display: inline-block;
	width: 100%;
}

.main_about_c_l ul li a:hover{
	color: #366EAB;
}

.main_about_c p{
	text-indent: 2em;
	line-height: 28px;
}

.main_about_c p span{
	font-weight: bold;
}

.main_about_c img{
	width: 100%;
	padding: 10px 0;
}

#timeline {
	width: 924px;
  list-style: none;
  margin: 0px auto;
  padding-left: 0;
  border-left: 8px solid #f58029;
  position: relative;
  box-sizing: border-box;
  float: right;
}
#timeline li {
  margin: 40px 0;
  position: relative;
  padding-left: 150px;
}
#timeline p {
  margin: 0 0 15px;
}

.date {
  margin-top: -10px;
  top: 50%;
  left:20px;
  font-size: 0.95em;
  line-height: 20px;
  position: absolute;
}

.circle {
  margin-top: -10px;
  top: 50%;
  left: -14px;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border: 5px solid #f58029;
  border-radius: 50%;
  display: block;
  position: absolute;
}

.content {
  max-height: 20px;
  padding: 50px 20px 0;
  border-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-radius: 0.5em;
  position: relative;
}
.content:before, .content:after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  position: absolute;
  pointer-events: none;
  right: 100%;
}
.content:before {
  border-right-color: inherit;
  border-width: 20px;
  top: 50%;
  margin-top: -20px;
}
.content:after {
  border-right-color: #FFFFFF;
  border-width: 17px;
  top: 50%;
  margin-top: -17px;
}
.content p {
  max-height: 0;
  color: transparent;
  text-align: justify;
  word-break: break-word;
  hyphens: auto;
  overflow: hidden;
}

label {
  font-size: 1.3em;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  top: 20px;
  transition: transform 0.2s linear;
}

.radio {
  display: none;
}

.radio:checked + .relative label {
  cursor: auto;
  transform: translateX(42px);
}
.radio:checked + .relative .circle {
  background: #366EAB;
}
.radio:checked ~ .content {
  max-height: 180px;
  border-color: #366EAB;
  margin-right: 20px;
  transform: translateX(20px);
  transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;
}
.radio:checked ~ .content p {
  max-height: 200px;
  color: #000000;
  transition: color 0.3s linear 0.3s;
}

.more>ul{
	text-align: center;
	position: relative;
	overflow: hidden;
}

.more>ul>li{
	width: 28px;
/* 	height: 28px; */
	line-height: 28px;
	text-align: center;
	display: inline-block;
}

.more>ul>li>a{
	display: inline-block;
	width: 100%;
}

.more>ul>li>a:hover{
	background-color: #366EAB;
	color:#FFFFFF ;
}

.more>ul>li:first-child{
	width: 50px;
}

.more>ul>li:last-child{
	width: 50px;
}

.product_cc{
	width: 1200px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.product_cc>div>h1{
	font-size: 28px;
	color: #366EAB;
	font-weight: inherit;
}

.product_cc>div>h2{
	font-size: 16px;
	font-weight: inherit;
	font-family: arial;
	line-height: 50px;
}

.product_cc>div>span{
	width: 100px;
	height: 2px;
	background-color: #f58029;
	display: inline-block;
	position: absolute;
	top: 43px;
	
}

.main_about_p{
	padding: 0;
}

.position{
	width: 1200px;
	height: 60px;
	line-height: 60px;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.position ul li{
	float: left;
}

.position ul li:first-child{
	padding-right: 5px;
}

.position ul li span{
	padding: 0px 5px;
}

.position>a{
	display: inline-block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 10px;
	right: 0;
	text-align: center;
	font-size: 16px;
	background: #366eab;
	color: #FFFFFF;
}

.wrapper{
	margin: 0px auto;
	width: 650px;
	position: relative;
	overflow: hidden;
}
.right{
	float: right;
}
.banner p a:hover{color: #ff7200;}


.banner{
	margin: 0px auto;
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
}

.banner img{	
	width: 100%;
}

.mainban{
	float: left;
	width: 650px;
	height: 340px;
	overflow: hidden;
	margin: 0px auto;
}

.banner-t{
	width: 650px;
	height: 340px;
	text-align: center;
	position: absolute;
}

.banner-slide{
	width: 650px;
	height: 340px;
	background-repeat:no-repeat ;
/*	position: absolute;*/
	display: none;
}

.slide-aclive{display: block;}

.main-img{
	display: none;
}

.img-dis{
	display: block;
}

.dots{
	position: absolute;
	bottom: 0;
	left: 50%;
	text-align: center;
	margin-left: -30px;
}

.dots span{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius:50% ;
	line-height: 15px;
	background: rgba(0,0,0,0.5);
	color: rgb(255,255,255);
	opacity: 0.5;
	text-align: center;
	cursor: pointer;
}

.dots span.active{background:rgba(0,0,0,0.8);}

.mainban img{
	width: 650px;
	height: 340px;
	float: left;
}

.por_img{
	width: 1200px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.news4_cw_bt{
	width:100%;
	text-align:center;
	font-size:16px; 
	height:55px;
	line-height:55px;
}
.news4_cw_bt ul{
	width: 100%;
	text-align:center;
}
.news4_cw_bt li{display:inline-block;list-style:none;*float:none;*display:inline;*zoom:1; margin:0px 0px 0px 1px;}
.news4_cw_bt li:hover{display: inline-block;*float:none;}
/* .news4_cw_bt li:active{float:left;*float:none;} */
.news4_cw_bt .tabname_sel{
	width: 265px;
	height: 55px;
	background-color: #366eab;
	color: #FFFFFF;
}
.news4_cw_bt .tabname_nor{
	width: 265px;
	height: 55px;
	background-color:#eaeaea ;
}

.news4_cw_bt li a{
	display: inline-block;
	width: 100%;
	cursor: pointer;
}

.news4_cw_bt .tabname_sel a{
	
}
.tabname_content_sel{display:block; padding-left:0px; height:196px;}
.tabname_content_nor{display:none;height:196px;}
.news_zi{ /*border:1px solid #ccc; border-top:none; padding:15px; padding-top:none;*/ }
.news_zi .arial right{ float:right;}
.falv{ clear:both; padding-top:10px}
.falv div{/* width:350px*/ width:100%;}
.new_zi_li{border-bottom: #DCDCDC 1px dotted;padding: 15px 15px 5px 15px;font-size: 13px;}
.new_zi_li span{font-size: 12px;}

.news3_cw_bt{width:1100px;text-align:center;margin:0;
background:#d7e6f3;  font-size:13px; height:34px; color:#0573bf; line-height:34px;

}
.news3_cw_bt ul{margin:0px;padding:0;display:table; vertical-align:bottom; text-align:left;}
.news3_cw_bt li{float:left;list-style:none;*float:none;*display:inline;*zoom:1; margin:0px 0px 0px 1px;}
.news3_cw_bt li:hover{float:left;*float:none;}
.news3_cw_bt li:active{float:left;*float:none;}
.news3_cw_bt .tabname_sel{float:left;*float:none; /*width:118px;*/ padding:0px 10px 0px 10px; text-align:center; border-top: 2px #0573BF solid;font-family: "微软雅黑";}
.news3_cw_bt .tabname_nor{float:left;*float:none; /*width:118px;*/ padding:0px 10px 0px 10px; text-align:center; /*background-color:#cee2f1;*/font-family: "微软雅黑";}

.news3_cw_bt li a{color:#0573bf; line-height:34px;font-size:13px;}
.news3_cw_bt li a:hover{color:#0573bf;}
.news3_cw_bt .tabname_sel a{font-size:13px;color:#0573bf;padding:0px 0px 0px 0px;line-height:34px;font-weight:bold; }

.tabname_content_sel{
	display:block;
	 padding-left:0px; 
	 height:auto;
	 padding: 0px 62px;
	 box-sizing: border-box;
}
.tabname_content_nor{display:none;height:196px;}
.news_zi{ /*border:1px solid #ccc; border-top:none; padding:15px; padding-top:none;*/ }
.news_zi .arial right{ float:right;}

.news_zi li:hover{color: #C30000;}


.news_zi p{
	width: 145px;
	height: 35px;
	float: left;
	font-size: 16px;
	text-align: left;
	color: #1c64a0;
	line-height: 35px;
}

.news_zi a:hover{font-weight: bold;}

.details{
	width: 1200px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	padding-top: 15px;
	line-height: 25px;
}

.details_t{
	width: 100%;
	height: 50px;
	margin-top: 20px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	border-bottom: 2px dashed #949494;
}

.details_t h1{
	font-size: 20px;
	font-weight: 600;
	float: left;
	padding-left: 20px;
}

.details_t p{
	float: left;
	font-size: 18px;
	color: #949494;
	line-height: 34px;
	padding-left: 15px;
}

.details_t span{
	display: inline-block;
	height: 25px;
	width: 5px;
	background-color: #366eab;
	position: absolute;
	top: 0;
	left: 0;
}

.details_c{
	width: 100%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.details_c img{
	width: 100%;
}

.details_c ul{
	padding-top: 25px;
}

.details_c>ul>li>span{
	width: 10px;
	height: 10px;
	border-radius:50%;
	background-color: #366EAB;
	display: inline-block;
	position: absolute;
	left: 7px;
	top: 8px;
}

.details_c ul li{
	width: 100%;
	height: 25px;
	line-height: 25px;
	position: relative;
	display: inline-block;
}

.details_c ul li p{
	float: left;
	padding-left: 25px;
	position: relative;
	overflow: hidden;
}

.details_c ul li p a{
	padding-left: 50px;
}

.details_c ul li p a:hover{
	color: #366EAB;
}

.nopadding{
	padding: 0;
}

.service_l{
	width: 240px;
	margin-right: 36px;
	height: auto;
	position: relative;
	overflow: hidden;
	float: left;
}

.service_l>ul{
	padding: 0;
}

.service_l>ul>li{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	border-bottom: 1px solid #E8E8E8;
}

.service_l>ul>li:first-child{
	width: 100%;
	height: 128px;
	position: relative;
	padding: 30px;
	box-sizing: border-box;
	background-color: #366EAB;
}
.service_l>ul>li>p{
	height: 50px;
	float: left;
	width: 100%;
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 15px;
}

.service_l>ul>li>a{
	display: inline-block;
	width: 100%;
}

.service_l>ul>li>a:hover{
	background-color: #366EAB;
	color: #FFFFFF;
}

.more{
	width: 100%;
	position: relative;
	overflow: hidden;
}

.service_r{
	width: 924px;
	height: auto;
	position: relative;
	overflow: hidden;
	float: left;
}

.service_r>ul>li{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	line-height: 42px;
	font-size: 14px;
}

.service_r>ul>li>span{
	position: absolute;
	left: 0;
}

.service_r>ul>li>p{
	position: relative;
	overflow: hidden;
	float: left;
	text-align: left;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 100px;
	padding-right: 100px;
	cursor: default;
	font-size: 14px;
}

.service_r>ul>li>p>span{
	position: absolute;
	right: 0;
}

.service_r>ul>li>a:hover{
	color: #366EAB;
	font-weight: 600;
}

.service_rr>ul>li>p{
	width: 78%;
}

.product>div>span{
	display: inline-block;
	line-height: 42px;
	font-size: 16px;
}

.product>div>p{
	text-indent: 2em;
	text-align: left;
	font-size: 14px;
	line-height: 28px;
}

.more_new>ul>li:first-child{
	float: right;
	width: 250px;
	position: relative;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.more_new>ul>li:last-child{
	float: right;
	width: 250px;
	padding-right: 15px;
	position: relative;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hu ul{
	width: 638px;
}

.contact{
	width: 1200px;
	height: auto;
	position: relative;
	overflow: auto;
	margin: 0px auto;
}

.contact_l{
	width: 600px;
	height: auto;
	position: relative;
	overflow: hidden;
	float: left;
}

.contact_l>h1{
	text-align: left;
	font-size: 22px;
}

.contact_r>h1{
	text-align: left;
	font-size: 22px;
}

.contact_l>ul{
	padding-top:15px ;
}

.contact_l>ul>li{
	font-size: 16px;
	line-height: 32px;
}

.contact_r{
	width: 600px;
	height: auto;
	position: relative;
	overflow: hidden;
	float: left;
}

.contact_r>form{
	padding-top: 15px;
}

.contact_r>form>input{
	width: 100%;
	height: 40px;
	border: none;
	outline: none;
	background-color:#f0f0f0 ;
	font-size: 16px;
	color: #333333;
	margin-bottom: 25px;
	padding-left: 15px;
	box-sizing: border-box;
}

#tijiao{
	background-color: #FFFFFF;
	border: 1px solid #366eab;
	font-size: 20px;
	padding: 0;
}

#tijiao:hover{
	background-color:#366eab ;
	color: #FFFFFF;
	
}

.contact_r>form>textarea{
	width: 100%;
	padding: 0px;
	outline: none;
	border: none;
	background-color:#f0f0f0 ;
	min-height: 125px;
	font-size: 16px;
	color: #333333;
	padding: 5px 15px;
	box-sizing: border-box;
}

.box { width: 1200px; height: 400px; margin: 0 auto; }
#container2 { width: 100%; height: 100%; }
.list { width: 20%; height: 100%; background: #eee; }
.list li { height: 34px; line-height: 34px; padding-left: 20px; }
.list li.active a { color: red; }
.title { font-size: 14px; font-weight: bold; color: #cc5522; }
.contentt{ font-size: 13px; color: #333; margin-top: 6px; }
.fl { float: left; }

.clear:after{content:'\20';display:block;height:0;clear:both;visibility:hidden;}
/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:240px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#366EAB url(../img/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#366EAB url(../img/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#366EAB url(../img/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#366EAB url(../img/fixCont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}


.children{
 display:none;

}
.dangqian{
	color: #FFFFFF;background-color: #366EAB;border-bottom: 2px solid #f58029;
}








	
	.dowebok>ul>li>img{
		width:1920px;
	}

		

@media only screen and (min-width:1400px ) {
	
	
}