.w1200{
	width: 1200px;
	margin:0 auto;
}
.top{
	line-height: 44px;
	background: #f1f1f1;
}
.top_center{
	padding:0 30px;
}
.welcome{
	float: left;
}
.welcome p{
	font-size: 16px;
	color: #505050;
}
.welcome p span{
	color: #c30e24;
}
.top_right{
	float: right;
}
.company_add a{
	display: block;
	font-size: 14px;
	color: #6e6e6e;
}
.company_add i{
	padding-right: 8px;
}
.company_add{
	
	float: left;
	padding-right: 10px;
}
.language{
	border-right: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
	width: 127px;
	text-align: center;
	float: right;
}
.language select{
	background:none;
}
.headtwo{
	padding:22px 0;
}
.headtwo_center{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.work_hours p{
	font-size: 13px;
	color:#a4a4a4;
	text-transform:uppercase;
}
.work_hours img{
	padding:10px 0;
}
.tel{
	padding-top: 15px;
}
.tel p{
	color: #a4a4a4;
	font-size: 18px;
}
.tel i{
	padding-right: 7px;
	color: #787878;
	font-size: 42px;
	vertical-align: middle;
	display: inline-block;
}
.tel_right{
	display: inline-block;
	vertical-align: middle;
}
.tel span{
	font-size: 24px;
	color: #000;
	font-weight: bold;
}
.nav{
	float: left;
	padding-left: 20px;
}
.search{
	float: right;
	padding-top: 19px;
}
.search input{
	float: left;
	font-size: 14px;
	color: #333;
	background: #fff;
	width: 184px;
	line-height: 28px;
	padding:0 10px;
}
.search button{
	float: left;
	background: #3b4364;
	width: 33px;
	line-height: 28px;
	text-align: center;
}
.search button i{
	color: #fff;
	font-size: 17px;
}
.navline{
	position: relative;
	background: #6f7796;
}
.nav li{
	float: left;
	line-height: 65px;
	
}
.nav li a{
	padding:0 30px;
	text-transform:uppercase;
	display: block;
	font-size: 15px;
	color: #fff;
}
.nav li img{
	vertical-align: middle;
}
.logo{
	padding-left: 30px;
}
.banner_btn{
	text-align: center;
	font-size: 15px;
	color: #aaaaaa;
	line-height: 52px;
	background: #cecece;
	font-weight: bold;
	text-transform:uppercase;
}
.banner_btn i{
	padding-right: 10px;
	font-size: 30px;
	vertical-align:sub;
	color: #9c9c9c;
}
.insafety_info{
	padding-bottom:40px;
}
.insafety_info_tit{
	text-align: center;
	padding:26px 0;
}
.insafety_info_tit h3{
	font-size: 38px;
	color: #0b0920;
	padding-bottom: 7px;
	font-weight: bold;
}
.insafety_info_tit p{
	font-size: 14px;
	color: #8e8e8e;
}
.safrty_table{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.safrtyt_left{
	width: 49%;
}
.safrtyt_right{
	width: 49%;
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.safrtyt_left_stand h3{
	font-size: 30px;
	color: #1b3183;
	font-weight: bold;
}
.safrtyt_left_stand p{
	font-size:22px;
	color: #3d4d93;
	padding:22px 0 30px;
}
.more{
	width: 170px;
	line-height: 46px;
	background: #6b79ba;
	position: relative;
}

.more a{
	display: block;
	font-size: 16px;
	color: #fff;
	text-transform:uppercase;
	text-align: center;
	position:relative;
	z-index:3;
}
.more::before{
	content: "";
	 position: absolute;
	 z-index: 0;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 background: #b10925;
	 -webkit-transform: scaleX(0);
	 transform: scaleX(0);
	 -webkit-transform-origin: 0% 100%;
	 transform-origin: 0% 100%;
	 -webkit-transition-property: transform;
	 transition-property: transform;
	 -webkit-transition-duration: 0.5s;
	 transition-duration: 0.5s;
	 -webkit-transition-timing-function: ease-out;
	 transition-timing-function: ease-out;
}
.more:hover::before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.safrtyt_left_stand{
	background: #1b3183;
	padding:33px 45px;
}
.safrtyt_left_stand_in{
	background: #929ecb;
	padding:25px 30px;
}
.resources{
	background: #e0e0e0;
	padding:45px 30px;
	height: 48%;
}
.resources_icon{
	float: left;
	padding-top: 44px;
}
.resources_icon i{
	font-size: 100px;
	color: #fff;
	display: block;
	background: #6f7796;
	width: 193px;
	line-height: 193px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.resources_right{
	float: right;
	width: 313px;
}
.resources_right h3{
	font-size:30px;
	color: #000;
	font-weight: bold;
}
.resources_right p{
	font-size: 20px;
	padding: 22px 0 30px;
	color: #a0a0a0;
}


.resources_right_in {
	padding-left: 30px;
}
.indownload{
	padding:45px 30px;
	position: relative;
	background: #e0e0e0;
	height: 49%;
}
.indownload_right{
	float: right;
	width: 320px;
	float: right;
}
.indownload_right h3{
	font-size:30px;
	color: #000;
	font-weight: bold;
	text-transform:uppercase
}
.indownload_right p{
	font-size: 20px;
	padding: 22px 0 30px;
	color: #a0a0a0;
}

.indownload_left{
	position: absolute;
	left:30px;
	bottom:0;
}
.inproduct{
	padding-top: 25px;
}
.inproduct_tit{
	border-bottom: 1px solid #dedede;

}
.product_list{
	padding-top: 35px;
	padding-bottom: 25px;
}
.product_list li{
	width: 25%;
	float: left;
	padding:1%;
	text-align: center;
}
.product_list li a{
	display: block;
	padding:20px 20px 35px;
	background: #fff;
	border:1px solid #fff;
}
.product_list li:hover a{
	border:1px solid #474747;
}
.product_list li figcaption{
	padding-top: 20px;
}
.product_list li figcaption h3{
	font-size: 20px;
	color: #121e4c;
	text-transform:uppercase;
	font-weight: bold;
	padding:15px 0 13px;
}
.product_list li figcaption p{
	font-size: 15px;
	color: #9e9e9e;
	overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
.footer article{
	background: #f0f0f0;
	padding:20px 0 ;
}
.footer aside{
	background: #dedede;
	font-size: 14px;
	color: #525252;
	line-height: 48px;
}
.footer_center{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.foot_tit{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-transform:uppercase;
	padding-bottom: 15px;
}
.foot_nav{
	padding-top: 20px;
}
.foot_nav li{
	float: left;
	padding:0 23px;
}
.foot_nav li a{
	display: block;
	font-size: 14px;
	color: #5d5d5d;
	line-height: 28px;
	padding-left: 20px;
	position: relative;
}
.foot_nav li a:hover{
	color:#B00D22;
}
.foot_nav li a::before{
	content: "";
	width: 6px;
	height: 7px;
	background: #737f95;
	position: absolute;
	left:5px;
	top:12px;
}
.email_add input{
	float: left;
	line-height: 38px;
	padding:0 10px;
	width: 223px;
	background: none;
}
.email_add button{
	float: right;
	cursor: pointer;
	width: 45px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #fff;
}
.email_add button i{
	color: #2d2d2d;
	font-size: 22px;
}
.email_add{
	border:1px solid #c3c3c3;
}
.foot_contact{
	padding-top: 20px;
}
.foot_contact p{
	padding-top: 10px;
	font-size: 13px;
	color: #2e2e2e;
}
.follow{
	padding-top: 15px;
}
.follow h3{
	font-size: 16px;
	color: #000;
	text-transform:uppercase;
	font-weight: bold;
}
.inmain{
	background: url("../images/inmainbg.jpg") center top no-repeat;
}
.brand{
	padding:25px 0;
}
.brand a{
	text-transform:uppercase;
	font-size: 14px;
	color: #8e8e8e;
}
.brand span{
	text-transform:uppercase;
	color: #6f7796;
	font-size: 14px;
	font-weight: bold;
}
.about_tit{
	border-bottom: 1px solid #b2b2b2;
	padding:13px 0;
}
.about_tit h3{
	font-size: 32px;
	color: #0b0920;
	font-weight: bold;text-transform:uppercase;
}
.about_page{
	padding: 20px 0 100px;
}
.about_info{
	padding:10px;
	font-size: 15px;
	color: #3b3b3b;
	line-height: 3.1;
}
.product_tit{
	font-size: 32px;
	color: #0b0920;
	padding-bottom: 18px;
	border-bottom: 1px solid #b2b2b2;
	font-weight: bold;
	text-transform:uppercase;
}
.product_page{
	padding-top: 25px;
}
.product_page aside{
	width: 237px;
	float: left;
}
.product_page aside li{
	line-height: 41px;
	margin-bottom: 10px;
	text-align: center;
	background: #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-transform:uppercase;
	
}
.product_page aside li a{
	font-size: 14px;
	color: #b2b2b2;
	font-weight: bold;
	display: block;
	padding:0 10px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
-webkit-transition:ease-in-out .3s;
-moz-transition:ease-in-out .3s;
-ms-transition:ease-in-out .3s;
transition:ease-in-out .3s;
}
.product_page aside li a:hover{
	background:#40529c;
	color:#fff;
}
.product_page aside li.sub01{
	background: #6f7796;
}
.product_page aside li.sub01 a{
	color: #fff;
}
.product_page article{
	width: 880px;
	float: right;
}
.product_list2{
	padding-top: 0;
}
.product_list2 li{
	width: 33.33%;
}
.newspic{
	float: left;
	width: 360px;
}
.news_right{
	padding-top: 3px;
	width: 800px;
	float: right;
}
.newslist li{
	padding:55px 0;
	border-bottom: 1px solid #ccc;
}

.news_it1 span{
	font-size: 18px;
	color: #010000;
	position: relative;
}
.news_it1 span::after{
	content: "";
	width: 40px;
	height: 1px;
	background: #000;
	position: absolute;
	right:-50px;
	top:12px;
}
.news_it2{
	padding-top: 28px;
}
.news_it2 h3{
	font-size: 23px;
	color: #010000;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-bottom: 15px;
-webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
.news_it2 p{
	font-size: 16px;
	color: #535353;
	overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
.news_it2 span{
	display: block;
	padding-top: 25px;
	font-size: 14px;
	color: #6a6666;
}
.news_it2 span i{
	font-size: 20px;
	padding-right: 7px;
}
.about_tit{
	position: relative;
}
.news_tab{
	position:absolute;
	right:0;
	bottom:15px;
	font-size: 14px;
	color: #b6b6b6;
}
.news_tab a{
	padding:0 10px;
	font-size: 14px;
	color: #b6b6b6;
}
.news_tab a.news_sub{
	color: #6f7796;
}
.newsinfo_tit{
	text-align: center;
}
.newsinfo_tit h3{
	font-size: 26px;
	color: #545454;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform:uppercase;
}
.newsinfo_tit p{
	font-size: 16px;
	color: #888;
	text-transform:uppercase;
}
.news_info{
	padding-top: 66px;
}
.newsin_part{
	font-size: 16px;
	color: #888;
	line-height: 2.2;
	padding-top: 30px;
}
.newsin_part p{
	font-size: 16px;
	color: #888;
	line-height: 2.2;
}
.newsin_link{
	text-align: right;
	padding-top: 50px;
}
.newsin_link a{
	display: block;
	font-size: 15px;
	color: #888;
	line-height: 2;
	float:left;
}
.newsin_link a:last-child{
	float:right;
}
.newsin_link a:hover{
	color:#B00D25;
}
.newslist li:hover .news_it2 h3{
	-webkit-transform: translateX(14px);
    -moz-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
	color:#40529c;
	font-weight: bold;
}
.contact_it1{
	padding-top: 72px;
	text-align: center;
	padding-bottom: 50px;
	border-bottom: 1px solid #cdcdcd;
}
.contact_it1 h3{
	font-size: 35px;
	color: #000000;
	font-weight: bold;
	text-transform:uppercase;
	position: relative;
	padding-bottom: 20px;
}
.contact_it1 h3::after{
	content: "";
	width: 64px;
	height: 6px;
	position: absolute;
	left:50%;
	margin-left: -32px;
	bottom:0;
	background: #6f7796;
}
.contact_it1 p{
	font-size: 21px;
	color: #000;
	text-transform:uppercase;
	padding:28px 0 6px;
}
.contact_it1 h2{
	font-size: 48px;
	color: #14328e;

}
.contact_it2{
	padding-top: 35px;
}
.address{
	width: 380px;
	float: left;
}
.address li{
	padding-bottom: 25px;
}
.address li i{
	width: 48px;
	line-height: 53px;
	text-align: center;
	border:1px solid #6f7796;
	font-size: 30px;
	color: #6f7796;
	display: inline-block;
	vertical-align: top;
}
.add_right{
	display: inline-block;
	vertical-align: top;
	padding-left: 25px;
}
.add_right span{
	color: #1a1a1a;
	font-size: 20px;
	display: block;
	padding-bottom: 6px;
}
.add_right p{
	font-size: 14px;
	color: #555;
}
.message{
	width: calc(100% - 450px);
	float: right;
}
.message p{
	font-size: 13px;
	padding-bottom: 23px;
}
.message ul{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.message li{
	width: 48%;
	padding-bottom: 10px;
}
.message li label{
	display: block;
	font-weight: bold;
	color: #000;
	font-size: 13px;
	line-height: 2;
}
.message li input{
	line-height: 40px;
	width: 100%;
	border:1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding:0 10px;
}
.message li.text{
	width: 100%;
}
.message li.text textarea{
	padding:0 10px;
	line-height: 40px;
	width: 100%;
	border:1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	height: 166px;
}
.message button{
	margin-top: 15px;
	width: 200px;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
	text-transform:uppercase;
	background: #da8d35;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.message button:hover{
	background: #6f7796;
}
.protail_right{
	width: 310px;
	float: right;
}
.protail_name h3{
	font-size: 35px;
	color: #2a2d39;
	font-weight: bold;
}
.share2{
	padding:13px 0;
	font-size: 15px;
	color: #b4b4b4;
	font-weight: bold;
	text-transform:uppercase;
} 
.share2 i{
	font-size: 18px;
	padding-right: 15px;
	font-weight: normal;
	color: #858585;
}
.word_pdf{
	width: 145px;
	line-height: 33px;
	background: #8185a8;
	text-align: center;
}
.word_pdf a{
	display: block;
	font-size: 14px;
	text-transform:uppercase;
	color: #fff;
}
.message2{
	padding-top: 18px;
}
.message2 h3{
	padding-bottom: 15px;
	font-size: 17px;
	color: #868485;
	text-transform:uppercase;
}
.message2_in{
	background: #8185a8;
	padding:25px 17px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.message2 ul li{
	background: #fff;
	margin-bottom: 15px;
}
.message2 ul li input{
	line-height: 40px;
	padding:0 10px;
	font-size: 14px;
	color: #333;
	float: left;
	width: 235px;
}
.message2 ul li label{
	float: right;
	text-align: right;
}
.message2 ul li i{
	font-size: 17px;
	line-height: 40px;
	padding-right: 10px;
	color: #918b8b;
}
.message2 ul li textarea{
	line-height: 40px;
	padding:0 10px;
	font-size: 14px;
	color: #333;
	float: left;
	height: 100px;
	width: 235px;
}
.message2 button{
	background: #ebcb80;
	width: 100%;
	cursor: pointer;
	line-height: 45px;
	text-align: center;
	font-size: 15px;
	color: #fff;
}
.protail_info_tit h3{
	font-size: 18px;
	color: #535353;
	width: 170px;
	line-height: 62px;
	font-weight: bold;
	height: 63px;
	background: #fff;
	text-align: center;
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}
.protail_info{
	padding-top: 43px;
}
.protail_info_tit{
	height: 62px;
	border-bottom: 1px solid #d6d6d6;
}
.protail_info_part{
	font-size: 14px;
	color: #535353;
	line-height: 2;
	padding:20px;
}
.nav2{
	position: absolute;
	left:0;
	top:65px;
	width: 100%;
	padding:25px 0;
	background: #fff;
	z-index: 9;
	display: none;
}
.nav2_left{
	padding-left: 20px;
	display:inline-block;
	vertical-align: top;
	text-align: left;
}
.nav2_img{
	display: inline-block;
	vertical-align: top;
	padding:0 50px;
	position: relative;
}
.nav2_img::after{
	content: "";
	width: 1px;
	height: 180px;
	background: #d6d6d6;
	position: absolute;
	right:0;
	top:10px;
}
.nav2_center{
	text-align: center;
}
.nav2_tit{
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 10px;
	color: #000;
	font-weight: bold;
	text-transform:uppercase;
}
.nav li .nav2_list a{
	line-height: 30px;
	color: #4d4d4d;
	font-size: 14px;
	display: block;
	vertical-align: top;
	padding:0;
	-webkit-transition: ease .3s;
	-o-transition: ease .3s;
	transition: ease .3s;
}
.nav li .nav2_list a:hover{
	color:#40529c;
	-moz-transform:scale(1.1) translateX(7px);
	-webkit-transform:scale(1.1) translateX(7px);
	-ms-transform:scale(1.1) translateX(7px);
	transform:scale(1.1) translateX(7px);
}
.nav li .nav2_list dd{
	float: left;
	padding-right: 45px;
}
.nav li.sub_nav{
	background:#40529c;
}
.banner .swiper-pagination-bullet{
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background: #6b79ba;
}
.protail_phone{
	display: none;
}
.menu{
	display: none;
}
.menu_down{
	display: none;
}
#st-1.st-hidden{
	padding-top:20px;
	opacity:1!important;
}
.proimg{
	height:322px;
	overflow:hidden;
}
.proimg::before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	height:100%;
	margin-right:-.4em;
}
.proimg img{
	display:inline-block;
	vertical-align:middle;
}
