﻿* {
	padding: 0;
	margin: 0;
	outline: 0;
	font-family: "微软雅黑", arial;
	text-decoration: none;
	list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

img {
	border: none;
}

body {
	width: auto !important;
	overflow: auto !important;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 65px;
}

body.no-scroll {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0;
	overflow: hidden;
	max-width: 640px;
	right: 0;
	margin: auto;
}

header {
	height: 65px;
	position: fixed;
	background: #fff;
	overflow: hidden;
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
	max-width: 640px;
	margin: auto;
}

header .logo {
	width: 195px;
	overflow: hidden;
	margin-left: 13px;
	margin-top: 14px;
	float: left;
}

header .logo a {
	display: block;
	overflow: hidden;
}

header .logo img {
	width: 100%;
	float: left;
}

.hamburger__icon {
	position: relative;
	margin-top: 22px;
	margin-left: 8px;
}

.fat-nav {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 115, 192, 0.8);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.hamburger {
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	top: 9px;
	right: 6px;
	z-index: 100;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

.hamburger__icon,
.hamburger__icon:before,
.hamburger__icon:after {
	display: block;
	width: 35px;
	height: 4px;
	background-color: #0073c0;
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	border-radius: 2px;
}

.hamburger__icon:before,
.hamburger__icon:after {
	position: absolute;
	content: "";
}

.hamburger__icon:before {
	top: -12px;
}

.hamburger__icon:after {
	top: 12px;
}

.hamburger.active .hamburger__icon {
	background-color: transparent;
}

.hamburger.active .hamburger__icon:before,
.hamburger.active .hamburger__icon:after {
	background-color: #0073c0;
}

.hamburger.active .hamburger__icon:before {
	-moz-transform: translateY(11px) rotate(45deg);
	-ms-transform: translateY(11px) rotate(45deg);
	-webkit-transform: translateY(11px) rotate(45deg);
	transform: translateY(11px) rotate(45deg);
}

.hamburger.active .hamburger__icon:after {
	-moz-transform: translateY(-13px) rotate(-45deg);
	-ms-transform: translateY(-13px) rotate(-45deg);
	-webkit-transform: translateY(-13px) rotate(-45deg);
	transform: translateY(-13px) rotate(-45deg);
}

.fat-nav__wrapper {
	width: 100%;
	height: auto !important;
	display: table;
	table-layout: fixed;
}

.fat-nav.active {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.nav-box {
	overflow: hidden;
	background: url(../images/main/nav-box.png) no-repeat center center;
	background-size: 95% 95%;
	height: 320px;
	width: 320px;
	margin: auto;
	/*margin-top: 86px;*/
	margin-bottom: 25px;
}

.nav-box .navs {
	overflow: hidden;
	display: block;
	float: left;
	width: 50%;
	height: 160px;
	margin-bottom: 2px;
}

.nav-box .navs a {
	display: block;
	overflow: hidden;
	height: 100%;
}

.nav-box .navs .ioc {
	width: 75px;
	height: 75px;
	overflow: hidden;
	background-size: 100% 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 29px;
	margin-bottom: 12px;
}

.nav-box .navs .txt {
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;
	color: #fff;
	text-align: center;
}

.main-box {
	overflow: hidden;
	/* margin-top: 65px; */
}

.nav-new {
	overflow: hidden;
	padding: 0px 19px;
	margin-bottom: 10px;
}

.nav-new-top {
	overflow: hidden;
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	border-bottom: 1px solid #a2c8e4;
}

.nav-new-top .more {
	font-size: 15px;
	opacity: 0.6;
	float: right;
	color: #fff;
}

.nav-new-li {
	overflow: hidden;
	line-height: 40px;
}

.nav-new-li a {
	line-height: 42px;
	display: block;
	font-size: 15px;
	color: #fff;
	border-bottom: 1px solid #a2c8e4;
	position: relative;
	padding-right: 95px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nav-new-li a:before {
	content: '·';
	font-size: 30px;
	padding-right: 5px;
	float: left;
	line-height: 41px;
}

.nav-new-li .time {
	position: absolute;
	right: 0px;
}

.nav-new-li a:last-child {
	border-bottom: none;
}

.qh-yy {
	text-align: center;
	overflow: hidden;
	padding: 15px 0px;
	margin-bottom: 8px;
	margin-top: 70px;
}

.qh-yy span {
	height: 18px;
	width: 1px;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px;
}

.qh-yy a {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	opacity: 0.6;
}

.qh-yy a.active {
	opacity: 1;
}

.fl-img,
.fl-img a {
	overflow: hidden;
	display: block;
}

.fl-img img {
	float: left;
	width: 100%;
}

.main-nav {
	overflow: hidden;
	height: 45px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

.main-nav .to-back {
	background-image: url(../images/main/to-back.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 45% 45%;
	background-color: #0073c0;
	display: block;
	height: 45px;
	line-height: 45px;
	width: 55px;
	float: left;
}

.main-nav-box {
	display: -moz-box;
	display: -webkit-box;
	display: box;
	overflow: hidden;
}

.main-nav-box a {
	overflow: hidden;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #999999;
	height: 45px;
	line-height: 45px;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	border-top: 1px solid #ccc;
}

.main-nav-box a:after {
	content: '';
	height: 20px;
	width: 1px;
	display: block;
	background: #cccccc;
	position: absolute;
	right: 0px;
	top: 13px;
}

.main-nav-box a.active {
	font-size: 17.5px;
	color: #0073c0;
}

.main-nav-box a:last-child:after {
	display: none;
}


/*底部*/

footer {
	overflow: hidden;
	border-top: 20px solid #eeeeee;
    padding-bottom: 50px;
    background: #fff;
}

.footer-box {
	overflow: hidden;
	width: 100%;
	padding: 3% 0 6%;
}

.footer-boxs {
	overflow: hidden;
	text-align: center;
	color: #0073c0;
	position: relative;
    width: 50%;
    float: left;
    box-sizing: border-box;;
}

.footer-boxs select {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	right: 0px;
	opacity: 0;
}

.footer-boxs p {
    color: #0073c0;
    font-size: 0.4rem;
}

.footer-boxs a {
	display: block;
	overflow: hidden;
    position: relative;
}
.footer-boxs:first-child{border-right: 1px solid #ccc;}
.footer-boxs img {
	width: 2.5rem;vertical-align: bottom;
}

footer .cop {
	border-top: 1px solid #cccccc;
	text-align: center;
	font-size: 0.3rem;
	color: #999999;
	line-height: 22px;
	overflow: hidden;
	background: #f5f5f5;
	padding: 14px 2px;
}

.footer-fl {
	position: fixed;
	/*height: ;*/
}

.footer-flbox {
	width: 280px;
	height: 280px;
	background: url(../images/footer-fl.png) no-repeat center center;
	background-size: 100% 100%;
	position: fixed;
	bottom: -92px;
	left: -97px;
	z-index: 80;
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.footer-flbox.active {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.footer-fl-open {
	width: 50px;
	height: 50px;
	background: url(../images/footer-fl-open.png) no-repeat center center;
	background-size: 100% 100%;
	position: fixed;
	bottom: 8px;
	left: 15px;
	z-index: 85;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	cursor: pointer;
}

.footer-fl-open.active {
	background: url(../images/footer-fl-close.png) no-repeat center center;
	background-size: 80% 80%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	left: 18px;
	bottom: 22px;
}

.footer-flbox a {
	overflow: hidden;
	display: block;
}

.footer-flbox a.footer-a1 {
	height: 59px;
	width: 63px;
	position: absolute;
	top: 35px;
	right: 117px;
}

.footer-flbox a.footer-a2 {
	height: 59px;
	width: 63px;
	position: absolute;
	top: 60px;
	right: 41px;
}

.footer-flbox a.footer-a3 {
	height: 59px;
	width: 63px;
	position: absolute;
	top: 128px;
	right: 38px;
}

.pags-box {
	/* margin-bottom: 40px; */
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
}

.pags-box .pags-txt {
	/* float: right; */
	overflow: hidden;
}

.pags-box a {
	color: #999999;
	display: block;
	float: none;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	width: 30px;
	display: inline-block;
}

.pags-box .pags-a {
	background: rgba(0, 0, 0, 0) url("../images/pag.png") no-repeat scroll -31px 0;
	margin-right: 10px;
}

.pags-box .prev {
	background: rgba(0, 0, 0, 0) url("../images/pag.png") no-repeat scroll 0 0;
	margin-right: 10px;
	text-indent: -1000px;
}

.pags-box .next {
	background: rgba(0, 0, 0, 0) url("../images/pag.png") no-repeat scroll -62px 0;
	text-indent: -1000px;
}

.pags-box a:hover,
.pags-box a.active {
	background-position-y: -30px;
	color: #0073c0;
}

.qq-mask {
	overflow: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0, 115, 192, 0.8);
	z-index: 999;
	display: none;
}

.qq-boxs {
	width: 80%;
	height: 90%;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 10000;
	display: none;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: hidden;
}

.qq-boxs .txt-box {
	overflow: auto;
	background: #fff;
	border-radius: 12px;
	padding: 2% 1%;
	position: relative;
	margin: auto;
	height: -webkit-calc(100% - 130px);
}

.qq-boxs .txt-box a {
	background: #0073c0;
	display: block;
	float: left;
	color: #fff;
	font-size: 13px;
	line-height: 40px;
	width: 45%;
	margin: 1.5% 2.5%;
	text-align: center;
	border-radius: 8px;
	height: 40px;
	overflow: hidden;
}

.qq-titles {
	text-align: center;
	line-height: 35px;
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: bold;
	margin-top: 10px;
}

.qq-close {
	width: 50px;
	height: 50px;
	background: url(../images/footer-fl-close.png) no-repeat center center;
	background-size: 80% 80%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	border-radius: 50%;
}

.fd-box {
	overflow: hidden;
	position: fixed;
	bottom: 4px;
	right: 0px;
	width: calc(100% - 85px);
	background: rgba(255, 255, 255, 0.6);
	height: 40px;
	line-height: 40px;
	z-index: 3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 9;
}

.fd-box.active {
	-webkit-transform: translate(100%, 0);
	-moz-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	-o-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.fd-box a {
	display: block;
	width: 33.3%;
	text-align: center;
	color: #333333;
	font-size: 15px;
	float: left;
	height: 40px;
	position: relative;
}

.fd-box a.qq-ioc:before {
	width: 1px;
	height: 22px;
	background: #cccccc;
	content: '';
	display: block;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -11px;
}

.fd-box a.qq-ioc i {
	background: url(../images/qq-ioc.png) no-repeat;
	width: 15px;
	height: 19px;
	display: inline-block;
	background-size: auto 100%;
	margin: -5px 7px 0px 4px;
	vertical-align: middle;
}

.fd-box a.phone-ioc i {
	background: url(../images/phone-ioc.png) no-repeat;
	width: 18px;
	height: 20px;
	display: inline-block;
	background-size: 100% auto;
	margin: -1px 4px 0px 4px;
	vertical-align: middle;
}




/*20180503*/
.w640{max-width:640px;margin: 0 15px;}
.img100 img{width: 100%;vertical-align: bottom;}
.fl{float: left;}
.fr{float: right;}
.clear:after{display: table;content: '';clear: both;}
/*慈善事业*/
.love{margin-top: 6%;}
.love li{float: left;width: 48%;margin-right: 4%;margin-bottom:4%;}
.love li:nth-child(even){margin-right: 0;}
.love-des{overflow: hidden;padding:10px 5px;position: relative;}
.love-des p{font-size: 13px;color: #222;min-height: 36px;}
.love-des span{font-size: 14px;color: #666;}
.love-des i{position: absolute;width: 20px;height: 20px;right: 5px;bottom:10px;border-radius: 100%;-webkit-border-radius: 100%;background:#c1c1c1 url("../images/aixin-ic.png");}
.love li a{display: block;}
.love li:hover .love-des{border-color: #0073c0;box-shadow: 0 2px 4px #ddd;}
.love li:hover .love-des i{background-color: #0073c0;}
/*产品详情*/
.cpsp,.spbox{position: absolute;left: 0;right: 0;top:0;bottom:0;}
.cpsp video{width: 100%;height: 100%;}
.cpspbtn{position: absolute;width: 100%;height: 100%;left: 0;top:0;z-index: 9;}
.cpspbtn:before{content: ''; position: absolute;width: 55px;height: 55px;background: url("../images/bofang.png");top:50%;left: 50%;margin: -27px 0 0 -27px;}
.xq-box-img .flexslider .slides > li.active .cpspbtn{display: none;}
.spbox{z-index: 4;}
/*销售网点*/
.maps{width: 100%;height: 250px;box-shadow: 0 0 6px #ddd;margin-top:25px;}
.sxmaps{padding: 20px 0;position: relative;z-index: 5;}
.sxmaps-l{width: 76%;}
.sxmaps-list{width: 45%;height: 38px;border:1px solid #ccc;border-radius: 4px;-webkit-border-radius: 4px;position: relative;margin-right: 4%;}
.sxmaps-cs{position: absolute;left: 4px;top:0;height: 100%;font-size: 14px;color: #808080;line-height: 38px;}
.sxmaps-sl{line-height: 38px;position: relative;padding-left: 50px;cursor: pointer;}
.sxmaps-sl p{font-size: 14px;}
.sxmaps-sl ul{position: absolute;left: 0;top:40px;border:1px solid #ccc;width: 100%;box-sizing: border-box;border-radius: 4px;-webkit-border-radius: 4px;max-height: 200px;overflow-y: auto;background: #fff;display: none;}
.sxmaps-sl ul li{font-size: 14px;cursor: pointer;text-align: center;line-height: 2em;}
.sxmaps-sl ul li:hover{background: #e5e5e5;}
.sxmaps-sl:before{content: '';position: absolute;width: 12px;height: 12px;background: url("../images/downs.png");top:50%;right: 12px;margin-top: -6px;}
.sxmaps-sl.active:before{transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.sxmaps-r{width:24%;height: 38px;text-align: center;line-height: 38px;color: #fff;background: #0073c0;border-radius: 4px;-webkit-border-radius: 4px;font-size: 14px;}
.sxmaps-sl:before{transition: all .3s linear;-webkit-transition: all .3s linear;}
.city-list li{border-top: 1px solid #e5e5e5;padding: 15px 0;}
.city-title b{font-size: 16px; color: #333;font-weight: normal;}
.city-title span{font-size: 14px; color: #808080;}
.city-cons{position: relative;padding-left: 100px;margin: 6px 0;}
.city-cons span{position: absolute;left: 0;top:0;font-size: 14px; color: #999;}
.city-cons span img{vertical-align: middle;margin: -2px 15px 0 0;}
.city-cons p{font-size: 14px; color: #808080;}
.city-list{margin-bottom: 30px;}


/*.tech-list li{float: left;width: 48%;padding-right: 4%;border-bottom: 1px solid #e6e6e6;margin-top: 30px;}*/
/*.tech-list li.even{padding-right: 0;}*/
/*.tech-title{margin-bottom: 12px;}*/
/*.tech-title h4{font-weight: normal;font-size: 18px; color: #333;position: relative;padding-right: 15px;}*/
/*.tech-title h4:after{content: '';position: absolute;width: 7px;height: 12px;background: url("../images/jszc15.png");top:50%;margin-top: -6px;right: 0;}*/
/*.tech-title a{font-size: 14px; color: #999;text-transform: uppercase;line-height: 24px;}*/
/*.tech-des{margin: 20px 0;height: 180px;}*/
/*.tech-des a{display: block;position: relative;font-size: 14px; color: #333;line-height: 30px;padding-left: 15px;}*/
/*.tech-des a:before{content: '';width: 6px;height: 6px;position: absolute;top:50%;margin-top: -3px;left: 0;-webkit-border-radius: 100%;border-radius: 100%;background: #b3b3b3;}*/
/*.tech-des a:hover{color: #0073c0;}*/
/*.tech-des a:hover:before{background: #0073c0;}*/
/*.fanan-list li{float: left;width: 32%;margin-right: 2%;text-align: center;}*/
/*.fanan-list li.last{margin-right: 0;}*/
/*.fanan-list li p{font-size: 14px;color: #313131;}*/
/*.fanan-list .img100{height: 166px;margin-bottom: 15px;}*/
/*.fanan-list{margin-bottom: 70px;}*/






/*index*/
.text-center{text-align: center;}
.mg-t4{margin-top: 0.37rem;}
.pd-tb6{padding: 0.6rem 0;}
.bgfff{background: #fff;}
.w-center{margin: 0 15px;}
.index-title{position: relative;margin-bottom: 0.2rem;}
.index-title div{position: relative;z-index: 6;margin-left: 6%;}
.index-title h2{font-weight: normal;font-size: 0.4rem;display: inline-block;background: #fff;padding: 0 2%;}
.index-title p{color: #999;font-size: 0.346666rem;display: block;padding-left: 2%;text-transform: uppercase;}
.index-title:before{content: '';position: absolute;top:0.26rem;width: 100%;left: 0;border-top: 1px solid #d9d9d9;z-index: 3;}
.index-title a{position: absolute;background: #fff;right: 0;top:0;z-index: 6;font-size: 0.32rem;color: #969696;line-height: 1.6em;padding-left:3%;}
.index-tt-box .img100{width: 3.2rem;}
.index-tt-des{width: 5.5rem;}
.index-tt-box li{border-bottom: 1px solid #d9d9d9;}
.index-tt-box li a{display: block;padding: 0.346666rem 0;}
.index-tt-des p{color: #000;font-size: 0.32rem;margin-bottom: 0.1rem;}

.news .index-tt-des p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.7em;
}
.index-tt-des span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .index-tt-des span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-tt-des span{color: #808080;font-size: 0.3rem;}
.cpbox-img{position: relative;}
.cp-title{position: absolute;left: 0.8rem;bottom:1.2rem;}
.cp-title h2{color: #fff;font-weight: normal;font-size: 0.4rem;}
.cp-title p{color: #fff;font-size: 0.4rem;margin-bottom: 0.2rem;}
.cp-title i{width: 0.8rem;display: block;border-top:2px solid #fff;}
.gengduo{position: absolute;width: 1.2rem;height: 1.2rem;text-align: center;line-height: 1.2rem;background: #fff;box-shadow: 0 0 4px #ddd;left: 50%;margin-left: -0.6rem;bottom:-0.6rem;border-radius: 100%;-webkit-border-radius: 100%;color: #4c4c4c;font-size: 0.32rem;}
.cp-list{margin-top: 1.2rem;padding-bottom: 0.5rem;}
.cp-list li{float: left;width: 32%;margin-right: 2%;}
.cp-list li:nth-child(3n){margin-right: 0;}
.cp-list p{color: #000;font-size: 0.26666rem;}
.cp-list span{color: #808080;font-size: 0.24rem;display: block;margin-top: 0.2rem;}
.cp-list li .img100{margin-bottom: 0.2rem;}
.fangan-list li{border:none;margin: 0.346666rem 0;background: #f2f2f2;}
.fangan-list li a{padding:0;}
.fangan-list li:nth-child(even) .img100{float: right;}
.fangan-list li:nth-child(even) .index-tt-des{float: left;margin-right: 0;margin-left: 0.2rem;}
.fangan-list .index-tt-des{margin-right: 0.2rem;padding-top: 0.1rem;}
.ttll-sm img{width: 100%;vertical-align: bottom;}
.ttll-sm{position: relative;}
.ttll-sm .swiper-pagination{position: static;margin-top: 0.4rem;}
.ttll-big{width: 6rem;margin: 0.6rem auto;}
.dblj{margin-bottom: 0.4rem;}
.dblj li{float: left;width: 20%;text-align: center;}
.dblj li a{display: block;color: #808080;font-size: 0.346666rem;}



.erji-box{margin-top: 15px;}
.cp-list2-title{margin-top: 25px;}
.cp-list2-title h2{font-size: 0.5rem;color: #222;text-transform: uppercase;}
.cp-list2-title h3{font-size: 0.4rem;color: #222;margin: 0.1rem auto 0.2rem;}
.cp-list2-title i{display: block;width: 0.6rem;height: 2px;background: #0073c0;margin: 0 auto;}
.cp-list2-des{background-size: cover;background-position: center;background-repeat: no-repeat;}
.cp-list2-list li{width: 100%;position: relative;margin-top: 0.26rem;}
.cp-list2-list li a{display: block;}
.cp-list2-list li.last{margin-right: 0;}
.cp-list2-list li .img100{width: 50%;background: #f5f5f5;}
.cp-list2-des{position: absolute;right: 0;height: 100%;top:0;width: 50%;}
.cp-list2-des:before{content: '';left: 0;position: absolute;top:0;right: 0;bottom:0;background: rgba(0,0,0,0.4);z-index: 5;}
.cp-des2{position: relative;z-index: 9;margin-top: 1rem;margin-left: 0.5rem;}
.cp-des2 h3{font-size: 0.40rem; color: #fff;margin-bottom: 6px;}
.cp-des2 p{font-size: 0.32rem; color: #fff;}
.circel{width: 20px;height: 20px;background: url("../images/18050419.png");margin-top:0.5rem;}
.cp-list2-list li:hover .cp-list2-des:before{background: rgba(2,116,192,0.8);}
.cp-list2-list li:hover .circel{background: url("../images/18050420.png");}
.cp-list2-title{margin-bottom: 30px;}
.cp-list2-list{margin-bottom: 15px;}

.cp-list2-list .cpxx-con{right: 5%;}


@media only screen and (min-width:640px) {
	.hamburger {
		right: auto;
		left: 50%;
		margin-left: 265px;
	}
}