/*new_sec1*/
.new_sec1 {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 400px;
	padding: 120px 0 60px;
	background: #fff;
}
.new_sec1_box {
	height: auto;
}
.new_title {
	height: auto;
	text-align: center;
}
.new_title .small {
	font-size: 26px;
	color: #fff;
	padding: 18px 0;
}
.new_title h3 {
	font-size: 28px;
	text-transform: uppercase;
	color: #004193;
	text-shadow: #fff 1px 1px 0;
	margin: 0;
}

/*new_sec1*/
/*new_sec2*/
.new_sec2 {
	margin: 0 auto 50px;
}
.new_sec2_title {
	color: #004193;
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.new_sec2 .nr_box {
	margin-bottom:30px;
}

.new_sec2 .nr_box .img {
	width:100%;
	overflow:hidden;
	
}
.new_sec2 .nr_box .img img{
transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.new_sec2 .nr_box a {
	display: block;
	width: 100%;
	height: auto;
}
.new_sec2 .nr_box img {
	width: 100%;
	
}
.new_sec2 .nr_box .lis {

}
.new_sec2 .nr_box .liss {

}

.new_sec2 .nr_box h4 {
	font-size: 16px;
	color: #999;
	text-transform: uppercase;
	margin-top: 20px;
	font-family: 'rotissemisansstd-light';
	letter-spacing:1px;
}
.new_sec2 h4 span {
}
.new_sec2 .nr {
	font-size: 16px;
	color: #333;
}



.new_sec2 .nr_box .lis:hover img {
transform:scale(1.1);   
-webkit-transform:scale(1.1);   
-moz-transform:scale(1.1);    
-o-transform:scale(1.1);   
 -ms-transform:scale(1.1);
 transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}







/*new_sec2*/
/*new*/
.new_sec1{
	padding: 80px 0 80px;
}
.new_sec1_box{
	margin: 0 auto;
}
.new_sec1_left{

}
.new_sec1_right{

}
.new_sec1_right h3{
	font-size: 16px;
	color: #777484;
	line-height: 30px;
	margin: 0;
}
.new_sec1_left h3{
	font-size: 24px;
	color: #999;
	line-height: 38px;
	margin: 0;
	text-transform:capitalize;
	width:80%;
}
.new_sec1_right h4{
	font-size:15px;
	line-height:24px;
	letter-spacing:1px;
	color:#666;
	margin:0;
}
.new_sec2_box{

}
.new_sec2 .title{
	margin-bottom: 30px;
}
.new_sec3{
	padding: 80px 0 0 0;
	background: url(../images/new21.png) center center fixed;
	background-size: 100%;
}
.new_sec3_box{
margin-bottom:80px;	
}
.new_sec3_con{
	width: 500px;
	height: auto;
	background: #fff;
	padding: 50px;
	float: right;
}
.new_sec3_con h4{
	color: #59585D;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
	font-family: 'rotissemisansstd-light';
}
.new_sec3_con h3{
	color: #1A1A1A;
	font-size: 22px;
	line-height: 30px;
	margin: 5px 0 20px;
	font-weight: bold;
}
.new_sec3_con h5{
	color: #3B3B3C;
	font-size: 14px;
	margin: 0 0 30px 0;
	line-height: 24px;
}
.new_sec3_btn{
	width: 100%;
	height: 50px;
	background: #004193;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	display: block;
	border-radius: 2px;
	font-family: 'rotissemisansstd-light';
}
.new_sec4{
	padding: 80px 0;
	background: #F3F2F0;
}
.new_sec4_title h5{
	font-weight: bold;
	font-size: 28px;
	color: #0C1024;
	margin-bottom: 30px;
}
.new_sec4_lis {
  
}
.new_sec4_con{
    overflow: hidden;
}
.new_sec4_lis a{
	display: block;
}
.new_sec4_img img{
	width: 100%;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.new_sec4_liss{
	margin: 0 5%;
}
.new_sec4_text{
	background: #fff;
	border: 1px solid #DFDFDD;
	border-top: 0;
	padding: 30px;
}
.new_sec4_text h3{
	color: #16101A;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	 white-space:nowrap; overflow:hidden; text-overflow:ellipsis; 
}
.new_sec4_text h5{
	color: #A2A2A0;
	font-size: 14px;
	margin: 10px 0 0;
	line-height: 24px;
}




.new_sec4_img{
	width:100%;
	overflow:hidden;
}
.new_sec4_lis:hover img{
transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transform:scale(1.1);   
-webkit-transform:scale(1.1);   
-moz-transform:scale(1.1);    
-o-transform:scale(1.1);   
 -ms-transform:scale(1.1);
}

.new_sec4_lis:hover h3{
	color:#004193;
}



.new_sec3_con h4{ position:relative; left:-50px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;}
.new_sec3_con h4 span {
	font-size: 12px;
}
.new_sec3_con h6 {
	text-align: left;
	margin-top: 60px;
	text-transform: uppercase;
	font-family:'rotissemisansstd-light';
	color:#666;
	font-size:18px;
}
.new_sec3_con h4 i {
	display: inline-block;
	position: relative;
	height: 1px;
	width: 40px;
	background: #ddd;
	margin-bottom: 5px;
}
.new_sec3_con h4 i b {
	width: 10px;
	background: #2971CC;
	border-right: 5px #333 solid;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	background: #2971CC;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.new_sec3_con:hover h4 i b {
	width: 40px;
	border-right: 0 #333 solid;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.new_sec3_con h4 span {
	line-height: 30px;
	padding-left: 10px;
	font-family: 'rotissemisansstd-light';
	color: #666;
	font-size: 16px;
	text-transform: uppercase;
}





/*new*/



/*product_list_sec1*/
.product_list_sec {
	width: 100%;
	height: auto;
	background: #f7f7f7;
	padding-top: 1px;
}
.product_list_sec1 {
	padding-top: 80px;
	padding-bottom: 100px;
}
.product_list_sec1 .title {
	margin-bottom: 100px;
}
.product_list_lb {
	margin-bottom: 30px;
}
.product_list_lb ul li {
	width: 16.666666%;
	float: left;
	cursor: pointer;
}

.product_list_lb ul li:hover a{
background: #004193;
	color: #fff;

}
.product_list_lb ul li a {
	display: block;
	line-height: 50px;
	text-align: center;
	background: #e2e2e2;
	color: #333;
	border-left: #f7f7f7 2px solid;
	border-right: #f7f7f7 2px solid;
	font-size: 16px;
}
.proListA{ overflow:hidden; margin:30px auto; text-align:center;}
.proListA a{ color:#333; font-size:16px; line-height:20px;display:inline-block; font-weight:bold;}
.proListA span{ display:inline-block; width:1px; height:16px; background:#666; margin:0 6%;}
.proListA a:hover{ color:#004193;}
.titles .img {
	width: 100%;
	height: auto;
}
.titles .img img {
	width: 140px;
}
.titles h3 {
	height: auto;
	width: 100%;
	margin: 0;
	font-size: 36px;
	color: #333;
	line-height: 48px;
	letter-spacing: 1px;
	text-align: center;
	font-family: 'rotissemisansstd-light';
	text-transform: uppercase;
}
.titles h4 {
	font-size: 26px;
	color: #333;
	margin: 5px 0 15px;
	letter-spacing: 2px;
}
.titles>div {
	height: auto;
}
.titles>div div {
	width: 8px;
	height: 8px;
	display: inline-block;
	background: #BDBDBD;
	transform: rotate(45deg);
	margin-left: 5px;
}
.product_list_sec1 .tops {
	width: 100%;
	height: auto;
	padding: 100px 80px;
	background: #fff;
	position: relative;
	margin-bottom: 30px;
}
.product_list_sec1 .tops h4 {
	font-size: 20px;
	color: #8B001A;
	text-align: center;
	margin: 0 0 5px 0;
	font-family: 'rotissemisansstd-light';
}
.product_list_sec1 .tops h3 {
	font-size: 24px;
	color: #8B001A;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	margin-top: 0;
	letter-spacing: 10px;
}
.product_list_sec1 .tops i {
	width: 40px;
	height: 2px;
	background: #000;
	display: block;
	margin: 20px auto;
}
.product_list_sec1 .tops .nr {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #4A4D4B;
	line-height: 26px;
	text-align: center;
}
.product_list_sec1 .tops .imgs {
	width: 32%;
	height: 100%;
	position: absolute;
	right: 40px;
	bottom: 30px;
}
.product_list_sec1 .imgs img {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.product_list_box {
	display: block;
	width: 100%;
	height: auto;
	background: #fff;
	text-align: center;
	padding: 0 0 50px;
	position: relative;
	margin-bottom: 30px;
}
.product_list_box .tu {
	width: 100%;
	height: auto;
	text-align: center;
}
.product_list_box .tu img {
	display: block;
	/* height: 243px;*/
	width:100%;
}
.product_list_titles {
	font-size: 16px;
	color: #030005;
	font-weight: bold;
	margin-top: 10px;
}
.product_list_titles span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product_list_box .xing {
	width: 100%;
	text-align: center;
	height: auto;
	margin: 15px 0;
}
.product_list_box .xing img {
	width: 15px;
}
.product_list_box .maney {
	font-size: 20px;
	color: #3C353B;
}
.product_list_box .maney span {
	font-size: 14px;
	color: #9D9592;
	text-decoration: line-through;
	margin-right: 10px;
}
.product_list_box .more {
	float:none;
}
.product_list_box .din {
	width: auto;
	height: auto;
	color: #9F2B42;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 36px;
	right: 20px;
	text-transform: uppercase;
}
/*product_list_sec1*/
/*product_sec1*/
.product_sec1 {
	width: 95%;
	height: auto;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 100px;
}
.product_sec1 .tops {
	padding: 20px 0;
	height: auto;
	overflow: hidden;
	background: #EFEFEF;
	border-bottom: 1px solid #E6E6E4;
}
.product_sec1 .tops_box {
	width: 25%;
	height: auto;
	float: left;
	padding: 0 40px;
}
.product_sec1 .tops_box .img {
	width: 70px;
	height: auto;
	float: left;
	margin-right: 20px;
}
.product_sec1 .tops_box img {
	width: 100%;
}
.product_sec1 .tops_box1 {
	border-right: 1px solid #E6E6E4;
	border-left: 1px solid #E6E6E4;
}
.product_sec1 .top_nr {
	float: left;
	height: auto;
	width: auto;
}
.product_sec1 .top_nr h4 {
	color: #C5B8B1;
	font-size: 12px;
	margin: 0;
	text-transform: uppercase;
	margin-top: 10px;
}
.product_sec1 .top_nr h3 {
	color: #1D1D1D;
	font-size: 16px;
	margin: 5px 0 0;
	line-height: 20px;
}
.product_sec_box {
	position: relative;
	margin-top: 65px;
}
.product_sec_box .left {
	left: 0;
}
.product_sec_box .right {
	right: 0;
}
.product_sec_box .img img {
	width: 100%;
}
.product_sec_box .nr_box {
	width: 730px;
	height: auto;
	position: absolute;
	top: 12%;
}
.product_sec_box .num {
	width: 70px;
	height: auto;
	text-align: center;
	float: right;
	line-height: 73px;
}
.num_img {
	width: 100%;
	height: 73px;
	background: #F6F6F4;
}
.num_img img {
	width: 40px;
	margin-top: 15px;
}
.num_nums {
	width: 100%;
	height: 73px;
	font-size: 12px;
	color: #fff;
	background: #004193;
}
.product_sec_box .nr {
	width: 660px;
	height: auto;
	background: #fff;
	padding: 6%;
	overflow: hidden;
	float: right;
	filter:alpha(opacity=0.9); -moz-opacity:0.9; -khtml-opacity:0.9; opacity:0.9; 
}
.product_sec_box .nr h5 {
	color: #D0CDCA;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
}
.product_sec_box .nr h3 {
	color: #000000;
	font-size: 20px;
	margin: 7px 0 12px 0;
	font-weight: bold;
}
.product_sec_box .nr h4 {
	color: #666;
	font-size: 14px;
	margin: 0;
	line-height: 24px;
}
.product_sec_box .btns {
	margin-top: 15px;
}
.new_sec1 .rights .more {
	margin-top: 20px;
}
.more {
	color: #666;
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	position: relative;
	display: inline-block;
}
.more b {
	display: block;
	height: 10px;
	width: 1px;
	background: #004193;
	right: -10px;
	bottom: 7px;
	position: absolute;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.more i {
	display: inline-block;
	height: 1px;
	width: 25px;
	background: #D8D8D8;
	position: relative;
	top: -4px;
	margin-right: 10px;
	border-left: 8px #333 solid;
}
.nr:hover .more b {
	width: 80px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/*product_sec1*/
/*about_sec1*/
.about_sec1 {
	margin-top: 80px;
}
.about_sec1_title {
	width: 80%;
	height: auto;
	padding-left: 10%;
	margin-bottom: 55px;
	position: relative;
}
.about_sec1_title h3 {
	color: #4B4B4B;
	font-size: 70px;
	margin: 0;
	text-transform: uppercase;
	font-family: 'rotissemisansstd-light';
	position: relative;
}
.about_sec1_title h3 i {
	font-family: 'rotissemisansstd-light';
}
.about_sec1_title hr {
	position: absolute;
	width: 700px;
	height: 1px;
	background: #fff;
	transform: rotate(135deg);
	-ms-transform: rotate(135deg); 	/* IE 9 */
	-moz-transform: rotate(135deg); 	/* Firefox */
	-webkit-transform: rotate(135deg); /* Safari Ã¥â€™Å’ Chrome */
	-o-transform: rotate(135deg);
	left: -100px;
	top: 300px;
	z-index: 0;
}
.about_sec1_title .xian {
	width: 110px;
	background: #A4AFB0;
	height: 1px;
	margin-top: 30px;
}
.about_sec1_title .nr {
	padding-left: 24%;
	color: #6F6F6F;
	font-size: 14px;
	line-height: 28px;
}
.about_sec1_title span {
	font-weight: bold;
	font-size: 20px;
	color: #333;
}
.about_sec1_img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.about_sec1_img img {
	width: 100%;
}
.about_sec1_nr {
	height: auto;
}
.about_sec1_nr h5 {
	color: #014193;
	font-size: 20px;
	margin: 30px 0 10px;
	line-height: 28px;
	height: auto;
}
.title {
	/*position: relative;*/
	z-index: 2;
}
.title h5 {
	color: #014193;
	font-weight: bold;
	font-size: 20px;
}
.title2 h5 {
	color: #fff;
}
.title.title2 h5 span {
	color: #fff;
}
.about_sec1_nr h5.pads {
	position: relative;
	padding: 0px 40px;
	margin-top: 0px;
	line-height: 32px;
	font-size: 16px;
}
.about_sec1_nr span {
	text-align: right;
	margin-top: 30px;
	display: block;
}
.pads .yh {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
}
.pads .yh2 {
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 20px;
}
.title h5 span {
	color: #999;
	font-size: 14px;
	text-transform: uppercase;
}
.about_sec1_nr h4 {
	color: #666;
    font-size: 13px;
    margin: 0;
    line-height: 22px;
    height: auto;
    margin-bottom: 30px;
}
.about_sec1 .imgs {
	width: 50%;
	height: auto;
	float: left;
}
.about_sec1 img {
	width: 100%;
}
.about_sec1_lefts {
	padding-right: 15px;
}
.about_sec1_rights {
	padding-left: 15px;
}
/*about_sec1*/
/*about_sec2*/
.about_sec2 {
	background: url(../images/1.png) no-repeat center center fixed;

	padding: 80px 0;
	height: auto;
	position: relative;
	margin-top: 200px;
}
.about_sec2_title {
	width: 292px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	color: #4B4544;
	background: #FFF4E9;
	position: relative;
}
.about_sec2_title i {
	display: block;
	position: absolute;
	width: 45px;
	height: 1px;
	background: #333;
	left: 35px;
	top: 26px;
	z-index: 2;
}
.about_sec2 h5 {
	font-size: 20px;
	color: #fff;
	margin: 30px 0 10px 0;
	font-weight: bold;
}
.about_sec2 h6 {
	font-size: 14px;
	color: #fff;
	margin: 0;
	line-height: 26px;
}
.about_sec2 h6 span {
	display: block;
	text-align: right;
	font-size: 16px;
}
.about_sec2_btns {
	display: block;
	color: #004193;
	font-size: 16px;
	margin-top: 25px;
	width: 265px;
}
.about_sec2_btns img {
	width: 12px;
	margin-left: 10px;
}
.about_sec2_box {
	width: 100%;
	height: auto;
	position: relative;
}
.about_sec2_left {
	width: 100%;
	height: auto;
	position: relative;
}
.about_sec2_left .box {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	filter:alpha(opacity=0); 
	-moz-opacity:0; 
	-khtml-opacity:0; 
	opacity: 0;
}
.about_sec2_right {
	width: 240px;
	height: auto;
	position: absolute;
	bottom: -80px;
	right: 0;
}
.about_sec2_img {
	width: 100%;
	height: auto;
	border: 2px solid #fff;
	margin-bottom: 25px;
	cursor: pointer;
}
.about_sec2_img img {
	width: 100%;
}
/*about_sec2*/
/*about_sec3*/
.about_sec3 {
	width: 100%;
	height: auto; background:#f7f7f7; padding:60px 0 80px;

	margin-bottom:60px; 
}
.titlea {
	height: auto;
	text-align: center;
	margin-bottom: 50px;
}
.titlea2 h4 {
	color: #fff;
}
.titlea.titlea2 h3 {
	color: #fff;
}
.titlea h4 {
	font-size: 18px;
	color: #999;
	text-align: center;
	margin: 0;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 2px solid #EAEAEA;
	padding-bottom: 5px;
	display: inline;
}
.titlea h3 {
	font-size: 26px;
	color: #333;
	text-align: center;
	width: 257px;
	margin: 12px auto 0;
	padding: 10px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 6px;
	font-weight: bold;
}
.aboutSec3M{ margin-top:60px;}
.aboutSec3M .mainbox4{position:relative;}
.pc-slide {

	width:80%;

	margin: 0 auto; 

}
.Swimg{ position:relative;}
.Swimg,.Swimg img{ display:block; width:100%;}
.Swimg h3{ font-size:16px; color:#fff; line-height:40px; text-align:center; height:40px; width:100%; margin:0; position:absolute; left:0; bottom:0; z-index:999;
background:rgba(0,0,0,0.5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);}

.view .swiper-container {

	width:100%;

}



.view .arrow-leftA {

	background: url(../images/index_tab_l.png) no-repeat left top;

	position: absolute;

	left: 10px;

	top: 50%;

	margin-top: -25px;

	width: 28px;

	height: 51px;

	z-index: 10;

}



.view .arrow-rightA {

	background: url(../images/index_tab_r.png) no-repeat left bottom;

	position: absolute;

	right: 10px;

	top: 50%;

	margin-top: -25px;

	width: 28px;

	height: 51px;

	z-index: 10;

}



.preview {

	width: 100%;

	margin-top: 10px;

	position: relative;

}



.preview .swiper-container {

	width:94%; margin:0 2% 0 3%;

}



.preview .swiper-slide {

	width: 110px; margin:0 5px 0 4px;

}
.SwimgS img{ display:block; width:100%;}

.preview .slide6 {

	width: 82px;

}



.preview .arrow-leftA {

	background: url(../images/feel3.png) no-repeat left top;

	position: absolute;

	left: 10px;

	top: 50%;

	margin-top: -9px;

	width: 9px;

	height: 18px;

	z-index: 10;

}



.preview .arrow-rightA {

	background: url(../images/feel4.png) no-repeat left bottom;

	position: absolute;

	right: 10px;

	top: 50%;

	margin-top: -9px;

	width: 9px;

	height: 18px;

	z-index: 10;

}



.preview img {

	padding: 1px;

}



.preview .active-nav img {

	padding: 0;

	border: 1px solid #333;

}






.about_sec3_box {
	height: auto;
}
.about_sec3_box .box {
	display: block;
	height: auto;
	margin-bottom: 40px;
	text-align: center;
}
.about_sec3_box h3 {
	text-transform: uppercase;
	font-size: 16px;
	color: #6C6C6C;
	margin: 13px 0;
	text-align: center;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: relative;
}
.about_sec3_box h3 i {
	width: 30px;
	height: 3px;
	background: #333;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	display: block;
	margin: 15px auto 0;
}
.about_sec3_box .box:hover h3 {
	letter-spacing: 2px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.about_sec3_box .box:hover h3 i {
	width: 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
	-moz-transform: scale(0.0);
	-o-transform: scale(0.0);
	-ms-transform: scale(0.0);
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.about_sec3_box h4 {
	font-size: 16px;
	color: #6C6C6C;
	margin: 13px 0;
	text-align: center;
}
.about_sec3_img {
	width: 100%;
	height: auto;
}
.about_sec3_img img {
	width: 100%;
}
/*about_sec3*/
/*about_sec4*/
.about_sec4 {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.about_sec4_left {
	width: 45%;
	position: relative;
	height: auto;
	float: left;
	padding: 50px 50px 50px 0;
}
.about_sec4_left h5 {
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	position: relative;
	z-index: 9;
	text-align: center;
}
.about_sec4_left .img {
	height: auto;
	position: relative;
	z-index: 9;
	margin: 20px 0;
}
.about_sec4_left img {
	width: 100%;
}
.about_sec4_right {
	width: 55%;
	float: left;
	position: relative;
	padding: 60px 0px 60px 50px;
}
.about_sec4_zhe2 {
	background: #F0F0F0;
	width: 2000px;
	position: absolute;
	left: 0;
	top: 0;
}
.about_sec4_right .img {
	width: 100%;
	height: auto;
	text-align: center;
}
.about_sec4_right .img img {
	width: 85%;
	margin: 0 auto;
}
.about_sec4_zhe1 {
	background: #444;
	width: 1000px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.about_sec3_rights {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: rgba(0,0,0,.6);
	font-size: 20px;
	margin-top: -20px;
}
.about_sec3_lefts {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: rgba(0,0,0,.6);
	font-size: 20px;
	margin-top: -20px;
}
h3.about_sec1_titles {
}
/*about_sec4*/

/** contact **/
.contact_box1 {
	padding: 80px 0;
}
.contact_box1_left {
	width: 95%;
}
.contact_box1_left_top {
}
.contact_box1_left_top_wz {
}
.contact_box1_left_top_wz p {
	line-height: 24px;
}
.contact_box1_right {
}
.contact_box1_right h2 {
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 25px;
	margin-top: 0;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
}
.contact_box2 {
	overflow: hidden;
}
.contact_box2 .container {
	padding: 80px 0;
	border-top: #f1f1f1 1px solid;
}
.contact_box2_list {
}
.contact_box2_list h3 {
	color: #333;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: .02em;
	font-weight: bold;
	margin-top: 0;
}
.contact_box2_list p {
	color: #555;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: .02em;
}
.contact_box2_list ul li {
}
.contact_box2_list ul li .biaoti {
	color: #333;
	margin-bottom: 10px;
	display: block;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: .02em;
	font-weight: bold;
	margin-top: 0;
}
.contact_box2_list ul li a {
	color: #555;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: .02em;
}
.contact_box2_list ul li a i {
	margin-right: 5px;
	width: 12px;
}
.contact_box3_lx {
	margin: 0 auto;
}
.contact_box3_lx .col-lg-12 {
	padding: 0;
}
.contact_box3_lx h3 {
	font-weight: 600;
	margin-bottom: 50px;
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.contact_box3_lx .input1 {
	width: 100%;
	border: none;
	background: none;
	color: #666;
	border-bottom: 1px solid #444444;
	font-size: 13px;
	padding: 10px 0;
	outline: none;
	margin-bottom: 25px;
}
.contact_box3_lx .btn1 {
	width: 50%;
	background: #004193;
	color: #fff;
	text-align: center;
	line-height: 35px;
	font-size: 13px;
	letter-spacing:2px;
	text-transform: uppercase;
	margin-top: 50px;
	cursor: pointer;
}
/** contact **/


/*newsdot*/
.newsdot {
	position: relative;
	padding-bottom: 50px;
	margin-top: 180px;
}
h2.newsdot_tit {
	text-align: center;
	margin-bottom: 30px;
	font-size: 20px;
}
.newsdot_topimg {
	position: relative;
	bottom: -300px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.newsdot_main {
	margin-top: 40px;
	position: relative;
	bottom: -300px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.newsdot_left {
	width: 20%;
	float: left;
}
.newsdot_right {
	width: 80%;
	float: left;
	padding-left: 15px;
}
.newsdot_right p{
	width:100%;
	font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
}


.newsdot_left h4 {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
}
.newsdot_left h5 span {
	color: #666;
	font-size: 13px;
}
.newsdot_left h5 {
	width: 80%;
	padding-top: 10px;
	border-top: solid 1px #474444;
}
.newsdot_sectit {
	padding-bottom: 12px;
	margin-bottom: 25px;
	font-size: 20px;
	position: relative;
	color: #333;
	font-weight: bold;
}
.newsdot_sectit:after {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 33px;
	background: #A9A9A9;
	bottom: 0;
	left: 0;
}
.newsdot_right h4 {
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #666;
}
.newsdot_right h3 {
	font-size: 15px;
	margin: 20px 0 10px;
	color: #f1f1f1;
}
.newsdot_left h4 span {
	color: #666;
	font-size: 12px;
	display: block;
}
.newsdot_bot {

	margin-top: 80px;
}
.newsdot_bot a {
	display: table;
	clear: both;
	margin-bottom: 10px;
	font-size: 14px;
	color: #666;
	text-decoration: none;
}
.newsdot_bot a:hover {
	text-decoration: underline;
}
.newsdot_back {
	margin-top: 50px;
	text-align: center;
}
.newsdot_back a {
	display: inline-block;
	color: #fff;
	background: #333;
	text-decoration: none;
	padding: 8px 50px;
	font-size: 13px;
}
/*jobdot*/
.jobdot {
	width: 60%;
	margin: 180px auto 80px;
}
.jobcon {
	width: 100%;
	position: relative;
	bottom: -300px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.jobcon_bt {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 20px
}
.jobcon_bt p {
	line-height: 30px;
}
.jobtopcon {
	width: 100%;
	height: auto;
}
.jobtopcon_tit {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	width: auto;
	height: 35px;
	line-height: 30px;
	border-bottom: 1px #ddd dotted;
	text-align: left;
	margin-top: 30px;
}
.zpnrbody {
	width: auto;
	border-bottom: 1px #ddd dotted;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.zpnrbodynr {
	width: 185px;
	height: 50px;
	float: left;
	margin-right: 40px;
}
.zpnrbodynrs {
	width: auto;
	height: auto
}
.zpnrbodynrsz {
	height: 25px;
	line-height: 25px;
	float: left;
	color: #666;
}
.zpnrbodynrsy {
	float: right;
	height: 25px;
	line-height: 25px;
}
.jobbottom {
	overflow: hidden;
	float: left;
	margin-top: 20PX;
}
.jobconleft {
	float: left;
}
.zwzpnr {
	margin-top: 30px;
}
.jobconleft p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.zwzpn {
	margin: 0 auto;
	padding-top: 20px;
	line-height: 25px;
}
.scwj {
	margin-top: 20px;
	padding-top: 5px;
}
.scwjz {
	line-height: 25px;
	color: #000000;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}
.scwjy {
	overflow: hidden;
}
.test {
	border: none;
	float: left;
}
.InputButton {
	float: left;
	border: none;
	background: #004193;
	font-size: 14px;
	text-align: center;
	width: 70px;
	color: #fff;
}
.scwjyz {
	width: 235px;
	height: auto;
	float: left;
	line-height: 25px
}
.scwjyy {
	width: 85px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.job_back {
	width: 100%;
	height: auto;
	padding-top: 50px;
}
.job_back_con {
	text-align: center;
	display: block;
	width: 120px;
	line-height: 35px;
	background: #004193;
	color: #fff;
	margin: 0 auto;
}
.job_back_con a {
	color: #fff;
}
.job_back02 {
	width: 100%;
	height: auto;
	padding-top: 50px;
}
.job_back02_con {
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 1px solid #0255a5;
	padding: 3px;
	margin: 0 auto;
}
.job_back02_con a {
	font-size: 12px;
	color: #fff;
	text-align: center;
	background: #0056a9;
	display: block;
}
.job_back02_con:hover {
	transition: color .6s, border-color .6s, background-color .6s;
	border: 1px solid #000;
}
.job_back02_con a:hover {
	background: #000;
	transition: color .6s, border-color .6s, background-color .6s;
}
/*jobdot*/

/*reciurt*/
.rec_sec1{
	padding: 90px 0 70px;
	background: #fff;
}
.rec_sec1_box{
	width: 60%;
	margin: 0 auto;
	overflow: hidden;
}
.rec_sec1_left{
	padding-right: 45px;
	height: auto;
	background: url(../images/rec1.png) left top no-repeat;
	 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader  (src='../images/rec1.png',  sizingMethod='scale');
	color: #666;
	font-size: 32px;
	padding-top: 30px;
	font-family: 'rotissemisansstd-light';
	text-transform:capitalize;
	letter-spacing:1px;
	padding-left: 30px;
}
.rec_sec1_right{
	padding-left: 45px;
    color: #666;
    font-size: 14px;
    padding-top: 30px;
    line-height: 26px;
    font-family: "微软雅黑";
}
.rec_sec1_list {
	overflow: hidden;
	margin-top: 60px;
}
.rec_sec1_list li{
	width: 25%;
	height: auto;
	float: left;
	text-align: center;
	border-right: #E8E8E8 1px solid;
}

.rec_sec1_list li h5{
	color: #666;
	font-size: 16px;
	font-family:"微软雅黑";
	letter-spacing:1px;
}
.rec_sec2{
	padding:80px 0;
	background: url(../images/rec2.png) center center fixed;
	background-size: 100%;
	background-size:100%;
    -moz-background-size:100%;
    -webkit-background-size:100%;
    -o-background-size:100%;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader  (src='../images/rec2.png',  sizingMethod='scale');
}
.rec_sec2_text{
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
.rec_sec2_text h3{
	font-size: 34px;
	color: #fff;
	letter-spacing:3px;
	margin: 0;
	line-height: 90px;
	font-family:"微软雅黑";
}
.rec_sec2_text h4{
	font-size:24px;
	font-weight:bold;
	text-transform:capitalize;
	color: #fff;
	letter-spacing:3px;
	margin: 0;
	line-height: 30px;
	font-family:'rotissemisansstd-light';
}
.rec_sec2_btn{
	display: block;
	width: 240px;
	height: 50px;
	line-height: 60px;
	background: #004092;
	color: #fff;
	font-size: 16px;
	margin: 50px auto 0;
	text-transform: uppercase;
	font-family: "微软雅黑";
	line-height:50px;
	letter-spacing:2px;
}
.rec_sec2_btn img{
	width: 30px;
	margin-top: -5px;
}
.rec_sec3_box{
	width: 60%;
	margin: 0 auto;
}
.rec_sec3_left{
	padding-right: 45px;
}
.rec_sec3{
	margin-top: 80px;
}
.rec_sec3_left h3{
	color: #139162;
	margin: 0;
	font-size: 28px;
	line-height: 40px;
	margin-top: 10px;
	font-family: 'rotissemisansstd-light';
}
.rec_sec3_left h4{
	color: #3D4653;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 2px;
	font-family: 'rotissemisansstd-light';
}
.rec_sec3_btn{
	display: block;
	width: 260px;
	height: 60px;
	border: #DDDDDD 1px solid;
	text-align: center;
	line-height: 60px;

	font-size: 14px;
	color: #3C444C;
	text-transform: uppercase;
	margin-top: 40px;
	font-family: 'rotissemisansstd-light';
}
.rec_sec3_btn img{
	width: 30px;
	margin-top: -5px;
}
.rec_sec3_right h5{
	font-size: 14px;
	color: #666;
	line-height: 26px;
	margin: 0;
	font-family:"微软雅黑";
	margin-top:60px;
}
.rec_sec4{
	margin: 80px 0;
}
.rec_sec4_box{
	width: 72%;
	margin: 0 auto;
}
.rec_sec4_con{
	padding: 1px 30px 50px;
	background: #F3F3F3;
}
.rec_sec4_con h3{
	margin: 50px 0 30px 0;
	color: #333;
	font-size: 20px;
	font-family:"微软雅黑"
}
.rec_sec4_xian{
	width: 30px;
	height: 4px;
	margin-top: -3px;
	background: #004193;
}
.rec_sec4_con h5{
	font-size: 13px;
	color: #777;
	line-height: 24px;
	font-family: "微软雅黑";
	letter-spacing:1px;
}
.rec_sec4_btn{
	display: block;
	text-transform: uppercase;
	margin-top: 100px;
	color: #004193;
	font-size: 14px;
	font-family: 'rotissemisansstd-light';
}
.rec_sec4_btn img{
	width: 30px;
	margin-top: -5px;
}



.icon_box{
	width:50px;
	overflow:hidden;
	margin:0 auto;
}
.icon_box img{
	width:100%;
}



/*.rec_sec4_con h4{ position:relative; left:-50px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;}
.rec_sec4_con h4 span {
	font-size: 12px;
}
.rec_sec4_con h4 {
	text-align: left;
	margin-top: 60px;
	text-transform: uppercase;
}*/

.rec_sec4_con h4 {
        margin-top: 40px;
        text-transform: uppercase;
    }
    .rec_sec4_con h4 span {
        font-size: 14px;
        padding-left: 10px;
        color: #666;
        padding: 10px 40px;
    }
    .rec_sec4_con .view_more i {
        font-size: 16px;
        color: #666;
        margin-left: 10px;
    }
    .view_more:hover .fa{
        color: #fff;
    }
    .view_more:hover{
        background: #004193;
    }


/*reciurt*/


.product_sec_box .nr h6 {
    margin-top: 30px;
    text-transform: uppercase;
    text-align: right;
}
.product_sec_box .nr h6 span {
    font-size: 14px;
    padding-left: 10px;
    color: #666;
    padding: 10px 40px;
}
.product_sec_box .nr .view_more i {
    font-size: 16px;
    color: #666;
    margin-left: 10px;
}
.product_sec_box .view_more:hover .fa{
    color: #fff;
}
.product_sec_box .view_more:hover{
    background: #004193;
    color:#fff;
}




.common_bt h2{
	margin-top:0;
	margin-bottom:20px;
	font-size:24px;
	letter-spacing:2px;
	color:#004193;
}
.common_bt span{
	display:inline-block;
	width:40px;
	height:1px;
	background:#999;
	margin-bottom:10px;
	margin-right:10px;
}
.common_bt h4{
	font-size:15px;
	color:#666
}

.about_sec3_swipers{
	display: none;
}
.in_banner img{
	width: 100%;
}
.img_x{
	display: none;
}

/****新加1***/
.nav_box{
	position:relative;
}
.jiliang_box{
	position:absolute;
	left: -180px;
    top: 80px;
}


.jiliang_box .jiliang_list li {
	width:160px;
    cursor: pointer;
	margin-bottom:15px;
}

.jiliang_list li a{

	display: block;
    line-height: 46px;
    text-align: center;
    background: #e2e2e2;
    color: #333;
    border-left: #f7f7f7 2px solid;
    border-right: #f7f7f7 2px solid;
    font-size: 16px;
	font-weight:bold;
	letter-spacing:1px;
}
.jiliang_box .jiliang_list li:hover a{
background: #004193;
	color: #fff;

}

.mainbox4{
	width:66%;
	margin:0 auto;
}
.mainbox4 .hj_img{
	width:100%;
	overflow:hidden;
}
.mainbox4 .hj_img img{
	width:100%;
}
.mainbox4 .hj_img1{
	padding-top:30px;
}


.main3_info3 {
  position: absolute;
}
.more {
  width: 130px;
  height: 33px;
  border: 1px solid #dcd7d7;
  line-height: 33px;
  text-align: center;
  display: inline-block;
  float: right;
  transition:all 0.3s;
-moz-transition:all 0.3s;
-ms-transition:all 0.3s;
-o-transition:all 0.3s;
-webkit-transition:all 0.3s;
}
.more:hover{ background:#004193; color:#fff;transition:all 0.3s;
-moz-transition:all 0.3s;
-ms-transition:all 0.3s;
-o-transition:all 0.3s;
-webkit-transition:all 0.3s;}
.more:hover a{ color:#fff;transition:all 0.3s;
-moz-transition:all 0.3s;
-ms-transition:all 0.3s;
-o-transition:all 0.3s;
-webkit-transition:all 0.3s;}
.main3_titifno {
  margin-top: 28px;
  margin-bottom: 48px;
}


.totop {
  position: relative;
  letter-spacing: 2px;
  color: #000;
  margin-left: 88%;
  margin-bottom:50px;
}
.totop a{ color:#00551F;}

.index_sec1{}
.index_sec1_nav{ width:50%; margin:0 auto; height:600px; position:relative;}

/*新加2*/
.pro_fix{
	width: 10%;
	height: auto;
	position: fixed;
	top: 20%;
	left: 7%;
	line-height: 40px;
	z-index: 9999;
	border: 1px solid #E6E6E6;
	padding: 10px;
	cursor:pointer;
	background: #F7F7F7;
	display: none;
}
.pro_fix_top{
	position: relative;
	height: 40px;
	background: #004193;
	color: #fff;
	font-size: 16px;
	padding-left: 20px;
}
.pro_fix_top .pic_01{
	width: 30px;
    position: absolute;
    top: 8px;
    right: 15px;
}
.pro_fix_top .pic_02{
	width: 24px;
    position: absolute;
    top: 6px;
    right: 18px;
}
.pro_fix_lis{
	position: relative;
	height: auto;
	display:none;
}
.pro_fix_lis li{
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.pro_fix_lis li:hover a{
	color: #fff;
}
.pro_fix_lis li:hover{
	background: #004193;
}
.pro_fix_lis li:hover:before{
	background: #fff;
}
.pro_fix_lis li.active{
	background: #004193;
	color: #fff;
}
.pro_fix_lis li.active a{
	color: #fff;
}
.pro_fix_lis li:before{
	content: '';
	background: #000;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 5px;
	top: 0;
	bottom:0;
	margin:auto;
	border-radius: 50%;
}
.pro_fix_lis li a{
	color: #333;
	font-size: 14px;

}

.pro_fix_lis1 li a{
	font-weight:bold;
}


.about_sec4 .pagination2 .swiper-active-switch{
	background: #004193;
}
.imgry p {
    font-size: 16px;
    text-align: center;
}
.ryjt2 {
    background: url(../images/leftbtn1.png) no-repeat;
    background-size: cover;
    height: 39px;
    width: 39px;
    position: absolute;
    top: 24%;
    right: 0;
    z-index: 9999;
}
.ryjt1 {
    background: url(../images/leftbtn.png) no-repeat;
    background-size: cover;
    height: 39px;
    width: 39px;
    position: absolute;
    top: 24%;
    left: 0;
    z-index: 9999;
}
.rybox {
    margin-left: 15px;
    margin-right: 15px;
}

@media(max-width: 1700px) {
	.mainbox4{
		width:70%;
	}
	.pro_fix{
		width: 12%;
	}
}
 @media(max-width: 1500px) {
	.rec_sec1_box{
		width:76%;
	}
	.rec_sec1_left{
		padding-right:0;
	}
	.rec_sec3_box{
		width:76%;
	}
	.rec_sec4_box{
		width:90%;
	}
	.mainbox4{
		width:78%;
	}

}
@media(max-width: 1400px) {
.product_sec1 .tops_box {
	padding: 0 19px;
}
.rec_sec1_box{
		width:76%;
	}
	.rec_sec1_left{
		padding-right:0;
	}
	.rec_sec3_box{
		width:76%;
	}
	.rec_sec4_box{
		width:96%;
	}
	.rec_sec1_right{
		padding-left:0;
	}
	.pro_fix{
		width: 14%;
	}
}
@media(max-width: 1300px) {
.product_sec_box .nr {
	padding: 4%;
}
}
@media(max-width: 1200px) {
.about_sec1_nr h5.pads {
	margin-top: 0;
}
.new_sec1 .rights h4 {
	font-size: 14px;
	line-height: 22px;
}
.product_sec_box .nr {
	padding: 3%;
}
.product_sec1 .tops_box {
	padding: 0 40px;
}
.product_sec1 .tops_box .img {
	display: block;
	margin-bottom: 10px;
}
.pro_fix {
    width: 17%;
}



}
@media(max-width: 992px){

.about_sec3_swipers{
	display: block;
}
.about_sec3_swiper{
	display: none;
}
.rec_sec4_con {
    margin-bottom: 30px;
}
.pro_fix {
    width: 21%;
}



}



@media(max-width: 768px){
.about_sec2_right {
    width: 100%;
    height: auto!important;
    position: inherit;
    bottom: 0px; 
    right: 0; 
    margin: 57px 0 0;
    overflow: hidden;
}
.about_sec2_img{
	float: left;
	width: 33%;
}
.about_sec2_img:first-child+div{
	margin: 0 0.5%;
}
.about_sec2{
	margin-top: 80px;
}
.titles h3,.titles h4,.titles>div{
	text-align: center!important;
}
.about_sec2_title {
    margin: 0 auto;
}
.about_sec2 h5{
	text-align: center;
}
.contact_box1_left{
	width: 100%;
}
.contact_box1 {
    padding: 80px 0 0;
}
.contact_box2{
	padding: 0 15px;
}
.contact_box2_list{
	width: 100%!important;
}
.about_sec3s_swiper .arrow-right,.about_sec3s_swiper .arrow-left{
	top: 43%;
}
.new_sec2 .nr_box .lis{
	margin-bottom: 30px;
}
.newsdot_left h4 {
    padding-left: 34px;
}
.newsdot {
    margin-top: 120px;
}
.product_sec_box .nr_box{
	width: 80%;
}

.product_sec_box .nr {
    width: 87%;
}
.product_sec_box .num {
    width: 13%;
}
.product_sec_box .nr h3 {
    font-size: 18px;
    margin: 7px 0 7px 0;
}
.product_sec_box .nr h4 {
    line-height: 21px;
}
.product_sec_box .btns {
    margin-top: 5px;
}
.contact_box1_right h2{
	margin-bottom: 0;
	margin-top: 30px;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 20px;
}
.contact_box3_lx .input1{
	margin-bottom: 8px;
}
.contact_box2_list h3{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0;
}
.common_bt h4{
	font-size: 13px;
}
.contact_box2_list p{
	line-height: 20px;
}
.contact_box2_list ul li .biaoti{
	font-size: 14px;
}
.rec_sec1_right{
	font-size: 13px;
	line-height: 20px;
}
.zpnrbodynrsz{
	font-size: 13px;
}
.new_sec3_con h5{
	font-size: 13px;
	line-height: 20px;
}
.new_sec4_text h3{
	font-size: 14px;
}
.new_sec4_text h5{
	font-size: 13px;
	line-height: 20px;
}
.newsdot_right h4{
	font-size: 13px;
	line-height: 20px;
}
.newsdot_bot a{
	font-size: 13px;
}
.product_sec_box.product_sec_boxs{
	margin-top: 0;
}
.product_sec_box{
	margin-top:60px;
	overflow: hidden;
}
.product_list_sec1 .tops h4{
	font-size: 16px;

}
.product_list_sec1 .tops h3{
	font-size: 20px;
}
.product_list_sec1 .tops .nr{
	font-size: 13px;
	line-height: 20px;
	text-align: left;
}
.product_list_lb ul li a{
	font-size: 14px;
	line-height: 38px;
	height: 38px;
}
.product_list_titles span{
	font-size: 14px;
}
.product_list_box .xing{
	margin: 5px 0;
}

.preview .arrow-leftA {
    left: -3px;
}
.preview .arrow-rightA {
    right: -3px;
}
.preview .swiper-container {
    width: 90%;
    margin: 0 5% 0 5%;
}
.new_sec3_con {
    width: 100%;
	margin:0 auto;
	float: none;
	overflow: hidden;
	margin-left: 15px;
}
.new_sec3 .row{
	margin-left: 0;
	margin-right: 0;
}





.produ_fix{
	width: 100%;
	height: auto;
	line-height: 40px;
	z-index: 9999;
	border: 1px solid #E6E6E6;
	padding: 10px;
	cursor:pointer;
	background: #F7F7F7;
	display: none;

}
.produ_fix{
	overflow: hidden;
	margin-bottom: 20px;
}
.produ_fix_all{
	position: relative;
	width:49%;
	float: left;
}
.produ_fix_top{
	position: relative;
	height: 40px;
	background: #004193;
	color: #fff;
	font-size: 14px;
	padding-left: 10px;	
}

.produ_fix_alltwo{
	margin-left: 2%;
}
.produ_fix_top .pic_01{
	width: 30px;
    position: absolute;
    top: 8px;
    right: 5px;

}

.produ_fix_top .pic_02{
	width: 24px;
    position: absolute;
    top: 6px;
    right: 10px;
}
.produ_fix_lis{
	position: relative;
	height: auto;
	display:none;
}
.produ_fix_lis li{
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.produ_fix_lis li:hover a{
	color: #fff;
}
.produ_fix_lis li:hover{
	background: #004193;
}
.produ_fix_lis li:hover:before{
	background: #fff;
}
.produ_fix_lis li.active{
	background: #004193;
	color: #fff;
}
.produ_fix_lis li.active a{
	color: #fff;
}
.produ_fix_lis li:before{
	content: '';
	background: #000;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 5px;
	top: 0;
	bottom:0;
	margin:auto;
	border-radius: 50%;
}
.produ_fix_lis li a{
	color: #333;
	font-size: 14px;

}

.produ_fix_lis1 li a{
	font-weight:bold;
}

.product_list_sec1 .tops {
    width: 100%;
    height: auto;
    padding: 100px 30px;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
}
.product_list_sec1 .tops {
    padding-right: 30%;
}





}


@media(max-width:600px){
	.product_sec_box .nr_box {
    	width: 100%;
    	position: inherit;
    	top: 0px;
	}
}



@media(max-width:500px){
	.newsdot_left h4 {
	    padding-left: 0px;
	}
	.product_sec_box .nr_box {
    	width: 100%;
    	position: inherit;
    	top: 0px;
	}
	.img_x {
   	 	display: block;
    	float: left;
    	width: 66px;
	}
	.product_list_sec1 .imgs{
		display: none;
	}
	.product_list_sec1 .tops {
	    width: 100%;
	    height: auto;
	    padding: 106px 30px;
	    background: #fff;
	    position: relative;
	    margin-bottom: 30px;
	}


}



@media(max-width: 375px){
.about_sec1 {
    margin-top: 50px;
}
.about_sec2 h6{
	line-height: 20px;
	font-size: 13px;
}
.about_sec1_nr h5.pads {
    line-height: 22px;
    font-size: 14px;
}
.about_sec2 {
    margin-top: 50px;
    padding: 50px 0 30px;
}
.titles h3 {
    font-size: 16px;
    line-height: 20px;
}
.titles h4 {
    font-size: 20px;
}
.about_sec3{
	margin-top: 50px;
	margin-bottom: 30px;
}
.about_sec4_zhe1{
	width: 100%;
}
.about_sec4_left{
	width: 100%;
	padding: 50px 10px;
}
.about_sec2_title{
	font-size: 18px;
}
.about_sec2 h5{
	font-size: 18px;
}
.about_sec3_box .box{
	margin-bottom: 30px;
}
.about_sec4_right{
	padding:0 0 30px;
	width: 100%;
}
.contact_box1,.contact_box2{
	padding: 50px 0 0;
}
.contact_box3_lx .btn1 {
    margin-top: 10px;
}
.contact_box2 .container{
	padding: 0 0 50px;
}
.contact_box2{
	padding-left:15px;
	padding-right:15px;
}
.common_bt h2 {
    font-size: 20px;
}
.in_banner{
	margin-top: 56px;
}
.rec_sec1 {
    padding: 50px 0 50px;
}
.rec_sec1_box {
    width: 100%;
    padding: 0 15px;
    margin-top: -15px;
}
.rec_sec1_left{
	font-size: 16px;
    -moz-background-size:8%;
    -webkit-background-size:8%;
    -o-background-size:8%;
	background-size:8%;
    padding-top: 10px;
}
.rec_sec1_list li:first-child{
	border-left: 0!important;
}
.rec_sec1_list li:last-child{
	border-right: 0!important;
}
.rec_sec1_list li h5{
	font-size: 12px;
}
.rec_sec2{
	padding: 50px 0;
}
.rec_sec2_text h3 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 24px;
}
.rec_sec2_text h4 {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
    margin-top: 15px;
}
.rec_sec2_btn {
    letter-spacing: 1px;
    margin: 30px auto 0;
}
.rec_sec2_text {
    width: 100%;
    padding: 0 15px;
}
.rec_sec3 {
    margin-top: 50px;
}
.rec_sec3_box {
    width: 100%;
    padding: 0 15px;
}
.rec_sec3_right h5 {
    line-height: 22px;
    margin-top: 20px;
}
.rec_sec4 {
    margin: 50px 0 20px;
}
.rec_sec4_box {
    width: 100%;
    padding: 0 15px;
}
.rec_sec4_con {
    padding: 1px 15px 20px;
}
.rec_sec4_con h3 {
    margin: 30px 0 30px 0;
}
.rec_sec4_con h4 {
    margin-top: 30px;
}
.jobdot {
    width: 100%;
    margin: 80px auto 50px;
    padding: 0 15px;
}
.jobtopcon_tit{
	font-size: 14px;
}
.jobconleft p:first-child{
	font-size: 14px!important;
}
.jobconleft p {
    line-height: 20px;
    font-size: 13px!important;
}
.scwjz {
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 10px;
}
.test {
    width: 70%;
}
.InputButton{
	width: 30%;
	padding: 3px 0;
}
.new_sec1 {
    padding: 50px 0 50px;
}
.new_sec1_left h3 {
    font-size: 14px;
    line-height: 24px;
}
.new_sec1_right h4{
	font-size: 13px;
	line-height: 20px;
}
.new_sec2 .nr {
    font-size: 13px;
}
.new_sec2 .nr_box h4 {
    font-size: 14px;
}
.new_sec3 {
    padding: 50px 0 0 0;
}
.new_sec3_con {
    width: 100%;
    padding: 30px 15px;
     float: inherit; 
     margin: 0 auto;
}
.new_sec3_con.row{
	margin-left: 0;
	margin-right: 0;
}
.new_sec3_con h6 {
     margin-top: 0px;
     font-size: 16px; 
}
.new_sec3_con h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0 10px;
}
.new_sec3_box {
    margin-bottom:50px;
}
.new_sec4{
	margin: 50px 0 0;
	padding: 50px 0;
}
.new_sec4_text {
    padding: 15px;
}
.newsdot {
    margin-top: 106px;
}
.newsdot_left {
    width: 100%;
    overflow: hidden;
}
.newsdot_left h4 {
     padding-left: 0px; 
     width: 50%;
     float: left;
}
.newsdot_left h4 span {
    display: inline;
}
.newsdot_left h4{
	margin: 0;
}
.newsdot_right {
    width: 100%;
    padding-left: 0px; 
}
.newsdot_sectit {
    margin-bottom: 10px;
    font-size: 14px;
    margin-top: 15px;
}
.newsdot_bot {
    margin-top: 25px;
}
.product_sec1 {
    width: 100%;
	padding: 0 15px;
    margin-top: 50px;
}
.product_sec_box .nr_box {
    width: 100%;
    position: inherit;
    top: 0px;
}
.product_sec_box .nr h3 {
    font-size: 14px;
}
.product_sec_box .nr h4 {
    display:-webkit-box;
  	-webkit-box-orient:vertical;
  	-webkit-line-clamp:3;
  	overflow:hidden; 
	text-overflow:ellipsis;
    line-height: 20px;
    font-size: 13px;
}
.product_sec1{
	margin-bottom: 50px;
}
.nr_box.left .nr{
	padding-left: 15px;
}
.product_list_sec1{
	padding-top: 50px;
	padding-bottom: 30px;
}
.product_list_sec1 .tops {
    padding: 20px 0px;
}
.product_list_sec1 .imgs{
	display: none;
}
.img_x{
	display: block;
	float: left;
	width: 66px;
}
.product_list_lb {
    width: 100%;
    overflow-x: scroll;
}
.product_list_lb ul{
	width: 456px;
}
.product_list_sec1 .col-xs-6{
	width: 100%;
}
.product_list_box {
    padding: 30px 0;
}




}

.searchUl{ overflow:hidden; margin:80px auto 0;}
.searchUl li{ border-bottom:1px dashed #ccc; padding:20px 0; overflow:hidden;}
.searchUl li>i{ display:inline-block; float:left; width:10%; background:#004193; color:#fff; font-size:14px; line-height:32px; text-align:center; font-style:normal;}
.searchUl li a{ margin-left:4%; display:block; float:left; width:86%; line-height:32px;}
.searchUl li a h3{ color:#333; font-size:15px; font-weight:bold; width:70%; height:32px; line-height:32px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin:0; float:left;}
.searchUl li span{ float:right; width:20%; text-align:right; color:#005bbb;} 
.searchUl li span>i{ font-size:16px; margin-left:10px;}
.searchMoreD{margin:80px auto; overflow:hidden; }
.searchMore{ display:inline-block; padding:0 60px; height:40px; line-height:40px; background:#004193; color:#fff; font-size:14px;letter-spacing:2px;}
.searchShow{ display:none;}
.searchShow .searchUl{ margin:0 auto;}


