﻿body,h1,h2,h3,h4,p,dl,dd,ul,ol,form,input,textarea,th,td,select
{margin: 0;padding: 0;}
em{font-style: normal;}
li{list-style: none;}
a{text-decoration: none;}
img{border: none;font-size: 0;}
table{border-collapse: collapse;}
input,textarea{outline: none;}
textarea{resize:none;overflow: auto;}

.clearb{clear: both;}

.clear:after{
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

body{min-width: 1280px;margin: 0 auto;}

body,input,textarea{border: none;font-family: "Arial","微软雅黑";}

input[type="password"] {font: -webkit-small-control;}

.center{margin: 0 auto;width: 1200px;}

.fl{float:left;}

.fr{float:right;}

.none{display:none;}


/******************分割线********************/
/*index top*/
.index_top{
	background-color: #242424;
	border-bottom: 4px solid #0050c7;
	min-width: 1200px;
	width: 100%;
}

.index_top_logo{display: block;font-size: 0;}

.index_find{
	border: 1px solid #444;
	height: 35px;
	margin: 15px 0 0 auto;
	width: 286px;
}

.index_find_text{
	background-color: #242424;
	color: #e1dede;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
	margin-left: 12px;
	width: 228px;
}

.index_find_text::-webkit-input-placeholder { /* WebKit browsers */ 
	color: #6d6d6d; 
} 
.index_find_text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	color: #6d6d6d; 
} 
.index_find_text::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	color: #6d6d6d; 
} 
.index_find_text:-ms-input-placeholder { /* Internet Explorer 10+ */ 
	color: #6d6d6d; 
} 

.index_find_btn{
	background: #0050c7 url("../images/index_find_img.png") no-repeat center center;
	cursor: pointer;
	height: 35px;
	width: 43px;
}

.smenu{
	margin: 18px -6px 0 0;
	position: relative;
	z-index: 10;
}

.smenu li{
	float: left;
	margin-right: 6px;
	position: relative;
	z-index: 10;
}

.smenu li a{
	color: #e1dede;
	display: block;
	font-size: 16px;
	line-height: 28px;
	padding: 0 17px;
}

