﻿/*******************************
	-------[=公用]-------
********************************/
/*头部*/


.center {

    width: 1200px;
    margin: 0 auto;

}


.yunu-header{
	position: relative;
	z-index: 99;
	*zoom:1;
}
.yunu-header:after,.yunu-header:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.hdr{
	float: right;
}
.hd-so{
    position: relative;
	float: right;
    width: 57px;
    height: 90px;
    background: url(../images/so.png) no-repeat right;
    cursor: pointer;
}
.hd-so:before{
	content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 1px;
    height: 15px;
    background-color: #ccc;
}
.hd-so form{
	display: none;
	position: absolute;
	top: 100%;
	right: -8px;
	width: 200px;
	border: 1px solid #ccc;
	border-radius: 3px;
	transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
}
.hd-so:hover form{
	display: block;
}
.hd-so form .inp{
	float: left;
    width: 150px;
    height: 38px;
    padding: 0 5px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border: 0;
}
.hd-so form .sub{
	float: left;
    display: block;
    width: 48px;
    height: 38px;
    background: #fff url(../images/so.png) center center no-repeat; border: none;;
}
.yunu-header .logo{
	float: left;
	height: 100px;
	line-height: 100px;
}
.yunu-header .logo img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.menuBtn{
	display: none;
	position: relative;
	float: right;
	margin-top: 4px;
	width: 40px;
	height: 40px;
	padding: 5px;
	cursor: pointer;
}
.menuBtn b{
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #007ccb;
	margin: 5px 0 7px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.menuBtn.open b{
	position: absolute;
	left: 5px;
	top: 35%;
	display: none;
	width: 30px;
}
.menuBtn.open b:first-child{
	display: block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.menuBtn.open b:last-child{
	display: block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.yunu-nav{
	float: right;
}
.yunu-nav li{
	position: relative;
	float: left;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: 100%;
	background-size: 100%;
	transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
}
.yunu-nav li.on,
.yunu-nav li:hover{
	background-image: url(../images/bg1_x.png);
}
.yunu-nav li > a{
	position: relative;
	display: block;
	padding: 0 30px;
	height: 90px;
	line-height: 90px;
	font-size: 16px;
	color: #333;
	text-align: center;
	transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
}
.yunu-nav li.on > a,
.yunu-nav li:hover > a{
	color: #fff;
}
.yunu-nav li > a > span{
	display: none;
	position: absolute;
	top: 12px;
	left: 0;
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	opacity: .3;
	transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
}
.yunu-nav li.on > a > span,
.yunu-nav li:hover > a > span{
	display: block;
}
.yunu-nav li:hover .nav-sub{
	display: block;
}
.nav-sub{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 10px 0;
	z-index: 100;
}
.nav-sub:after{
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	content: '';
	border-top: 10px transparent dashed;
	border-left: 10px transparent dashed;
	border-bottom: 10px #007ccb solid;
	border-right: 10px transparent dashed;
}
.nav-sub > dd{
	position: relative;
	background-color: #007ccb;
}
.nav-sub > dd > a{
	display: block;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-indent: 0;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.nav-sub > dd:hover > a{
	text-indent: 1em;
}
.nav-sub > dd:hover .nav-sub2{
	display: block;
}
/*底部*/
.yunu-footer{
	background-color: #333;
}
.fd-top{
	overflow: hidden;
	padding: 33px 0;
	border-bottom: 1px solid #484848;
}
.fd-top .col-l{
	width: 14%;
}
.fd-top .col-r{
	width: 20%;
}
.fd-top .col-c{
	width: 62%;
}

.fd-logo{
	margin: 10px 0 32px;
	height: 43px;
	line-height: 43px;
}
.fd-logo img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.fd-btn{
    display: block;
    width: 120px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    background-color: #007ccb;
}
.fd-btn:hover{
	color: #fff;
	background-color: #0a6dac;
}
.fd-btn span{
	display: inline-block;
	padding-left: 28px;
	background: url(../images/icon1_x.png) left center no-repeat;
}
.fd-nav{
	overflow: hidden;
	padding-left: 150px;
}
.fd-nav li{
	float: left;
	width: 33.33%;
}
.fd-nav li a{
	display: block;
	margin-right: 30px;
    font-size: 14px;
    height: 49px;
    line-height: 48px;
    border-bottom: 1px solid #484848;
    color: #fff;
}
.fd-nav li a:hover{
	color: #ccc;
}
.fd-qr{
	overflow: hidden;
	margin-bottom: 13px;
}
.fd-qr .pic{
	float: left;
	width: 100px;
	height: 100px;
}
.fd-qr .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.fd-qr .txt{
	overflow: hidden;
	padding: 13px 0 0 27px;
}
.fd-qr .txt .tit{
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #007ccb;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fd-qr .txt p{
	font-size: 14px;
	color: #fff;
	line-height: 1.7;
}
.fd-tel{
	padding-left: 42px;
	height: 34px;
	line-height: 34px;
	font-size: 24px;
	color: #fff;
	background: url(../images/icon2_x.png) left center no-repeat;
}
.fd-tel strong{
	cursor: pointer;
}
.fd-tel strong:hover{
	color: #007ccb;
}
.yunu-footer .copy{
	overflow: hidden;
	height: 55px;
	line-height: 55px;
	color: #fff;
}
.yunu-footer .copy .p1{
	float: left;
}
.yunu-footer .copy .p2{
	float: right;
}
.yunu-footer .copy p a{
	color: #fff;
}
.yunu-footer .copy p a:hover{
	color: #ccc;
}
/*客服*/
.kf {
    width: 208px;
    position: fixed;
    /* right: 20px; */
    right: -208px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}
.kt-top {
    height: 40px;
    line-height: 40px;
    background: url("../images/kefu.png") 12px center no-repeat #007ccb;
	-o-background-size: auto 20px;
	-ms-background-size: auto 20px;
	-moz-background-size: auto 20px;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
    padding-left: 46px;
    font-size: 14px;
    color: #fff;
}
.kt-top span:hover{
      transform: rotate(90deg);
}
.kt-top span {
    width: 18px;
    height: 16px;
    float: right;
    position: relative;
    margin: 10px 10px 0px 0px;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.kt-top span b {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}
.kt-top span b:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.kt-top span b:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.kf .con {
    overflow: hidden;
    background: #fff;
}
.kf .qq li {
    height: 36px;
    line-height: 36px;
    border-bottom: #f5f5f5 solid 1px;
    padding-left: 16px;
}
.kf .qq li a {
    height: 36px !important;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: initial;
    display: block;
}
.kf .qq li a img{
    padding-right: 6px;
}
.kf .con h5{
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    background: url('../images/lianxi.png') 16px center no-repeat;
    padding-left: 45px;
    color: #666;
    font-size: 14px;
}
.kf .contact {
    margin-top: 1px;
}
.kf .contact p{
    height: 26px;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    padding-left: 22px;
}
.kf .contact p:nth-child(2n){
    padding-left: 32px;
}
.kf .con h5.qr-icon{
    background: url('../images/erweima.png') 16px center no-repeat;
}
.kf .con .qr{
    margin-top: 10px;
    padding-left: 40px;
}
.kf .con .qr img{
    width: 110px;
    height: 110px;
}
.kf .backTop{
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background: url('../images/huidaodingbu.png') center center no-repeat #007ccb;
    background-size: 18px auto;
    cursor: pointer;
}
.kf-side{
    padding: 18px 10px 10px;
    background: #007ccb;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -34px;
    cursor: pointer;
}
.kf-side b{
    display: block;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
}
.kf-side span.arrow{
    width: 12px;
    height: 12px;
    background: url('../images/jt-1.png') no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
    display: block;
    margin-top: 10px;
}
.kf-side span.on{
    background: url('../images/jt-2.png') no-repeat;
    -o-background-size: auto 12px;
    -ms-background-size: auto 12px;
    -moz-background-size: auto 12px;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
}
/*手机底部菜单*/
.h50{
	display: none;
}
.yunu-link{
	display: none;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background-color: #fff;
	padding: 4px 0;
	box-shadow: 5px 0 10px rgba(0,0,0,.05);
}
.yunu-link li{
	float: left;
	width: 25%;
}
.yunu-link li a{
	display: block;
	text-align: center;
	font-size: 13px;
	color: #000;
}
.yunu-link li.on a,
.yunu-link li:hover a{
	color: #007ccb;
}
.yunu-link li a i{
	display: block;
	width: 25px;
	margin: 0 auto;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: auto 18px;
	-ms-background-size: auto 18px;
	-moz-background-size: auto 18px;
	-webkit-background-size: auto 18px;
	background-size: auto 18px;
}
.yunu-link li a .i1{
	background-image: url(../images/sj-nav1.png);
}
.yunu-link li.on .i1,
.yunu-link li:hover .i2{
	background-image: url(../images/sj-nav1-on.png);
}
.yunu-link li a .i2{
	background-image: url(../images/sj-nav2.png);
}
.yunu-link li.on .i2,
.yunu-link li:hover .i2{
	background-image: url(../images/sj-nav2-on.png);
}
.yunu-link li a .i3{
	background-image: url(../images/sj-nav3.png);
}
.yunu-link li.on .i3,
.yunu-link li:hover .i3{
	background-image: url(../images/sj-nav3-on.png);
}
.yunu-link li a .i4{
	background-image: url(../images/sj-nav4.png);
}
.yunu-link li.on .i4,
.yunu-link li:hover .i4{
	background-image: url(../images/sj-nav4-on.png);
}
/*标题*/
.g-tit01_x{
	position: relative;
	padding: 75px 0 18px;
	border-bottom: 1px solid #f2f2f2;
	text-align: center;
}
.g-tit01_x:after{
	content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -25px;
    width: 41px;
    height: 5px;
    background-color: #007ccb;
    border-radius: 2px;
}
.g-tit01_x.bai:after{
	background-color: #fff;
}
.g-tit01_x .tit{
	font-size: 30px;
	color: #333;
}
.g-tit01_x.bai .tit{
	color: #fff;
}
.g-tit01_x span{
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}
.g-tit01_x.bai span{
	color: #fff;
}
/*******************************
	-------[=内页公用]-------
********************************/
.g-tit3{
	padding-bottom: 10px;
	font-size: 16px;
	color: #007ccb;
	border-bottom: 1px solid #e4e4e4;
	font-weight: 600;
}
.g-tit3 span{
	font-weight: 400;
	color: #999;
	text-transform: uppercase;
}
.g-pages{
	text-align: center;
	margin: 20px 0;
}
/*内页左侧*/
.g-cur{
    height: 40px;
    line-height: 40px;
    background: #f3f3f3;
}
.g-cur .wp{
    background: url('../images/home.png') left center no-repeat;
    padding-left: 20px;
    box-sizing: border-box;
}
.g-cur .wp a{
   color: #2f2f2f; 
}
.g-cur .wp a:hover{
    color: #007ccb;
}
.row-b1{
    overflow: hidden;
    padding: 20px 0;
}
.row-b1 .col-l{
	width: 290px;
    padding: 13px;
}
.row-b1 .col-r{
	float: none;
	overflow: hidden;
    margin-left: 310px;
}
.g-titIns1{
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #545454;
    border-bottom: 1px solid #ebebeb;
    font-weight: normal;
    position: relative;
}
.g-titIns1::after{
    content: '';
    width: 80px;
    height: 1px;
    background: #007ccb;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.ul-newslist{
	overflow: hidden;
	padding: 12px;
	background-color: #fff;
	border-radius: 5px;
}
.ul-newslist li{
    border-bottom: 1px solid #e6e6e6;

}
.ul-newslist li a{
	display: block;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
	padding-left: 15px;
	color: #666;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/news-r1.png);
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ul-newslist li a:hover{
	color: #007ccb;
	background-color: #e6e6e6;
	font-weight: bold;
}
.m-info{
	padding: 12px;
	border-radius: 5px;
	background-color: #fff;
	line-height: 2;
	font-size: 14px;
	color: #666;
}
/*内页banner]*/
.ban{
    height: 359px;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}
/*******************************
	-------[=首页]-------
********************************/
.banner .item .con{
	display: block;
	padding-top: 29%;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;

}
.banner .slick-dots{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 57px;
    text-align: center;
    font-size: 0;
}
.banner .slick-dots li{
    display: inline-block;
    position: relative;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    margin: 8px 5px;
    cursor: pointer;
	transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
}
.banner .slick-dots li:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -10px;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	opacity: 0;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.banner .slick-dots li.slick-active{
    margin: 8px 12px;
}
.banner .slick-dots li.slick-active:after{
	opacity: 1;
}
.banner .slick-dots li button{
    position: absolute;
    left: -9999px;
}
/*关于赛扬*/
.row-a1{
	overflow: hidden;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.m-imgtxt01_x{
	position: relative;
	overflow: hidden;
	padding-top: 50px;
	margin-bottom: 20px;
}
.m-imgtxt01_x:after{
	content: '';
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: -5px;
	width: 1px;
	height: 80%;
	background-color: #f2f2f2;
}
.m-imgtxt01_x .pic{
	position: relative;
	float: left;
	width: 540px;
	height: 320px;
}
.m-imgtxt01_x .pic:after{
	content: '';
	position: absolute;
	bottom: -10px;
	right: -10px;
	width: 100%;
	height: 100%;
	background: url(../images/bg2_x.png) center center no-repeat;
}
.m-imgtxt01_x .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.m-imgtxt01_x .txt{
	overflow: hidden;
	padding-left: 110px;
}
.m-imgtxt01_x .txt .desc{
	overflow: hidden;
	height: 252px;
	color: #333;
	font-size: 14px;
	line-height: 36px;
	text-indent: 2em;
}
.m-imgtxt01_x .txt .more{
	display: block;
	overflow: hidden;
}
.m-imgtxt01_x .txt .more span{
	float: right;
	line-height: 36px;
	height: 36px;
	color: #007ccb;
	font-size: 14px;
	text-transform: uppercase;
	background: url(../images/bg3_x.png) right 18px no-repeat;
}
.ul-txt01_x{
	padding: 60px 0;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 10px rgba(0,0,0,.2);
    box-shadow: 1px 1px 10px rgba(0,0,0,.2);
    *zoom:1;
}
.ul-txt01_x:after,.ul-txt01_x:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.ul-txt01_x li{
	position: relative;
	float: left;
	width: 25%;
}
.ul-txt01_x li:after{
	content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 100%;
    background: url(../images/icon3_x.png) center center no-repeat;
}
.ul-txt01_x li:last-child:after{
	display: none;
}
.ul-txt01_x li .num{
	padding-left: 23px;
	height: 64px;
	line-height: 64px;
	text-align: center;
}
.ul-txt01_x li .num .s1{
	display: inline-block;
	vertical-align: middle;
	font-size: 60px;
    color: rgba(0,0,0,.8);
}
.ul-txt01_x li .num .s2{
	display: inline-block;
    width: 20px;
    line-height: 20px;
    height: 20px;
    font-size: 14px;
    color: #fff;
    background-color: #007ccb;
    border-radius: 50%;
    vertical-align: middle;
}
.ul-txt01_x li p{
	height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #000;
    text-align: center;
}
/*产品中心*/
.row-a2{
	overflow: hidden;
	padding-bottom: 50px;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: center center;
}
.row-a2 .g-tit01_x{
	margin-bottom: 40px;
}
.row-a2 .col-l{
	width: 270px;
}
.row-a2 .col-r{
	float: none;
	margin-left: 300px;
}
.g-tit02_x{
	padding: 20px 10px 15px 40px;
	background-color: #007ccb;
	color: #fff;
}
.g-tit02_x .tit{
	height: 28px;
	line-height: 28px;
	font-size: 20px;
}
.g-tit02_x span{
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-transform: uppercase;
	opacity: .3;
}
.ul-link01_x{
	display: none;
	overflow: hidden;
	margin-bottom: 15px;
	border-left: 1px solid #eee;
	background-color: #fff;
}
.ul-link01_x li{
	float: left;
	width: 33.33%;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.ul-link01_x li a{
	display: block;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #454545;
}
.ul-link01_x li.on a{
	font-weight: bold;
	color: #009a44;
	background-color: #fff;
}
.snv-index{
	background-color: #fff;
}
.snv-index ul{
	border-top: 1px solid #eee;
}
.snv-index li{
}
.snv-index li > a{
	display: block;
	padding: 0 20px;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	color: #333;
	border: 1px solid #eee;
	border-top: 0;
}
.snv-index li.on > a,
.snv-index li > a:hover{
	color: #fff;
	background-color: #007ccb;
}
.snv-index li > a span{
	padding-left: 0;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	background-repeat: no-repeat;
	background-position: 0 center;
}
.snv-index li.on > a span,
.snv-index li > a:hover span{
	display: block;
	padding-left: 40px;
	background-image: url(../images/jian.png);
	background-position: 5% center;
}
.snv-index-sub1{
	display: none;
	padding-left: 30px;
}
.snv-index li.on .snv-index-sub1 {
	display: block;
}
.snv-index-sub1 dd > a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
}
.snv-index dd.ok > a{
	color: #007ccb;
}
.snv-index-sub1 dd .v2{
	background: url(../images/right.png) 90% center no-repeat;
}
.snv-index dd.ok .snv-index-sub2 {
	display: block;
}
.snv-index-sub2{
	display: none;
	padding-left: 20px;
}
.snv-index-sub2 dd .v3{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
}
.ul-imgtxt01_x{
	overflow: hidden;
	margin: 0 -15px;
}
.ul-imgtxt01_x li{
	float: left;
	width: 33.33%;
	margin-bottom: 30px;
}
.ul-imgtxt01_x li .con{
	overflow: hidden;
	position: relative;
	display: block;
	margin: 0 15px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #eee;
}
.ul-imgtxt01_x li .con .pic{
	overflow: hidden;
	position: relative;
	padding-top: 100%;
	height: 0;
}
.ul-imgtxt01_x li .con .pic img{
	display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.ul-imgtxt01_x li .con .tit{
	overflow: hidden;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color: #444;
	text-align: center;
	border-top: 1px solid #eee;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ul-imgtxt01_x li .con .tit p{
	position: relative;
	bottom: 0;
	transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	z-index: 1;
}
.ul-imgtxt01_x li .con:hover .tit p{
	bottom: 18px;
	color: #fff;
}
.ul-imgtxt01_x li .con .link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 124,203,.8);
	opacity: 0;
	transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
}
.ul-imgtxt01_x li .con:hover .link{
	opacity: 1;
}
.ul-imgtxt01_x li .con .link img{
	position: absolute;
	top: 50%;
	left: -50%;
	-webkit-transform: translate(-50%, -75%);
	-ms-transform: translate(-50%, -75%);
	-o-transform: translate(-50%, -75%);
	transform: translate(-50%, -75%);
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
}
.ul-imgtxt01_x li .con:hover .link img{
	left: 50%;
}
/*解决方案*/
.row-a3{
	padding-bottom: 80px;
	background-repeat: no-repeat;
	background-position: center center;
}
.slick-x1{
	margin: 40px 0;
}
.slick-x1 .item{
	overflow: hidden;
}
.slick-x1 .item .pic{
	overflow: hidden;
	position: relative;
	float: left;
	width: 650px;
	height: 362px;
}
.slick-x1 .item .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.slick-x1 .item .pic .page{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 120px;
	height: 58px;
	line-height: 58px;
	font-size: 18px;
	text-align: center;
	color: rgba(0,104,203,.5);
	background-color: #fff;
	font-family: Arial;
}
.slick-x1 .item .pic .page i{
	color: #007ccb;
}
.slick-x1 .item .txt{
	overflow: hidden;
	padding: 60px 0 0 70px;
}
.slick-x1 .item .txt .top{
	overflow: hidden;
	margin-bottom: 27px;
}
.slick-x1 .item .txt .top .num{
	overflow: hidden;
	float: left;
	margin-right: 35px;
	width: 110px;
	height: 78px;
}
.slick-x1 .item .txt .top .num img{
	display: block;
	width: 100%;
	height: 100%;
}
.slick-x1 .item .txt .top .tit{
	position: relative;
	overflow: hidden;
	padding: 3px 0;
	height: 72px;
	font-size: 26px;
	line-height: 36px;
	color: #fff;
}
.slick-x1 .item .txt .top .tit:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 2px;
	width: 23px;
	height: 1px;
	background-color: #fff;
	opacity: .2;
}
.slick-x1 .item .txt .desc{
    overflow: hidden;
    margin-bottom: 39px;
    height: 72px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    opacity: .6;
}
.slick-x1 .item .txt .more{
	display: block;
	padding: 0 25px;
	width: 150px;
	height: 42px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	border: 1px solid #3799d8;
	border-radius: 20px;
	transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
}
.slick-x1 .item:hover .txt .more{
	border: 1px solid #fff;
}
.slick-x1 .item .txt .more span{
	display: block;
	background: url(../images/icon13_x.png) right center no-repeat;
}
.slick-x2{
	padding: 0 22px;
}
.slick-x2 .item{
	padding: 0 8px;
}
.slick-x2 .item .pic{
	overflow: hidden;
	position: relative;
	padding-top: 57%;
	height: 0;
}
.slick-x2 .item .pic img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.slick-x2 .item.slick-current .pic img{
	opacity: .4;
}
.slick-x2 .slick-arrow{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 80px;
    height:30px;
    border: none;
    cursor: pointer;
    z-index: 5;
    font-size: 0;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.slick-x2 .slick-arrow:hover{
	opacity: .8;
}
.slick-x2 .slick-prev{
	left: 0;
    background-image: url(../images/icon14_x.png);
}
.slick-x2 .slick-next{
	right: 0;
	background-image: url(../images/icon15_x.png);
}
/*新闻中心*/
.row-a4{
	padding-bottom: 80px;
	overflow: hidden;
}
.row-a4 .g-tit01_x{
	margin-bottom: 40px;
}
.row-a4 .col-l{
	width: 65.82%;
}
.row-a4 .col-r{
	width: 31.63%;
}
.ul-news01_x{
	overflow: hidden;
	margin: 0 -15px;
}
.ul-news01_x li{
	float: left;
	width: 50%;
}
.ul-news01_x li .con{
	display: block;
	margin: 0 15px;
}
.ul-news01_x li .pic{
	overflow: hidden;
	position: relative;
	padding-top: 75%;
	height: 0;
}
.ul-news01_x li .pic img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.ul-news01_x li:hover .pic img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.ul-news01_x li .pic .time{
	position: absolute;
	top: 0;
	left: 20px;
	width: 65px;
	height: 65px;
	color: #fff;
	text-align: center;
	background-color: #007ccb;
}
.ul-news01_x li .pic .time strong{
	display: block;
	font-size: 32px;
}
.ul-news01_x li .pic .time span{
	display: block;
	font-size: 12px;
	font-family: Arial;
}
.ul-news01_x li .txt{
	padding: 15px 20px;
	border: 1px solid #eee;
}
.ul-news01_x li .txt .tit{
	overflow: hidden;
	margin-bottom: 5px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #333;
	padding-bottom: 11px;
	background: url(../images/bg7_x.png) left bottom no-repeat;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
}
.ul-news01_x li:hover .txt .tit{
	color: #007ccb;
}
.ul-news01_x li .txt .more{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #999;
}
.ul-news02_x{

}
.ul-news02_x li{
	overflow: hidden;
	margin-bottom: 25px;
}
.ul-news02_x li .pic{
	float: left;
	overflow: hidden;
	width: 115px;
	height: 86px;
}
.ul-news02_x li .pic img{
	display: block;
	width: 100%;
	height: 100%;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.ul-news02_x li:hover .pic img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.ul-news02_x li .txt{
	overflow: hidden;
	padding-left: 20px;
}
.ul-news02_x li .txt .tit{
	overflow: hidden;
	margin-bottom: 7px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #333;
	padding-bottom: 6px;
	background: url(../images/bg7_x.png) left bottom no-repeat;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
}
.ul-news02_x li:hover .txt .tit{
	color: #007ccb;
}
.ul-news02_x li .txt .more{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
}
.m-more01_x{
    display: block;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-color: #007ccb;
}
.m-more01_x:hover{
	color: #fff;
	background-color: #0f69a2;
}
/*友情链接*/
.row-link{
	overflow: hidden;
	background-color: #007ccb;
}
.m-link1{
	padding: 20px 0;
}
.m-link1 .item{
	overflow: hidden;
	color: #fff;
}
.m-link1 .item:first-child{
	margin-bottom: 25px;
}
.m-link1 .item span{
	float: left;
	font-size: 16px;
	margin-right: 18px;
	font-weight: 600;
}
.ul-link1{overflow: hidden;}
.ul-link1 li{
	float: left;
}
.ul-link1 li a{
	display: block;
	margin-right: 20px;
	font-size: 14px;
	color: #fff;
	height: 21px;
	line-height: 21px;
}
.ul-link1 li a:hover{
	text-decoration: underline;
}
/*******************************
	-------[=产品列表]-------
********************************/
.m-chanpin{
	overflow: hidden;
}
.m-chanpin .desc{
	padding: 10px;
	margin-top: 20px;
	line-height: 26px;
	text-indent: 2em;
	font-size: 14px;
	border: 1px dotted #e5e5e5;
	color: #868686;
	background-color: #f5f5f5;
}
.ul-imgtxt1 {
	overflow: hidden;
    margin: 0 -10px 20px;
    *zoom:1;
}
.ul-imgtxt1 li {
    width: 25%;
    float: left;
    margin-top: 20px;
}

.ul-imgtxt1 li a {
    margin: 0 10px;
    display: block;
    text-align: center;
}
.ul-imgtxt1 li a .pic {
    padding-top: 77%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.ul-imgtxt1 li a .pic img {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.ul-imgtxt1 li a:hover .pic img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}
.ul-imgtxt1 li a p {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ul-imgtxt1 li a:hover {
    text-decoration: none;
}
.ul-imgtxt1 li a:hover p {
	background-color: #007ccb;
    color: #fff;
}
/*******************************
	-------[=产品详情]-------
********************************/
.m-list1{
	overflow: hidden;
	padding: 14px 0 25px;
	border-bottom: 1px dotted #a9a9a9;
}
.m-pic1{
	float: left;
	width: 380px;
}
.m-txt1{
	overflow: hidden;
	padding-left: 38px;
}
.m-txt1 .tit{
	font-size: 16px;
	padding-bottom: 9px;
	margin-bottom: 9px;
	border-bottom: 1px dotted #a9a9a9;
	font-weight: 600;
}
.m-txt1 .txt{
	margin-right: 100px;
}
.m-txt1 .txt p{
	line-height: 28px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #2f2f2f;
}

.m-txt1 .btn{
	display: block;
	width: 98px;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	background-color: #007ccb;
	color: #fff;
}
.m-txt1 .btn:hover{
	background-color: #444;
}
.m-txt1 .btn span{
	display: block;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/btn-r.png);
}

.m-txt2{
	margin-top: 12px;
	font-size: 14px;
	line-height: 26px;
}
.ul-arrow{
	overflow: hidden;
	margin: 15px 0;
}
.ul-arrow li{
	float: left;
	font-size: 14px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ul-arrow li:last-child{
	float: right;
}

.ul-arrow li a{
	color: #337ab7;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.ul-arrow li a:hover{
	color: #007ccb;
}
.m-list3{
	padding: 5px 0;
}
.ul-city{
	overflow: hidden;
	padding-top: 20px;
}
.ul-city li{
	float: left;
	margin-bottom: 20px;
}
.ul-city li a{
	display: block;
	margin-right: 17px;
	font-size: 14px;
}
.ul-city li a:hover{
	color: #007ccb;
}
/* 放大镜 */


div.zoomDiv{z-index:999;position:absolute;top:0;left:0;background:#ffffff;border:1px solid #ddd;display:none;text-align:center;overflow:hidden;font-size: 0;}
div.zoomMask{position:absolute;background:url(../images/mask.png) repeat scroll 0 0 transparent;cursor:move;z-index:1;}


.yunu-showcase {margin-bottom: 30px;}
.yunu-showcase-pic {position: relative;width: 100%;overflow: hidden;float: left;}
.yunu-showcase-pic .bd {font-size: 0;margin-top: 13px;overflow: hidden;}
.yunu-showcase-pic .bd li {height: 75px;line-height: 75px;cursor: pointer;display: inline-block;width: 99px;border: 1px solid #ddd;padding: 1px;margin: 0 5px;}
.yunu-showcase-pic .bd li.active {border-color: #c80003;}
.yunu-showcase-pic .prev,.yunu-showcase-pic .next {position: absolute;background: no-repeat 0 0;width: 14px;height: 27px;bottom: 26px;z-index: 2;}
.yunu-showcase-pic .prev {background-image: url(../images/zlztdetailscon1btn01.png);left: 0;}
.yunu-showcase-pic .next {background-image: url(../images/zlztdetailscon1btn02.png);right: 0;}
.yunu-showcase-pic .prev:hover,.yunu-showcase-pic .next:hover {background-position: 0 bottom;}
.yunu-showcase-pic .cover {height: 300px;line-height: 300px;border: 1px solid #ddd;padding: 1px;}
.yunu-showcase-pic .cover a{
	display: block;
	width: 100%;
	height: 100%;
}
.yunu-showcase-info {float: right;width: 500px;}
.yunu-showcase-info h1 {margin: 0 0 15px;font-size: 20px;overflow: hidden;font-weight: normal;border-bottom: 1px solid #ddd;padding-bottom: 15px;}
.yunu-showcase-info p {margin: 0;color: #666;line-height: 2;}
.yunu-showcase-info .tel {border-top: 2px solid #e6e6e6;margin-top: 15px;padding-top: 15px;background: url(../images/viskins-p1.png) no-repeat 0 15px;height: 42px;padding-left: 50px;line-height: 21px;}
.yunu-showcase-info .tel a {float: right;line-height: 42px;padding: 0 15px;background-color: #c80003;color: #fff;}
.yunu-showcase-info .tel span {display: block;color: #c80003;font-size: 18px;}
div.zoomDiv{z-index:999;position:absolute;top:0;left:0;background:#ffffff;border:1px solid #ddd;display:none;text-align:center;overflow:hidden;font-size: 0;}
div.zoomDiv img{
	max-width: none;
}
div.zoomMask{position:absolute;background:url(../images/mask.png) repeat scroll 0 0 transparent;cursor:move;z-index:1;}

.img-center {text-align: center;font-size: 0;}
.img-center img {display: inline-block;width: auto;height: auto;max-width: 100%;max-height: 100%;vertical-align: middle;}


.m_pic_showpic {
    display: none;
}
.m_showpic img {
    display: block;
    max-width: 100%;
}
/*产品详情图片*/
.pc-slide {
    width: 100%;
    margin: 0 auto;
}
.m-pic1 .view .swiper-slide{
	padding: 0 2px;
}
.view .swiper-slide .imgauto {
    width: 100%;
    height: 350px;
    line-height: 350px;
}
.view .swiper-container {
    width: 100%;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    margin: 0 10%;
}

.preview .swiper-slide {
	/*width: 33.33%;*/
	width: 101px;
    padding: 5px;
}
.preview .swiper-slide .imgauto {
	width: 100%;
	height: 80px;
	line-height: 78px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 0;
	cursor: pointer;
}
.preview .swiper-slide .imgauto img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	padding: 5px;
}

.preview .slide6 {
    width: 82px;
}

.preview .arrow-left {
    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-right {
    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 .imgauto {
    border: 1px solid #007ccb;
}
/*******************************
	-------[=关于我们]-------
********************************/
.m-about{
	padding: 15px 0;
	line-height: 28px;
    color: #2f2f2f;
    font-size: 14px;
}
/*******************************
	-------[=新闻列表]-------
********************************/
.ul-news{
	overflow: hidden;
	padding-bottom: 20px;
}
.ul-news.news{
	padding-bottom: 0;
	margin: 0 -10px 15px;
}
.ul-news li{
	font-size: 14px;
	padding: 20px 0;
	border-bottom: #dddddd 1px dotted;
}
.ul-news li .top{
    overflow: hidden;
    margin-bottom: 20px;
    height: 30px;
    line-height: 30px;
}
.ul-news li .top .time{
    float: right;
    font-size: 14px;
    margin-left: 10px;
}
.ul-news1 li .top .time{
	font-size: 12px;
}
.ul-news li .top .tit{
    display: block;
    font-size: 16px;
    background: url('../images/news-r.png') left center no-repeat;
    padding-left: 14px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ul-news li .tit:hover{
     color: #007ccb;
}
.ul-news li .txt p{
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 2;
       overflow: hidden;
}
/*******************************
	-------[=新闻详情]-------
********************************/
.m-news1{
	padding-top: 20px;
}
.m-news1 h1{
    line-height: 34px;
    color: #434343;
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;
}
.m-news1 .desc{
	text-align: center;
}
.m-news1 .desc span{
	display: inline-block;
	font-size: 14px;
	margin: 0 10px;
}
.m-news1 .txt{
	padding: 15px 0;
	line-height: 28px;
    color: #2f2f2f;
    font-size: 14px;
}
.m-txt3{
    margin-top: 10px;
}
.m-link2{
    padding-left: 20px;
    margin-bottom: 15px;
    height: 36px;
    line-height: 36px;
    color: #868686;
    font-size: 14px;
    background-color: #f5f5f5;
    border: 1px dotted #e5e5e5;
}
.m-link2 a{
    color: #868686;
}
.m-link2 a:hover{
    color: #007ccb;
}
.m-tabel{
    overflow: hidden;
    color: #5a5a5a;
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    font-size: 14px;
    
}
.m-tabel span{
    float: left;
    height: 42px;
    line-height: 42px;
    margin-right: 10px;
}
.m-tabel ul{
    overflow: hidden;
}
.m-tabel li{
    float: left;
}
.m-tabel li a{
    display: block;
    margin-right: 10px;
    height: 42px;
    line-height: 42px;
}
.m-tabel li a:hover{
    color: #007ccb;
}
.ul-news.news li{
	float: left;
	width: 50%;
}
.ul-news.news li .top{
	margin: 0 10px;
}
/*******************************
	-------[=留言反馈]-------
********************************/
#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}
.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1001;
}
#message .m-content {
	margin-top: 10%;
}
#message .m-content .m-message {
	background: #fff;
	width: 580px;
	background: #fff;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1002;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.m-message {
	width: 494px;
	margin: 48px auto 0;
}
.m-message label {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
}
.m-message label em {
	display: block;
	float: right;
	color: red;
	height: 32px;
	line-height: 32px;
}
.m-message label span {
	width: 70px;
	height: 34px;
	line-height: 34px;
	color: #2F2F2F;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
	display: inline-block;
}
.m-message label input.inp,.m-message label textarea,.m-message label.code input {
	width: 77%;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	padding:0 14px;
	box-sizing: border-box;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.m-message label input:focus,.m-message label textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
}
.m-message label textarea {
	height: 72px;
	line-height: 24px;
	padding:10px 14px;
}
.m-message label.code {
	line-height: 34px;
}
.m-message label.code input {
	width: 30%;
	float: left;
	margin-right: 30px;
}
.m-message label.code .pic {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 32px;
}
.m-message label.code img {
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.btn-1 input{
    width: 52px;
    height: 32px;
    line-height: 32px;
    background: #e8e8e8;
    border: none;
    color: #333;
    margin-right: 22px;
    cursor: pointer;
    transition: 0.3s;
}
.btn-1{
    padding-left: 100px;
}
.btn-1 input.focus{
    background: #007ccb;
    color: #fff;
}
.btn-1 input.focus:hover{
    background: #444;
}
.btn-1 input:hover{
    background: #ccc;
}
/*******************************
	-------[=案例详情]-------
********************************/
.m-list2{
	margin-top: 30px;
	padding:26px 10px 10px;
	border: 1px solid #ddd;
	background-color: #f0f0f0;
}
.m-list2 .con{
	margin-bottom: 10px;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.m-list2 .box{
	padding: 26px 20px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.m-list2 .con .pic{
	height: 450px;
	line-height: 450px;
	overflow: hidden;
	text-align: center;
}
.m-list2 .con .pic img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.m-list2 .box .tit{
	margin-bottom: 30px;
	font-size: 22px;
	color: #007ccb;
	font-weight: 600;
}
.ul-txt-01{
	overflow: hidden;
	padding-left: 23px;
	background: url(../images/source.gif) left center no-repeat;
}
.ul-txt-01 li{
	float: left;
	margin-right: 4px;
	font-size: 14px;
	color: #505050;
	font-family: 'microsoft yahei',Verdana, Arial;
}
.ul-txt-01 li a{
	font-size: 12px;
}
.ul-txt-01 li a:hover{
	color: #007ccb;
}





























@charset "UTF-8";
/****************************** components ******************************/
.ml5 {
  margin-left: 0.05rem !important;
}

.mt5 {
  margin-top: 0.05rem !important;
}

.mr5 {
  margin-right: 0.05rem !important;
}

.mb5 {
  margin-bottom: 0.05rem !important;
}

.mg5 {
  margin: 0.05rem !important;
}

.pl5 {
  padding-left: 0.05rem !important;
}

.pt5 {
  padding-top: 0.05rem !important;
}

.pr5 {
  padding-right: 0.05rem !important;
}

.pb5 {
  padding-bottom: 0.05rem !important;
}

.pd5 {
  padding: 0.05rem !important;
}

.ml10 {
  margin-left: 0.1rem !important;
}

.mt10 {
  margin-top: 0.1rem !important;
}

.mr10 {
  margin-right: 0.1rem !important;
}

.mb10 {
  margin-bottom: 0.1rem !important;
}

.mg10 {
  margin: 0.1rem !important;
}

.pl10 {
  padding-left: 0.1rem !important;
}

.pt10 {
  padding-top: 0.1rem !important;
}

.pr10 {
  padding-right: 0.1rem !important;
}

.pb10 {
  padding-bottom: 0.1rem !important;
}

.pd10 {
  padding: 0.1rem !important;
}

.ml15 {
  margin-left: 0.15rem !important;
}

.mt15 {
  margin-top: 0.15rem !important;
}

.mr15 {
  margin-right: 0.15rem !important;
}

.mb15 {
  margin-bottom: 0.15rem !important;
}

.mg15 {
  margin: 0.15rem !important;
}

.pl15 {
  padding-left: 0.15rem !important;
}

.pt15 {
  padding-top: 0.15rem !important;
}

.pr15 {
  padding-right: 0.15rem !important;
}

.pb15 {
  padding-bottom: 0.15rem !important;
}

.pd15 {
  padding: 0.15rem !important;
}

.ml20 {
  margin-left: 0.2rem !important;
}

.mt20 {
  margin-top: 0.2rem !important;
}

.mr20 {
  margin-right: 0.2rem !important;
}

.mb20 {
  margin-bottom: 0.2rem !important;
}

.mg20 {
  margin: 0.2rem !important;
}

.pl20 {
  padding-left: 0.2rem !important;
}

.pt20 {
  padding-top: 0.2rem !important;
}

.pr20 {
  padding-right: 0.2rem !important;
}

.pb20 {
  padding-bottom: 0.2rem !important;
}

.pd20 {
  padding: 0.2rem !important;
}

.ml25 {
  margin-left: 0.25rem !important;
}

.mt25 {
  margin-top: 0.25rem !important;
}

.mr25 {
  margin-right: 0.25rem !important;
}

.mb25 {
  margin-bottom: 0.25rem !important;
}

.mg25 {
  margin: 0.25rem !important;
}

.pl25 {
  padding-left: 0.25rem !important;
}

.pt25 {
  padding-top: 0.25rem !important;
}

.pr25 {
  padding-right: 0.25rem !important;
}

.pb25 {
  padding-bottom: 0.25rem !important;
}

.pd25 {
  padding: 0.25rem !important;
}

.ml30 {
  margin-left: 0.3rem !important;
}

.mt30 {
  margin-top: 0.3rem !important;
}

.mr30 {
  margin-right: 0.3rem !important;
}

.mb30 {
  margin-bottom: 0.3rem !important;
}

.mg30 {
  margin: 0.3rem !important;
}

.pl30 {
  padding-left: 0.3rem !important;
}

.pt30 {
  padding-top: 0.3rem !important;
}

.pr30 {
  padding-right: 0.3rem !important;
}

.pb30 {
  padding-bottom: 0.3rem !important;
}

.pd30 {
  padding: 0.3rem !important;
}

.ml35 {
  margin-left: 0.35rem !important;
}

.mt35 {
  margin-top: 0.35rem !important;
}

.mr35 {
  margin-right: 0.35rem !important;
}

.mb35 {
  margin-bottom: 0.35rem !important;
}

.mg35 {
  margin: 0.35rem !important;
}

.pl35 {
  padding-left: 0.35rem !important;
}

.pt35 {
  padding-top: 0.35rem !important;
}

.pr35 {
  padding-right: 0.35rem !important;
}

.pb35 {
  padding-bottom: 0.35rem !important;
}

.pd35 {
  padding: 0.35rem !important;
}

.ml40 {
  margin-left: 0.4rem !important;
}

.mt40 {
  margin-top: 0.4rem !important;
}

.mr40 {
  margin-right: 0.4rem !important;
}

.mb40 {
  margin-bottom: 0.4rem !important;
}

.mg40 {
  margin: 0.4rem !important;
}

.pl40 {
  padding-left: 0.4rem !important;
}

.pt40 {
  padding-top: 0.4rem !important;
}

.pr40 {
  padding-right: 0.4rem !important;
}

.pb40 {
  padding-bottom: 0.4rem !important;
}

.pd40 {
  padding: 0.4rem !important;
}

.ml45 {
  margin-left: 0.45rem !important;
}

.mt45 {
  margin-top: 0.45rem !important;
}

.mr45 {
  margin-right: 0.45rem !important;
}

.mb45 {
  margin-bottom: 0.45rem !important;
}

.mg45 {
  margin: 0.45rem !important;
}

.pl45 {
  padding-left: 0.45rem !important;
}

.pt45 {
  padding-top: 0.45rem !important;
}

.pr45 {
  padding-right: 0.45rem !important;
}

.pb45 {
  padding-bottom: 0.45rem !important;
}

.pd45 {
  padding: 0.45rem !important;
}

.ml50 {
  margin-left: 0.5rem !important;
}

.mt50 {
  margin-top: 0.5rem !important;
}

.mr50 {
  margin-right: 0.5rem !important;
}

.mb50 {
  margin-bottom: 0.5rem !important;
}

.mg50 {
  margin: 0.5rem !important;
}

.pl50 {
  padding-left: 0.5rem !important;
}

.pt50 {
  padding-top: 0.5rem !important;
}

.pr50 {
  padding-right: 0.5rem !important;
}

.pb50 {
  padding-bottom: 0.5rem !important;
}

.pd50 {
  padding: 0.5rem !important;
}

.f12 {
  font-size: 0.12rem;
}

.f14 {
  font-size: 0.14rem;
}

.f16 {
  font-size: 0.16rem;
}

.f18 {
  font-size: 0.18rem;
}

.f20 {
  font-size: 0.2rem;
}

.f22 {
  font-size: 0.22rem;
}

.f24 {
  font-size: 0.24rem;
}

.f26 {
  font-size: 0.26rem;
}

.f28 {
  font-size: 0.28rem;
}

.f30 {
  font-size: 0.3rem;
}

.f32 {
  font-size: 0.32rem;
}

.f34 {
  font-size: 0.34rem;
}

.f36 {
  font-size: 0.36rem;
}

.lh20 {
  line-height: 0.2rem;
}

.lh22 {
  line-height: 0.22rem;
}

.lh24 {
  line-height: 0.24rem;
}

.lh26 {
  line-height: 0.26rem;
}

.lh28 {
  line-height: 0.28rem;
}

.lh30 {
  line-height: 0.3rem;
}

.lh32 {
  line-height: 0.32rem;
}

.lh34 {
  line-height: 0.34rem;
}

.lh36 {
  line-height: 0.36rem;
}

.lh38 {
  line-height: 0.38rem;
}

.lh40 {
  line-height: 0.4rem;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.clearfix, .container:after,
.row:after,
.center,
.fl_box,
ul {
  *zoom: 1;
}

.clearfix:after, .container:after,
.row:after,
.center:after,
.fl_box:after,
ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.fl_box > * {
  float: left;
}

.content img {
  max-width: 100%;
}

.content_box,
.content_box *,
.content_box *:before,
.content_box *:after {
  box-sizing: content-box;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.vat {
  vertical-align: top;
}

.vam {
  vertical-align: middle;
}

.vab {
  vertical-align: bottom;
}

.block {
  display: block;
}

.iblock {
  display: inline-block;
}

.posr {
  position: relative;
}

.posa {
  position: absolute;
}

.posf {
  position: fixed;
}

.cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contain {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* start-----新闻详情-----start */
.introduction {
  margin-bottom: .2rem;
  border: 1px solid #e5e5e5;
  padding: .05rem;
  background-color: #f5f5f5;
  color: #868686;
  line-height: .22rem;
}

.news_title {
  text-align: center;
  margin-top: .3rem;
}

.news_title h1 {
  font-size: .16rem;
  color: #434343;
  font-weight: bold;
}

.news_title p {
  padding-top: .1rem;
}

.news_title p span {
  padding: 0 .03rem;
}

/* end-----新闻详情-----end */
/* loadmore-----列表分页-----loadmore */
@keyframes ball-fall {
  0% {
    opacity: 0;
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    transform: translateY(145%);
  }
}

.load_more {
  position: relative;
  width: 90%;
  margin: 0 auto;
  transition: all .3s;
}

.load_more .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -9px;
  opacity: 0;
  visibility: hidden;
  cursor: not-allowed;
}

.load_more .la-ball-fall.la-sm {
  margin-left: -18px;
  margin-top: -4px;
}

.load_more .la-ball-fall.la-2x {
  margin-left: -72px;
  margin-top: -18px;
}

.load_more .la-ball-fall.la-3x {
  margin-left: -108px;
  margin-top: -27px;
}

.load_more .load_more_btn {
  border: 0;
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 2em;
  border-radius: 2em;
  background-color: #00a2e9;
  transition: background-color 0.2s;
  outline: none;
}

.load_more .load_more_btn:hover {
  background-color: #1dbaff;
}

.load_more .load_more_btn[disabled] {
  color: transparent;
  opacity: .6;
  cursor: not-allowed;
}

.load_more .load_more_btn[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-fall, .la-ball-fall > div {
  position: relative;
  box-sizing: border-box;
}

.la-ball-fall.la-dark {
  color: #333;
}

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  animation: ball-fall 1s ease-in-out infinite;
}

.la-ball-fall > div:nth-child(1) {
  animation-delay: -300ms;
}

.la-ball-fall > div:nth-child(2) {
  animation-delay: -200ms;
}

.la-ball-fall > div:nth-child(3) {
  animation-delay: -100ms;
}

.la-ball-fall > div:nth-child(4) {
  animation-delay: 0ms;
}

.la-ball-fall.la-sm > div {
  width: 5px;
  height: 5px;
  margin: 2px;
}

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

/* loadmore-----列表分页-----loadmore */
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

body,
button,
input,
select,
textarea {
  font: 14px/1.5 "\5FAE\8F6F\96C5\9ED1", "arial";
  color: #333;
  font-size: 14px;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol {
  list-style: none;
}

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"] {
  cursor: pointer;
}

a {
  color: inherit;
  color: expression(this.parentNode.currentStyle.color);
  text-decoration: none;
}

a:focus, a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

small {
  font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media screen and (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

 

.center {
  width: 1200px;
  margin: 0 auto;
}
 

.i_box2 {
  width: 100%;
  background:#fff;
  padding: 40px 0;
}

.i_box2 .box2_tit strong {
  font-size: 30px;
  color: #1f1a17;
  display: block;
  text-align: center;
}

.i_box2 .box2_tit strong span {
  font-size: 30px;
  color: #e60012;
}

.i_box2 .box2_tit strong span i {
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
}

.i_box2 .box2_tit em {
  font-size: 22px;
  color: #333;
  display: block;
  font-style: normal;
  text-align: center;
}

.i_box2 .box2_tit p {
  font-size: 12px;
  font-family: arial;
  color: #fff;
  height: 30px;
  width: 600px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  background: #007ccb;
  margin-top: 10px;
}

.i_box2 .box {
  width: 100%;
  margin-top: 50px;
}

.i_box2 .box ul {
  width: 410px;
}

.i_box2 .box ul li {
  width: 100%;
  height: 132px;
  background: url(../images/li1.png) no-repeat left center;
  margin-top: 24px;
}

.i_box2 .box ul li i {
  float: left;
  width: 107px;
  height: 107px;
  margin-top: 12px;
}

.i_box2 .box ul li i img {
  display: block;
  margin: 0 auto;
  height: 28px;
  margin-top: 39px;
}

.i_box2 .box ul li .li_cont {
  width: 55%;
  float: left;
  margin-left: 55px;
}

.i_box2 .box ul li .li_cont span {
  font-size: 16px;
  color: #333;
  display: block;
  font-weight: bold;
  padding-top: 15px;
}

.i_box2 .box ul li .li_cont p {
  font-size: 13px;
  color: #333;
  line-height: 22px;
  margin-top: 5px;
}

.i_box2 .box ul li:hover {
  background: url(../images/li2.png) no-repeat left center;
}

.i_box2 .box .fl {
  margin-right: 5px;
}

.i_box2 .box .fr li {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.i_box2 .box .fr li .li_cont {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  position: relative;
}

.i_box2 .box .pic {
  float: left;
  width: 354px;
  margin-left: 8px;
}

.i_box2 .box .pic img {
  display: block;
  width: 100%;
}

.i_box2 .text span {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 30px;
}

.i_box2 .text span a {
  width: 176px;
  height: 44px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 10px;
}

.i_box2 .text span .a1 {
  color: #fff;
  background: url(../images/kuang3.png) no-repeat center;
}

.i_box2 .text span .a2 {
  color: #333;
  background: url(../images/kuang2.png) no-repeat center;
}

.i_box2 .text p {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: #666;
  font-weight: bold;
}

.i_box2 .text p i {
  font-size: 35px;
  color: #007ccb;
  font-family: impact;
  font-style: normal;
}

.box3_list {
  width: 75%;
  padding-left: 20px;
  position: relative;
}

.box3_list ul li {
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom: 14px;
}

.box3_list ul li .imgauto {
  width: 100%;
  height: 210px;
}

.box3_list ul li .imgauto img {
  transform: scale(1);
  transition: .5s;
}

.box3_list ul li span {
  display: block;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  margin-top: 5px;
}

.box3_list ul li:nth-child(3n) {
  margin-right: 0;
}

.box3_list ul li:hover .imgauto img {
  transform: scale(1.08);
  transition: .5s;
}

.box3_list ul li:hover span {
  color: #007ccb;
}

.i_box3 {
  width: 100%;
  padding: 40px 0;
}

.i_box3 .box {
  width: 100%;
  margin-top: 40px;
}

.main_l {
  width: 25%;
  background: #171310;
}

.main_l .main_menu h3 {
  height: 80px;
  width: 100%;
  display: block;
  line-height: 80px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #d70010;
  padding: 0 20px;
}

.main_l .main_menu ul {
  padding: 10px 20px;
}

.main_l .main_menu ul span {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  background: #4a4645;
  padding: 0 20px;
  margin-top: 10px;
  float: left;
}

.main_l .main_menu ul li {
  width: 50%;
  float: left;
  line-height: 40px;
  padding-left: 10px;
  background: url(../images/dian.png) no-repeat left center;
  border-bottom: 1px dashed #4a4645;
}

.main_l .main_menu ul li a {
  font-size: 16px;
  color: #fff;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.main_l .main_menu ul li a:hover {
  color: #e60012;
}

.i_box4 {
  width: 100%;
  padding: 40px 0;
}

.i_box4 .top_pic {
  width: 100%;
  overflow: hidden;
}

.i_box4 .top_pic img {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.i_box4 .text {
  width: 100%;
  margin-top: 30px;
}

.i_box4 .text ul li {
  width: 100%;
  float: left;
  margin-top: 40px;
}

.i_box4 .text ul li .fl {
  width: 50%;
}

.i_box4 .text ul li .fl img {
  width: 100%;
  display: block;
}

.i_box4 .text ul li .fr {
  width: 50%;
}

.i_box4 .text ul li .fr img {
  width: 108%;
  margin-left: -8%;
  margin-top: 20px;
}

.i_box4 .text ul li .fr strong {
  display: block;
  line-height: 54px;
  padding-left: 8%;
}

.i_box4 .text ul li .fr strong i {
  font-size: 30px;
  font-weight: bold;
  color: #e60012;
  border-bottom: 4px solid #c1c1c1;
  font-style: normal;
  padding-bottom: 5px;
}

.i_box4 .text ul li .fr span {
  padding-left: 8%;
  font-size: 22px;
  color: #333;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.i_box4 .text ul li .fr p {
  margin-left: 8%;
  padding-left: 20px;
  font-size: 15px;
  color: #333;
  line-height: 24px;
  margin-top: 5px;
  background: url(../images/dian2.png) no-repeat left 7px;
}

.i_box4 .text ul li.on .fl {
  float: right;
}

.i_box4 .text ul li.on .fr img {
  margin-left: 0;
}

.i_box5 {
  width: 100%;
  margin-top: 20px;
  padding: 10px 0;
  background: url(../images/bg3.png);
}

.i_box5 .box .text {
  width: 55%;
  float: left;
  margin-top: 40px;
}

.i_box5 .box .text span {
  display: block;
  font-size: 45px;
  color: #fff;
  font-weight: bold;
}

.i_box5 .box .text p {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  display: block;
}

.i_box5 .box img {
  width: 31%;
  float: right;
}

.i_box6 {
  width: 100%;
  padding: 40px 0;
}

.i_box6 .box {
  width: 100%;
  margin-top: 40px;
}

.i_box6 .box .fl {
  width: 38%;
}

.i_box6 .box .fl img {
  display: block;
  width: 100%;
}

.i_box6 .box .fr {
  width: 62%;
  padding-left: 3%;
}

.i_box6 .box .fr strong {
  display: block;
  font-size: 20px;
  color: #e60012;
  font-weight: bold;
  margin-bottom: 15px;
}

.i_box6 .box .fr p {
  font-size: 14px;
  color: #333;
  line-height: 29px;
  text-indent: 2em;
}

.i_box6 .box .fr span {
  width: 100%;
  display: block;
  margin-top: 20px;
}

.i_box6 .box .fr span a {
  width: 176px;
  height: 44px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
}

.i_box6 .box .fr span .a1 {
  color: #fff;
  background: url(../images/kuang3.png) no-repeat center;
}

.i_box6 .box .fr span .a2 {
  color: #333;
  background: url(../images/kuang2.png) no-repeat center;
}

.i_box7 {
  width: 100%;
  padding: 40px 0;
  background: #f4f4f4;
}

.i_box7 .box {
  width: 100%;
  margin-top: 30px;
}

.i_box7 .box .fl {
  width: 65%;
}

.i_box7 .box .fr {
  width: 30%;
}

.i_box7 .box .fr .fr_tit {
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.i_box7 .box .fr .fr_tit span {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  float: left;
  margin-right: 20px;
  cursor: pointer;
  border-bottom: 3px solid #333;
  padding-bottom: 10px;
}

.i_box7 .box .fr .fr_tit a {
  float: right;
  line-height: 30px;
  font-size: 14px;
  padding-right: 28px;
  background: url(../images/more.jpg) no-repeat right center;
}

.i_box7 .box .fr .fr_tit a:hover {
  color: #e60012;
}

.i_box7 .box .fr .fr_list {
  width: 100%;
  background: #fff;
  padding-bottom: 10px;
}

.i_box7 .box .fr .fr_list .bd {
  width: 100%;
  padding: 20px;
  max-height: 379px;
  overflow: hidden;
}

.i_box7 .box .fr .fr_list .bd ul li {
  width: 100%;
  height: 125px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.i_box7 .box .fr .fr_list .bd ul li a {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 30px;
  background: url(../images/q.jpg) no-repeat left 3px;
}

.i_box7 .box .fr .fr_list .bd ul li a:hover {
  color: #e60012;
}

.i_box7 .box .fr .fr_list .bd ul li p {
  font-size: 14px;
  height: 72px;
  overflow: hidden;
  color: #333;
  line-height: 24px;
  margin-top: 10px;
  padding-left: 30px;
  background: url(../images/a.jpg) no-repeat left 3px;
}

.box7list {
  width: 100%;
}

.box7list .hd {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.box7list .hd ul {
  float: left;
}

.box7list .hd ul li {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  float: left;
  margin-right: 20px;
  cursor: pointer;
  border-bottom: 3px solid #f4f4f4;
  padding-bottom: 10px;
}

.box7list .hd ul li.on {
  color: #e60012;
  border-bottom: 3px solid #e60012;
}

.box7list .hd a {
  float: right;
  line-height: 30px;
  font-size: 14px;
  padding-right: 28px;
  background: url(../images/more.jpg) no-repeat right center;
}

.box7list .hd a:hover {
  color: #e60012;
}

.box7list .bd ul li .fl {
  width: 47%;
  background: #fff;
}

.box7list .bd ul li .fl img {
  display: block;
  width: 100%;
}

.box7list .bd ul li .fl span {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.box7list .bd ul li .fl span:hover {
  color: #e60012;
}

.box7list .bd ul li .fl p {
  font-size: 14px;
  color: #555;
  display: block;
  line-height: 24px;
  padding: 0 20px;
}

.box7list .bd ul li .fl i {
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 15px;
  font-style: normal;
  background: url(../images/dian.png) no-repeat center #e60012;
}

.box7list .bd ul li .fr {
  width: 47%;
  background: #fff;
}

.box7list .bd ul li .fr .top {
  position: relative;
}

.box7list .bd ul li .fr .top img {
  width: 100%;
}

.box7list .bd ul li .fr .top span {
  width: 100%;
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}

.box7list .bd ul li .fr .list {
  width: 100%;
  padding: 10px 20px;
}

.box7list .bd ul li .fr .list p {
  width: 100%;
  float: left;
  margin: 7px 0;
}

.box7list .bd ul li .fr .list p span {
  width: 20px;
  height: 20px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  display: block;
  float: left;
  background: #8f8c8b;
}

.box7list .bd ul li .fr .list p a {
  width: 85%;
  font-size: 14px;
  color: #333;
  float: left;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 10px;
}

.box7list .bd ul li .fr .list p a:hover {
  color: #e60012;
}

.box7list .bd ul li .fr .list p:first-child span {
  background: #e60012;
}

.footer {
  width: 100%;
  background: #191411;
  padding-top: 10px;
}

.footer .foot_nav {
  height: 60px;
  border-bottom: 1px solid #2e2a27;
}

.footer .foot_nav .list ul li {
  width: 11.11%;
  float: left;
}

.footer .foot_nav .list ul li a {
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #929191;
  display: block;
}

.footer .foot_logo {
  width: 25%;
}

.footer .foot_logo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 55px;
}

.footer .foot_contact {
  width: 48%;
  float: left;
  padding: 20px;
  padding-bottom: 30px;
  border-left: 1px solid #2e2a27;
  border-right: 1px solid #2e2a27;
}

.footer .foot_contact .text2 {
  width: 100%;
}

.footer .foot_contact .text2 p {
  font-size: 14px;
  color: #929190;
  display: block;
  margin-top: 10px;
}

.footer .foot_contact .text2 p a {
  font-size: 14px;
  color: #929190;
}

.footer .foot_contact .text2 p strong {
  font-size: 24px;
  color: #e60012;
  font-weight: bold;
}

.footer .foot_ewm {
  width: 25%;
  float: right;
  margin-top: 15px;
}

.footer .foot_ewm p {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-top: 20px;
  padding: 15px;
  background: #211e1b;
  margin: 0 5px;
  border-radius: 5px;
  width: 47%;
  margin: 0 1%;
}

.footer .foot_ewm p span {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #929190;
  margin-bottom: 8px;
}

.footer .foot_ewm p img {
  display: block;
  width: 100%;
}

.page_banner {
  width: 100%;
  overflow: hidden;
}

.page_banner img {
  width: 1920px;
  height: auto;
  position: relative;
  left: 50%;
  margin-left: -960px;
  z-index: 8;
}

.wrap {
  width: 100%;
  margin: 30px 0;
}

.wrap #m_main_menu {
  display: none;
  position: relative;
}

.wrap #m_main_menu h3 {
  position: relative;
  z-index: 10;
  border-bottom: .1px solid #c02913;
}

.wrap #m_main_menu h3 i {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 9;
  top: 5px;
  right: 10px;
  background: url(../images/ri2.png) no-repeat center;
  background-size: 50%;
}

.wrap #m_main_menu h3.on i {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.main_r {
  width: 75%;
  padding-left: 20px;
}

.page_tit {
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.page_tit span {
  font-size: 22px;
  color: #007ccb;
  font-weight: bold;
  float: left;
  margin-right: 20px;
  cursor: pointer;
  border-bottom: 3px solid #007ccb;
  padding-bottom: 12px;
  float: left;
}

.page_tit p {
  float: right;
  font-size: 13px;
  color: #666;
  padding-left: 20px;
  line-height: 44px;
  background: url(../images/home2.png) no-repeat left center;
}

.page_tit p a {
  font-size: 13px;
  color: #666;
}

.page_tit p a:hover {
  color: #007ccb;
}

.new_list {
  width: 100%;
  margin-top: 20px;
}

.new_list ul li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.new_list ul li .fl {
  width: 25%;
}

.new_list ul li .fl .imgauto {
  width: 100%;
  height: 162px;
  padding: 1%;
  border: 1px solid #ddd;
}

.new_list ul li .fr {
  width: 75%;
  padding-left: 20px;
}

.new_list ul li .fr span {
  font-size: 18px;
  color: #000;
  display: block;
}

.new_list ul li .fr p {
  font-size: 14px;
  color: #888;
  display: block;
  margin-top: 10px;
  line-height: 24px;
}

.new_list ul li .fr .text {
  width: 100%;
  margin-top: 10px;
}

.new_list ul li .fr .text .fenlei {
  float: left;
  font-size: 16px;
  color: #e60012;
  line-height: 30px;
}

.new_list ul li .fr .text .timec {
  float: right;
}

.new_list ul li .fr .text .timec .time {
  padding-left: 20px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  background: url(../images/time.png) no-repeat left center;
  background-size: 16px;
  float: left;
}

.new_list ul li .fr .text .timec .kan {
  background: url(../images/shu.png) no-repeat left center;
  background-size: 16px;
  float: right;
  padding-left: 20px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  margin-left: 20px;
}

.iet {
  height: 30px;
  width: 100%;
  background: #fff3d7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.iet p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #333;
  line-height: 30px;
}

.iet p a {
  color: #3aba50;
  font-size: 12px;
}

.iet span {
  position: absolute;
  right: 5%;
  top: 0;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}

.iet span i {
  font-size: 12px;
  color: #333;
  padding-left: 5px;
  font-style: normal;
}

.content_tit {
  width: 100%;
  border-bottom: 1px dashed #e9e9e9;
  padding-bottom: 15px;
}

.content_tit h3 {
  display: block;
  text-align: center;
  font-size: 28px;
  color: #333;
  font-weight: bold;
  margin-top: 20px;
}

.content_tit p {
  width: 100%;
  text-align: center;
}

.content_tit p span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  line-height: 50px;
  margin-right: 10px;
  padding-left: 10px;
  margin-top: 10px;
  color: #5a5a5a;
  line-height: 100%;
}

.content_tit p span:first-child {
  border-left: none;
}

.content {
  width: 100%;
  padding: 0 1%;
  padding-bottom: 20px;
}

.content p {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 24px;
  margin-top: 10px;
}

.content img {
  display: block;
  max-width: 100%;
}

.show_pages {
  width: 100%;
  background: #f5f5f5;
  padding: 0 1%;
}

.show_pages p {
  font-size: 14px;
  color: #666;
  line-height: 50px;
}

.show_pages p a {
  font-size: 14px;
  color: #666;
  line-height: 50px;
}

.show_pages p a:hover {
  color: #ea5534;
}

.show_pages .fl {
  padding-left: 20px;
  background: url(../images/next.png) no-repeat left center;
}

.show_pages .fr {
  padding-right: 20px;
  background: url(../images/prve.png) no-repeat right center;
}

.show_text {
  width: 100%;
  margin-top: 20px;
}

.show_text h3 {
  border-bottom: 1px solid #ddd;
  display: block;
  margin-bottom: 10px;
}

.show_text h3 span {
  width: 130px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background: #d70010;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.show_text ul li {
  width: 49%;
  float: left;
  padding-right: 2%;
  padding-left: 15px;
  line-height: 30px;
  background: url(../images/dian2.png) no-repeat left center;
}

.show_text ul li a {
  font-size: 14px;
  color: #666;
  float: left;
  width: 60%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.show_text ul li a:hover {
  color: #d70010;
}

.show_text ul li span {
  float: right;
  font-size: 14px;
  color: #999;
}

.show_text ul li:nth-child(2n) {
  padding-right: 0;
  float: right;
}

.pro_list {
  width: 100%;
  margin-top: 20px;
  position: relative;
}

.pro_list ul li {
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom: 14px;
}

.pro_list ul li .imgauto {
  width: 100%;
  height: 210px;
}

.pro_list ul li .imgauto img {
  transform: scale(1);
  transition: .5s;
}

.pro_list ul li span {
  display: block;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  margin-top: 5px;
}

.pro_list ul li:nth-child(3n) {
  margin-right: 0;
}

.pro_list ul li:hover .imgauto img {
  transform: scale(1.08);
  transition: .5s;
}

.pro_list ul li:hover span {
  color: #007ccb;
}

.content_box {
  width: 100%;
  margin-top: 20px;
}

.content_box .fl {
  width: 50%;
  float: left;
}

.content_box .fl .pic {
  padding: 1%;
  border: 1px solid #ddd;
}

.content_box .fl img {
  width: 100%;
  display: block;
}

.content_box .fr {
  width: 47%;
  float: left;
  padding-left: 3%;
}

.content_box .fr p {
  line-height: 45px;
  height: 45px;
  border-bottom: 1px dashed #ddd;
  font-size: 16px;
  color: #666;
}

.content_box .fr p span {
  font-size: 22px;
  color: #007ccb;
  font-family: impact;
}

.content_box .fr a {
  width: 145px;
  height: 40px;
  background: #007ccb;
  font-size: 16px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 40px;
  margin-top: 20px;
  border-radius: 5px;
}

.show_boxa {
  width: 100%;
}

.show_boxa a {
  float: left;
  margin-right: 30px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.show_boxa a:hover {
  color: #007ccb;
}

.show_text2 {
  width: 100%;
}

.show_text2 a {
  float: left;
  margin-right: 30px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.show_text2 a:hover {
  color: #007ccb;
}

@media screen and (max-width: 1200px) {
  .center {
    width: 100%;
  }
  .i_box2 .box .pic {
    display: none;
  }
}

@media screen and (max-width: 1020px) {
  .m_header {
    display: block;
  }
  .header {
    display: none;
  }
  .m_header .m_head_content {
    height: 80px;
  }
  .m_header .m_head_content .m_head_logo {
    height: 80px;
  }
  .m_header .m_head_content .m_head_logo img {
    max-height: 100%;
  }
  .m_header .m_head_content .menu {
    height: 70px;
    width: 70px;
    margin-top: 5px;
    margin-right: 10px;
  }
  .m_header .m_head_content .menu i {
    height: 70px;
    line-height: 70px;
  }
  .app_menu ul li a span {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
  }
  .mtbanner {
    padding-top: 80px;
  }
  .mtop {
    padding-top: 80px;
  }
  .page_banner {
    padding-top: 80px;
  }
  .page_banner img {
    width: 100%;
    height: auto;
    left: 0;
    margin-left: 0;
  }
  .pc_banner {
    display: none;
  }
  .m_banner {
    display: block;
  }
  .i_box3 .box .fl {
    display: none;
  }
  .box3_list {
    width: 100%;
    padding-left: 0;
  }
  .i_box4 {
    padding-top: 10px;
  }
  .i_box4 .text ul li .fr img {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .i_box7 .box .fl {
    width: 100%;
  }
  .i_box7 .box .fr {
    width: 100%;
    margin-top: 10px;
  }
  .main_l {
    width: 100%;
  }
  .main_r {
    width: 100%;
    margin-top: 10px;
    padding: 0 5px;
  }
  .main_l .main_menu h3 {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
  }
  .main_l .main_menu ul li {
    width: 25%;
  }
  .page_tit p {
    display: none;
  }
  #pc_main_menu {
    display: none;
  }
  .wrap #m_main_menu {
    display: block;
  }
  .wrap {
    margin: 10px 0;
  }
}

@media screen and (max-width: 850px) {
  .box1list .hd ul li {
    width: 20%;
  }
  .box1list .hd ul li span {
    padding: 0;
    text-align: center;
  }
  .box1list .bd ul li .fl {
    width: 100%;
  }
  .box1list .bd ul li .fr {
    width: 100%;
    padding: 20px;
  }
  .search {
    height: auto;
  }
  .search .box .fl {
    display: none;
  }
  .search .box .fr {
    width: 100%;
    margin: 10px 0;
  }
  .search .box .fr .inp1 {
    width: 70%;
    height: 40px;
    line-height: 40px;
  }
  .search .box .fr .inp2 {
    width: 30%;
    height: 40px;
    line-height: 40px;
  }
  .i_box2 .box ul {
    width: 100%;
  }
  .i_box2 .box ul li .li_cont {
    width: 230px;
  }
  .i_box4 .text ul li .fl {
    width: 100%;
  }
  .i_box4 .text ul li .fr {
    width: 100%;
  }
  .i_box4 .text {
    margin-top: 10px;
  }
  .i_box5 .box .text {
    width: 100%;
    padding: 0 5px;
    margin-top: 0;
  }
  .i_box5 .box img {
    display: none;
  }
  .i_box5 .box .text span {
    font-size: 24px;
  }
  .i_box5 .box .text p {
    font-size: 14px;
  }
  .box7list .bd ul li .fl {
    display: none;
  }
  .box7list .bd ul li .fr {
    width: 100%;
  }
  .footer .foot_logo {
    display: none;
  }
  .footer .foot_ewm {
    width: 40%;
  }
  .footer .foot_nav {
    display: none;
  }
  .footer .foot_contact {
    width: 55%;
  }
}

@media screen and (max-width: 585px) {
  .m_header .m_head_content {
    height: .46rem;
  }
  .m_header .m_head_content .m_head_logo {
    height: .4rem;
  }
  .m_header .m_head_content .m_head_logo img {
    margin-top: .03rem;
  }
  .m_header .m_head_content .m_head_logo p {
    margin-left: 5px;
  }
  .m_header .m_head_content .m_head_logo p strong {
    font-size: .16rem;
    line-height: 100%;
    margin-top: .07rem;
  }
  .m_header .m_head_content .m_head_logo p span {
    font-size: .11rem;
    margin-top: .03rem;
  }
  .m_header .m_head_content .qiehuan {
    display: block;
  }
  .m_header .m_head_content .menu {
    width: .36rem;
    height: .36rem;
    margin-top: .05rem;
    margin-right: .1rem;
    border-radius: 5px;
  }
  .m_header .m_head_content .menu i {
    height: .36rem;
    line-height: .36rem;
  }
  .mtbanner {
    padding-top: .46rem;
  }
  .mtop {
    padding-top: .46rem;
  }
  .page_banner {
    padding-top: .46rem;
  }
  .app_menu {
    top: .46rem;
  }
  .box_tit strong {
    background: url(../images/tit.png) no-repeat center;
    background-size: 200%;
    font-size: 24px;
  }
  .box_tit span {
    font-size: 16px;
    margin-top: 5px;
  }
  .search {
    padding: 0 5px;
  }
  .i_box2 {
    padding: 20px 0;
  }
  .i_box2 .box2_tit strong {
    font-size: 24px;
  }
  .i_box2 .box2_tit strong span {
    font-size: 24px;
  }
  .i_box2 .box2_tit strong span i {
    font-size: 40px;
  }
  .i_box2 .box2_tit em {
    font-size: 16px;
  }
  .i_box2 .box2_tit p {
    display: none;
  }
  .i_box2 .box {
    margin-top: 20px;
  }
  .box3_list ul li {
    width: 48%;
    margin: 0 1%;
    margin-bottom: 15px;
  }
  .box3_list ul li:nth-child(3n) {
    margin-right: 1%;
  }
  .box3_list ul li:hover .imgauto img {
    transform: scale(1);
    transition: .5s;
  }
  .i_box6 .box .fl {
    width: 100%;
  }
  .i_box6 .box .fr {
    width: 100%;
    padding: 0 5px;
  }
  .i_box6 .box .fr p {
    text-indent: 0;
  }
  .i_box6 .box .fr span a {
    width: 47%;
    margin: 0 1%;
  }
  .i_box6 .box .fr span .a1 {
    background-size: 100% 100%;
  }
  .i_box6 .box .fr span .a2 {
    background-size: 100% 100%;
  }
  .footer .foot_contact {
    width: 100%;
  }
  .footer .foot_ewm {
    width: 100%;
  }
  .new_list ul li .fl {
    width: 30%;
  }
  .new_list ul li .fr {
    width: 70%;
  }
  .show_pages p {
    line-height: 40px;
  }
  .show_pages p a {
    line-height: 40px;
  }
  .show_pages .fl {
    width: 100%;
  }
  .show_pages .fr {
    width: 100%;
    padding-right: 0;
    padding-left: 20px;
    background: url(../images/prve.png) no-repeat left center;
  }
  .show_text ul li {
    width: 100%;
    padding-right: 0;
  }
  .show_text ul li:nth-child(2n) {
    padding-right: 0;
  }
  .pro_list ul li {
    width: 48%;
    margin: 0 1%;
    margin-bottom: 20px;
  }
  .pro_list ul li:nth-child(3n) {
    margin-right: 1%;
  }
  .content_box .fl {
    width: 100%;
  }
  .content_box .fr {
    width: 100%;
    padding-left: 0;
    margin-top: 1px;
  }
}

@media screen and (max-width: 450px) {
  .box1list .hd ul li span {
    font-size: 13px;
  }
  .i_box1 {
    padding: 15px 0;
  }
  .box1list {
    margin-top: 20px;
  }
  .box1list .bd ul li .fr {
    padding: 10px;
  }
  .box1list .bd ul li .fr span {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .box1list .bd ul li .fr p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .box1list .bd ul li .fr a {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 10px;
    background-size: 100%;
  }
  .i_box1 {
    padding-bottom: 0;
  }
  .i_box2 .box2_tit strong {
    font-size: 22px;
  }
  .i_box2 .box2_tit strong span {
    font-size: 22px;
  }
  .i_box2 .box2_tit strong span i {
    font-size: 40px;
  }
  .i_box2 .box {
    padding: 0 5px;
  }
  .i_box2 .box ul li {
    background-size: 100%;
    height: 134px;
    margin-top: 10px;
  }
  .i_box2 .box ul li .li_cont {
    width: 55%;
    margin-left: 11%;
  }
  .i_box2 .box ul li i {
    width: 26.5%;
    height: auto;
  }
  .i_box2 .box ul li:hover {
    background: url(../images/li2.png) no-repeat left center;
    background-size: 100%;
  }
  .i_box2 .text span a {
    width: 45%;
    margin: 0 2%;
    background-size: 100%;
  }
  .i_box2 .text span .a1 {
    background-size: 100%;
  }
  .i_box2 .text span .a2 {
    background-size: 100%;
  }
  .i_box2 .text p i {
    font-size: 30px;
  }
  .box3_list ul li .imgauto {
    height: 150px;
  }
  .i_box3 .box {
    margin-top: 20px;
  }
  .box3_list ul li span {
    font-size: 14px;
  }
  .i_box4 .text ul li {
    margin-top: 10px;
  }
  .i_box4 .text ul li .fr {
    padding: 0 5px;
    margin-top: 10px;
  }
  .i_box4 .text ul li .fr strong {
    line-height: 40px;
    padding-left: 10px;
  }
  .i_box4 .text ul li .fr strong i {
    font-size: 24px;
  }
  .i_box4 .text ul li .fr span {
    font-size: 18px;
    padding-left: 10px;
  }
  .i_box4 .text ul li .fr p {
    font-size: 14px;
    margin-left: 10px;
  }
  .i_box4 .top_pic img {
    width: 1400px;
    margin-left: -700px;
  }
  .i_box5 .box .text span {
    text-align: center;
  }
  .i_box5 .box .text p {
    margin-top: 10px;
    line-height: 24px;
  }
  .box7list {
    padding: 0 5px;
  }
  .i_box7 .box .fr {
    padding: 0 5px;
  }
  .box7list .bd ul li .fr .list {
    padding: 10px;
  }
  .footer .foot_contact {
    width: 100%;
    padding: 10px 5px;
  }
  .footer .foot_ewm {
    padding-bottom: 20px;
  }
  .footer .foot_ewm p img {
    max-width: 108px;
    margin: 0 auto;
  }
  .main_l .main_menu ul span {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }
  .main_l .main_menu ul li {
    width: 50%;
  }
  .main_l .main_menu ul li a {
    font-size: 14px;
  }
  .main_l .main_menu h3 {
    font-size: 18px;
  }
  .new_list ul li .fl {
    width: 35%;
  }
  .new_list ul li .fr {
    width: 65%;
    padding-left: 10px;
  }
  .new_list ul li .fr p {
    display: none;
  }
  .new_list ul li .fr .text .fenlei {
    width: 100%;
  }
  .new_list ul li .fr .text .timec {
    width: 100%;
    float: left;
  }
  .new_page_tit {
    display: none;
  }
  .content_tit h3 {
    font-size: 24px;
    margin-top: 5px;
  }
  .pro_list ul li {
    margin-bottom: 10px;
  }
  .pro_list ul li .imgauto {
    height: 145px;
  }
  .pro_list ul li span {
    font-size: 14px;
  }
  .show_boxa a {
    margin-right: 20px;
  }
  .show_text2 a {
    margin-right: 20px;
  }
  .content_box .fr a {
    width: 130px;
  }
}

@media screen and (max-width: 350px) {
  .i_box2 .box ul li {
    height: 105px;
  }
  .i_box2 .box ul li .li_cont {
    width: 62%;
  }
  .i_box2 .box ul li .li_cont span {
    font-size: 14px;
    padding-top: 10px;
  }
  .i_box2 .box ul li .li_cont p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 2px;
  }
}

/****************************** media ******************************/


