@charset "utf-8";
/*全局控制*/
*{box-sizing: border-box;}
body{margin:0;padding:0;font-size:12px;line-height:22px;font-family:"微软雅黑"; color:#565656;-webkit-text-size-adjust:none;}
html,body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
img{border:0; vertical-align:bottom;}ul,li{list-style:none;}
.cen_w{width: 1200px;margin: auto;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}
.dis{display:block;}.undis{display:none;}
a{text-decoration:none;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}
/*头部区域*/
.header{
	width: 100%;
	padding: 18px 0 18px 0;
	position: relative;
}
.nav{
	width: 100%;
	position: absolute;
	height: 90px;
	background: rgba(255,255,255,0.5);
	bottom: -90px;
	left: 0;
	z-index: 9999;
	padding-top: 38px;
}
.nav li{
	height: 50px;
	line-height: 17px;
	font-size: 17px;
	color: #FFFFFf;
	text-align: center;
	float: left;
	cursor: pointer;
	margin-left: 48px;
	padding-left: 48px;
	position: relative;
}
.nav li:hover span{
	color: #e40909;
}
.nav li:after{
	    content: " ";
    position: absolute;
    width: 1px;
    height: 12px;
        right: -45px;
    top: 4px;
    background-color: #fff;
}
.nav li:first-child{
	border: none;
	padding-left: 0;
	margin-left: 0;
}
.nav li .shan{
	width: 241px;
	position: absolute;
	top: 52px;
	left: 0;
	border-top: 3px solid #e40909;
	padding-top: 10px;
	background: rgba(255,255,255,0.7);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.8s ease;
	-webkit-transition: opacity 0.8s ease;
}
.nav li:hover .shan{
	opacity: 1;
	visibility: visible;
}
.nav li:hover .shan1{
	opacity: 1;
	visibility: visible;
}
.nav li .shan div{
	width: 100%;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #FFFFF0;
	color: #333;
	padding-left: 50px;
    position: relative;
    text-align: left;
}
.nav li .shan div i{
	font-size: 24px;
    color: #e40909;
    position: absolute;
    right: 22px;
    top: 16px;
}
.nav li .shan div:hover{
	background: #e40909;
	color: #FFFFFF;
}
.nav li .shan div:hover i{
	color: #FFFFFF!important;
}
.nav li .shan1{
	width: 1200px;
	position: absolute;
	top: 52px;
	left: -442px;
	border-top: 3px solid #e40909;
	padding: 20px;
	background: rgba(255,255,255,0.7);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.8s ease;
	-webkit-transition: opacity 0.8s ease;
}
.nav li .shan1 div{
	width: 21%;
    float: left;
    border: none;
    padding: 6px;
    margin: 1% 2%;
    cursor: pointer;
}
.nav li .shan1 div img{
	width: 100%;
}
.nav li .shan1 div p{
	width: 100%;
	line-height: 28px;
	text-align: center;
	background: #333333;
	color: #FFFFFF;
	font-size: 16px;
}
.nav li .shan1 div:hover p{
	background: #e40909;
}


.ss{
	width: 26px;
	height: 26px;
	margin-left: 50px;
	margin-top: -3px;
	cursor: pointer;
}
.ss img{
	width: 100%;
	height: 100%;
}
.logo{
	padding-top: 10px;
}
.head_qh{
	padding-top: 20px;
}
.head_qh li{
	width: 38px;
	height: 35px;
	color: #6a6a6a;
	background: #c8c8c8;
	font-size: 15px;
	text-align: center;
	line-height: 35px;
	float: left;
	margin-left: 8px;
	cursor: pointer;
}
.qh{
	color: #FFFFFF!important;
	background: #de706f!important;
}
.dh{
	margin-right: 60px;
}
.dh p:nth-child(1){
	font-size: 16px;
	color: #333333;
}
.dh p:nth-child(2){
	font-size: 31px;
	color: #c7000a;
	line-height: 42px;
}
.banner{
	width: 100%;
}
.wrap1{
	margin-top: -97px;
	position: relative;
	z-index: 9999;
}
.wrap1_1{
	width: 100%;
	height: 97px;
	background: url(../images/index1.png) no-repeat;
	background-size: 100% 100%;	
}
.wrap1_2{
	width: 100%;
	height: 217px;
	box-shadow: 2px 2px 20px #888888;
}
.wrap2{
	padding: 110px  0 0 0;
}
.biao{
	width: 500px;
	height: 73px;
	margin: auto;
	background: url(../images/index2.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
}
.biao1{
	font-size: 34px;
	font-weight: bold;
	line-height: 0px;
}
.biao2{
	font-size: 21.5px;
	color: #cccccc;
	line-height: 25px;
	margin-top: 52px;
}
.wrap2_block{
	width: 100%;
	background: #e40909;
	padding: 30px 12px 38px 34px;
	margin-top: 135px;
	position: relative;
}
.wrap2_img{
	width: 510px;
	height: 343px;
	position: absolute;
	left: 34px;
	top: -70px;
}
.wrap2_img img{
	width: 100%;
	height: 100%;
}
.wrap2_con{
	width: 53%;
	font-size: 14px;
	line-height: 32px;
	color: #FFFFFF;
}
.wrap2_con1{
	height: 192px;
	overflow: hidden;
}
.wrap2_anniu{
	width: 203px;
	height: 54px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	line-height: 54px;
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}
.wrap3{
	padding: 110px 0 0 0;
}
.wrap3_block{
	padding: 68px 0 120px 0;
}
.wrap3_left{
	width: 382px;
	height:550px;
	background: #eeeeee;
	box-shadow: 2px 2px 20px #888888;
}
.wrap3_left img{
	width: 100%;
	height: 249px;
}
.wrap3_left1{
	text-align: center;
	font-size: 24px;
	color: #333333;
	line-height: 68px;
	font-weight: bold;
}
.wrap3_left2{
	font-size: 14px;
	color: #666666;
	width: 75%;
	margin: auto;
	line-height: 28px;
	height: 112px;
	overflow:hidden;
}
.wrap3_left3{
	width: 203px;
	height: 54px;
	line-height: 54px;
	border: 1px solid #e40909;
	text-align: center;
	font-size: 16px;
	color: #e40909;
	margin: 40px auto;
	cursor: pointer;
}
.wrap3_right{
	width: 65%;
	height: 300px;
}
.wrap3_list{
	width: 249px;
	margin-right: 16px;
	margin-bottom: 28px;
	cursor: pointer;
}
.wrap3_list:nth-child(3n){
	margin-right: 0;
}
.wrap3_list img{
	width: 100%;
	height: 150px;
}
.wrap3_list1{
	width: 100%;
	line-height: 58px;
	font-size: 16px;
	color: #333333;
	padding-left: 10px;
}
.wrap3_list2{
	width: 100%;
	font-size: 13px;
	color: #a5a5a5;
	padding-left: 10px;
	height: 44px;
	overflow: hidden;
}
.wrap4{
	padding: 0 0 85px 0;
}
.wrap4_kuai{
	height: 460px;
	margin-top: 50px;
	background: url(../images/index3.jpg) no-repeat;
	background-size: 1200px 460px;
	position: relative;
}
.wrap4_zi1p{
	font-size: 17px;
	color: #e40909;
	font-weight: bold;
}
.wrap4_zi2p{
	font-size: 14px;
	color: #666666;
	width: 388px;
	margin-top: 8px;
}
.wrap4_zi1{
	position: absolute;
	top: -0.5%;
    left: 7%;
}
.wrap4_zi2{
	position: absolute;
	top: 0%;
    right: -2%;
}
.wrap4_zi3{
	position: absolute;
	bottom: 9%;
    left: 7%;
}
.wrap4_zi4{
	position: absolute;
	bottom: 9%;
    right: -2%;
}
.wrap5{
	width: 100%;
	background: #f3f3f3;
	padding: 80px 0 54px 0;
}
.wrap5_kuai{
	padding: 66px 0 44px 0;
}
.wrap5_left{
	width: 573px;
    height: 460px;
	position: relative;
}
.wrap5_left img{
	width: 100%;
	height: 100%;
}
.hkk{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 98px;
	background: rgba(0,0,0,0.5);
	padding: 22px 20px;
}
.hkk1{
	font-size: 16px;
	color: #FFFFFF;
	height: 22px;
	overflow: hidden;
}
.hkk2{
	font-size: 14px;
	color: #9a9a9a;
	margin-top: 10px;
	height: 22px;
	overflow: hidden;
}
.wrap5_right{
	width: 627px;
	background: #f3f3f3;
}
.wrap5_right li{
	width: 100%;
	padding:33px 5px 32px 28px;
	cursor: pointer;
}
.wrap5_right li:hover{
	background: #e1070d;
}
.wrap5_right li:hover .li5_left span:nth-child(1),
.wrap5_right li:hover .li5_left span:nth-child(2),
.wrap5_right li:hover .li5_right p:nth-child(1),
.wrap5_right li:hover .li5_right p:nth-child(2){
	color: #FFFFFF;
}

.li5_left{
	padding-right: 17px;
	border-right: 1px solid #e3e3e3;
}
.li5_left span:nth-child(1){
	font-size: 46px;
	color: #5c5c5c;
	float: left;
	line-height: 47px;
}
.li5_left span:nth-child(2){
	font-size: 15px;
	color: #5c5c5c;
	float: left;
	text-align: center;
	line-height: 13px;
    margin-top: 6px;
    margin-left: 10px;
}
.li5_right{
	padding-left: 17px;
	width: 78%;
}
.li5_right p:nth-child(1){
	font-size: 16px;
	color: #010101;
	height: 22px;
	overflow: hidden;
}
.li5_right p:nth-child(2){
	font-size: 14px;
	color: #767676;
	margin-top: 6px;
	height: 22px;
	overflow: hidden;
}
.wrap5_anniu{
	width: 203px;
	height: 54px;
	line-height: 54px;
	border: 1px solid #9b9b9b;
	text-align: center;
	font-size: 16px;
	color: #9b9b9b;
	margin:  auto;
	cursor: pointer;
}
.wrap6{
	padding: 80px 0 110px 0;
}
.wrap6_block{
	padding: 80px 0 0 0;
}
.footer{
	width: 100%;
	background: #2c2c2c;
	padding: 55px 0 125px 0;
}
.footer_ul li{
	font-size: 13px;
	color: #848383;
	line-height: 13px;
	margin-top: 20px;
}
.footer_ul li:nth-child(1){
	font-size: 20px;
	color: #fffefe;
	margin-bottom: 40px;
}
.footer_ewm{
	width: 109px;
	height: 109px;
	margin-top: 50px;
	margin-left: 100px;
}
.footer_ewm img{
	width: 100%;
	height: 100%;
}
.footer_bq{
	font-size: 12px;
	color: #807f7f;
	margin-top: 115px;
	margin-left: 35px;
}
.i-mc{
	border-bottom: 1px solid #f0f0f0;
}
.i-mc1{
	font-size: 70px;
	color: #CCCCCC;
	line-height: 140px;
}
.i-mc2{
	margin-top: 70px;
	margin-left: 10px;
}
.i-mc2 span{
	font-size: 32px;
	font-weight: bold;
}
.i-mc3{
	font-size: 14px;
	color: #828282;
	line-height: 16px;
	padding-top: 60px;
}
.pro{
	padding-top: 22px;
}
.pro_left{
	width: 240px;
	position: relative;
}
.plt{
	width: 100%;
	background: #e93a3a;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	line-height: 52px;
}
.pro_right{
	width: 911px;
}
.pro_list{
	width: 283px;
	font-size: 16px;
	color: #373737;
	text-align: center;
	line-height: 64px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.pro_list:nth-child(3n){
	margin-right: 0;
}
.pro_list img{
	width: 100%;
	height: 196px;
	display: block;
	box-shadow: 2px 2px 20px #888888;
}
.page {
	padding: 54px 0px;
	text-align: center;
}
.page a {
	display: inline-block;
	color: #333333;
	padding: 5px 10px;
	font-size: 14px;
	margin: 0px 5px;
	border: 1px solid #dddddd;
}
.select {
	background: #f68600 !important;
	color: #FFFFFF !important;
}
.img_show{
	display: block;
	margin: auto;
}
.img_title{
	font-size:  22px;
	color: #010101;
	line-height: 100px;
	text-align: center;
}
.show_1{
	width:100%;
	line-height: 38px;
	font-size: 15px;
	border-bottom: 1px solid #d3d3d3;
	color: #010101;
	padding-left: 20px;
}
.show{
	width: 100%;
	padding: 40px;
	border-bottom: 1px solid #d3d3d3;
}
.page1{
	width: 90%;
	padding: 12px 0px;
	margin: auto;
	margin: 50px 0;
}
.news{
	
}
.sp_type_left{
	width: 100%;
	padding:58px 0 39px 0;
	text-align: center;
}
.sp_type_left a{
	padding: 12px 29px; 
	display: inline-block;
	font-size: 16px;
	background: #eeeeee;
	color: #333333;
	margin-left: 18px;
}
.list_con{
	width: 100%;
}
.news_show_bt{
	font-size: 25px;
	color: #000000;
	text-align: center;
	line-height: 110px;
}
.news_show_sj{
	font-size: 15px;
	color: #454545;
	text-align: center;
	padding-bottom: 20px;
}
.news_show_con{
	font-size: 14px;
	color: #383838;
	line-height: 24px;
}
.about{
	padding: 50px 0 97px 0;
}
.dan-titact{
	background: #e40909!important;
	color: #FFFFFF!important;
}
.n_news_w {
	width: 100%;
	height: 170px;
	padding: 6px 0;
	box-sizing: border-box;
	box-shadow: 0px 5px 15px #dedede;
	margin-top: 36px;
	cursor: pointer;
}

.n_news_banner {
	width: 214px;
	height: 100%;
	float: left;
	display: block;
}

.n_news_right_w {
	width: 940px;
	height: 100%;
	float: right;
	padding: 23px 0;
	box-sizing: border-box;
}

.n_news_title_w {
	width: 76%;
	height: 100%;
	float: left;
}

.n_news_time_w {
	width: 19%;
	height: 100%;
	float: right;
}

.n_news_title {
	color: #333333;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.n_news_content {
	color: #888888;
	font-size: 14px;
	margin-top: 27px;
	line-height: 28px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.n_news_time {
	color: #5b5b5b;
	font-size: 14px;
}

.n_news_but {
	width: 74px;
	height: 35px;
	border-radius: 30px;
	border: 1px solid #b2b2b2;
	color: #b2b2b2;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	margin-top: 38px;
}

.n_news_but:hover {
	background: #b2b2b2;
	color: #fff;
}