.smenu li.test{
	background: #0050c7;
	border-radius: 6px;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	float: none;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.smenu1_box{
	display: none;
	margin-left: -104.5px;
	padding-top: 24px;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 205px;
	z-index: 1000;
}

.smenu1{
	background-color: #242424;
	display: none;
	width: 100%;
	padding: 6px 0;
}

.smenu1 li{
	float: none;
	margin-right: 0;
	width: 100%;
}

.smenu1 li a{
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 28px;
	padding-left: 28px;
}

.smenu1_point{
	background-color: #0050c7;
	height: 4px;
	margin: auto;
	position: absolute;
	left: 17px;
	top: 0;
	bottom: 0;
	width: 4px;
}

.smenu1 li:hover{background-color: #0050c7;}

.smenu1 li:hover .smenu1_point{background-color: #fff;}

/*index banner*/
.index_banner img{display: block;width: 100%;}

.index_banner .swiper-slide,.index_banner .swiper-wrapper{height: auto !important;}

.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #242424;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {background: #0050c7;}

/*index main*/
.index_main{margin: 42px auto; min-height:684px;}

.index_main ul{margin-right: -29px;}

.index_main li{
	float: left;
	position: relative;
	margin-right: 29px;
	margin-bottom: 76px;
}

.index_main li img{display: block;margin: 0 auto;}

.index_main_imgbox{
	height: 266px;
	overflow: hidden;
	width: 278px;
}

.index_main_imgbox img{
	transition:all 1s;
	-ms-transition:all 1s;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
}

.index_main li:hover .index_main_imgbox img{
	transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
}

.index_main_text{
	border: 1px solid #005add;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	color: #0052cd;
	font-size: 18px;
	line-height: 36px;
	padding: 0 8px;
	position: absolute;
	top: 11px;
	left: 9px;
}

/*index foot*/
.index_foot{
	background-color: #e9e9e9;
	border-top: 1px solid #e0e0e0;
	min-width: 1200px;
	padding: 26px 0;
	position: relative;
	width: 100%;
}

.index_foot ul{overflow: hidden;}

.index_foot li{
	border-right: 1px solid #c2c2c2;
	float: left;
	margin-bottom: -20000px;
	padding-top: 6px;
	padding-bottom: 20000px;
	position: relative;
}

.index_foot .index_foot_last{
	border-right: none;
	padding-left: 60px;
	width: 342px;}

.index_foot_fir{padding-left: 40px;width: 414px;}

.index_foot_sec{
	margin-top: 2px;
	padding-left: 65px;
	width: 277px;
}

.index_add_top{
	color: #666;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
}

.index_add_text{
	color: #666;
	font-size: 12px;
	line-height: 24px;
}

.index_add_img{
	position: absolute;
	top: 8px;
	left: 0;
}

.index_foot_sec p{
	color: #666;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 18px;
	padding-left: 40px;
}

.index_cu1{
	background: url("../images/index_cu_img1.png") no-repeat left center;
	font-weight: bold;
}

.index_cu2{background: url("../images/index_cu_img2.png") no-repeat left center;}

.index_foot_sec .index_cu3{
	background: url("../images/index_cu_img3.png") no-repeat left center;
	margin-bottom: 0;
}

.index_cu3 a{
	display: inline;
	font-size: 0;
	margin-left: 10px;
	position: relative;
	top: 6px;
}

.index_erwei img{border: 1px solid #ccc;display: block;}

.index_erwei p{
	color: #333;
	font-size: 14px;
	line-height: 1em;
	margin-top: 14px;
	text-align: center;
}

.index_foot_img_box{
	font-size: 0;
	margin-right: -16px;
	margin-top: 17px;
}

.index_foot_img img{margin-right: 16px;}

.index_foot_img p{
	color: #383838;
	cursor: pointer;
	display: block;
	font-size: 16px;
	line-height: 1em;
	margin-top: 12px;
	position: relative;
	text-align: center;
}

/*index zs*/
.index_zs{
	/*background: rgba(0,0,0,.5);*/ /*此方法不兼容IE，若不需要理会IE8 9，请使用*/
	background: url("../images/index_zs_bg.png");
	display: none;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.index_zs_box{
	background-color: #fff;
	display: none;
	padding: 64px 0 50px 0;
	position: absolute;
	bottom: 100%;
	left: 0;
	min-width: 1200px;
	width: 100%;
	z-index: 100;
}

.index_zs_box .center{position: relative;}

.index_zs_box li{
	border: none;
	margin-right: 41px;
	padding-top: 0;
}

li.index_zs_last{margin-right: 0;}

.index_zs_box img{display: block;}

.index_zs_dot{
	border: 14px solid transparent;
	border-top: 13px solid #fff;
	border-bottom: none;
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: -63px;
	right: 66px;
}

.index_zs_close{
	color: #1a1a1a;
	cursor: pointer;
	font-size: 30px;
	line-height: 1em;
	position: absolute;
	top: -55px;
	right: 0;
}

/*index btm*/
.index_btm{
	background-color: #333;
	border-top: 1px solid #a0a0a0;
	min-width: 1200px;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
}

/*.index_btm p{
}*/

/*au banner*/
.au_banner img{
	display: block;
	min-width: 1200px;
	width: 100%;
}

/*au*/
.au{margin-top: 34px;}

.au_top{
	border-bottom: 1px solid #d6d6d6;
	color: #333;
	font-size: 26px;
	font-weight: bold;
	line-height: 50px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 330px;
}

.au_top span{
	background-color: #929292;
	height: 3px;
	margin: auto;
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	width: 74px;
}

.mrt55{margin-top: 55px;}

.mrb45{margin-bottom: 45px;}

.au_text{
	color: #666;
	font-size: 14px;
	line-height: 26px;
}

/*.au_text span{
	color: #0051c7;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
}
*/
/*cu*/
.cu{margin-top: 46px;margin-bottom: 70px;}

.cu_main{
	margin: 0 auto;
	margin-top: 52px;
	position: relative;
	width: 1050px;
}

.cu_top{
	color: #005ab0;
	font-size: 22px;
	line-height: 44px;
}

.cu_text{
	background-repeat: no-repeat;
	background-position: left center;
	color: #666;
	font-size: 14px;
	line-height: 32px;
	padding-left: 33px;
}

.cu_text1{background-image: url("../images/contact_us_img1.png");}

.cu_text2{background-image: url("../images/contact_us_img2.png");}

.cu_text3{background-image: url("../images/contact_us_img3.png");}

.cu_text4{background-image: url("../images/contact_us_img4.png");}

.mrt26{margin-top: 26px;}

.cu_input_box{
	margin-top: 7px;
	width: 334px;
}

.cu_input{
	border: 1px solid #005ab0;
	color: #666;
	display: block;
	font-size: 12px;
	height: 38px;
	line-height: 38px;
	margin-bottom: 11px;
	padding: 0 10px;
	width: 312px;
}

.cu_txtbox{
	border: 1px solid #005ab0;
	color: #666;
	display: block;
	font-size: 12px;
	height: 76px;
	line-height: 26px;
	padding: 6px 10px;
	width: 312px;

}

.cu_btn{
	background-color: #005ab0;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 18px;
	height: 44px;
	line-height: 44px;
	margin: 0 auto;
	margin-top: 23px;
	text-transform: uppercase;
	transition:all .6s;
	-ms-transition:all .6s;
	-moz-transition:all .6s;
	-webkit-transition:all .6s;
	-o-transition:all .6s;
	width: 184px;
}

.cu_btn:hover{background-color: #ff3419;}

.cu_bimg{
	position: absolute;
	right: -58px;
	top: 128px;
}

/*cpxq*/
.cpxq{margin-top: 54px;}

.cpxq_top{
	color: #0050c7;
	font-size: 30px;
	line-height: 1em;
}

.cpxq_bimg{
	display: block;
	margin: 0 auto;
	/*margin-top: 58px;*/
	max-height:400px;
}

.cpxq_main{
	border-top: 1px solid #b3b3b3;
	margin-top: 16px;
	padding-top: 19px;
	margin-bottom:20px;
}
.cpxq_main th,.cpxq_main td{
	padding-left: 15px;
}

/*.cpxq_main_top{
	color: #0051c7;
	font-size: 20px;
	line-height: 50px;
}

.cpxq_main_text{
	color: #666;
	font-size: 14px;
	line-height: 24px;
}

.mrt26{margin-top: 26px;}

ul.cpxq_main_text li{
	background: url("../images/cpxq_img.png") no-repeat left center;
	padding-left: 18px;
}

.mrt34{margin-top: 34px;}

.cpxq_table{
	border-top: 1px solid #0051c7;
	border-left: 1px solid #0051c7;
}

.cpxq_table th,.cpxq_table td{
	border-bottom: 1px solid #0051c7;
	border-right: 1px solid #0051c7;
	text-align: left;
	padding-left: 15px;
}

.cpxq_th1{width: 133px;}

.cpxq_th2{width: 325px;}

.cpxq_th3{width: 94px;}

.cpxq_th4{width: 92px;}

.cpxq_table th{
	color: #333;
	font-size: 14px;
	line-height: 36px;
}

.cpxq_table td{
	color: #666;
	font-size: 14px;
	line-height: 36px;
}

.mrt14{margin-top: 14px;}

.mrt38{margin-top: 38px;}

.cpxq_table2 .cpxq_th2{width: 213px;}

.cpxq_table2 .cpxq_th3{width: 194px;}

.cpxq_table2 .cpxq_th4{width: 104px;}

.mrb70{margin-bottom: 70px;}*/

.prev,.next{
	cursor: pointer;
	display: none;
	height: 78px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 45px;
	z-index: 100;
}

.prev{left: 40px;}

.next{right: 40px;}

