@charset "utf-8";
@media(min-width:800px) {
/* CSS Document */
.max {
	min-width: 1200px;
}
.box {
	width: 1200px;
	margin: 0 auto;
}
.box:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}
.box ul:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}
.max:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}
.box .left {
	float: left;
}
.box .right {
	float: right;
}
.box a {
	text-decoration: none;
}

.about {
	height: 618px;
	background: url(../images/about_bg.jpg) no-repeat center;
}
.about .box {
	height: 618px;
	position: relative;
}
.about .box:after {
	content: "";
	width: 1171px;
	height: 512px;
	background: url(../images/about_box.png) no-repeat center;
	position: absolute;
	left: 60px;
	top: 50px;
	visibility: visible;
}
.about .box .t {
	display: block;
	font-size: 32px;
	color: rgba(255,255,255,.5);
	position: absolute;
	right: 55px;
	top: 30px;
	font-weight: bold;
}
.about .box .left {
	display: block;
	margin-top: 98px;
	position: relative;
	z-index: 99;
	width: 550px;
	height: 420px;
}
.about .box .left img {
	width: 100%;
	height: 100%;
}
.about .box .right {
	position: absolute;
	width: 623px;
	top: 111px;
	right: 0;
	z-index: 99;
}
.about .box .right strong {
	font-size: 32px;
	color: #fff;
	display: block;
}
.about .box .right .about_tab {
	margin-top: 25px;
	margin-bottom: 30px;
}
.about .box .right .about_tab a {
	display: inline-block;
	width: 119px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border: 2px solid rgba(255,255,255,.7);
	color: #fff;
	font-size: 16px;
	margin-right: 15px;
	border-radius: 7px;
}
.about .box .right .about_tab a:hover, .about .box .right .about_tab a.on {
	background: #fff;
	color: #2c68bb;
}
.about .box .right .j {
	font-size: 15px;
	color: #fff;
	line-height: 27px;
}
.about .box .right .j p {
	margin-bottom: 20px;
	text-align: justify;
}
.about .box .right a.more {
	color: #fff;
	display: block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	border: 2px solid rgba(255,255,255,.7);
	text-align: center;
	border-radius: 25px;
}
.about .box .right a.more:hover {
	background: #fff;
	color: #2c68bb;
}

/*优势 */

.youshi {
/*	padding-top: 50px;
	padding-bottom: 70px;
*/}
.youshi .lmt {
	position: relative;
	margin-bottom: 50px;
	height: 160px;
}
.youshi .lmt i {
	display: block;
	font-size: 50px;
	font-family: "宋体";
	color: #fbfbfb;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}
.youshi .lmt .t {
	position: absolute;
	left: 244px;
	top: 20px;
	z-index: 5;
}
.youshi .lmt .t span {
	text-align: center;
	display: block;
	font-size: 12px;
	color: #333333;
	line-height: 24px;
}
.youshi .lmt .t p {
	text-align: center;
	font-size: 29px;
	color: #2c68bb;
}
.youshi .lmt .t strong {
	text-align: center;
	display: block;
	font-size: 36px;
	color: #2c68bb;
}
.youshi .lmt .t .p {
	width: 700px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #2c68bb;
	margin-top: 10px;
	position: relative;
}
.youshi .lmt .t .p:after {
	content: "";
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid #2c68bb;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -10px;
}
.youshi ul li {
	display: block;
	float: left;
	width: 50%;
	background: #f3f4f6;
	margin-bottom: 1px;
}
.youshi ul li:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}
.youshi ul li .left {
	width: 265px;
	position: relative;
	overflow: hidden;
}
.youshi ul li .left strong {
	display: block;
	font-size: 28px;
	color: #fff;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 265px;
	height: 189px;
}
.youshi ul li .left strong span {
	display: block;
	position: absolute;
	right: 15px;
	bottom: 15px;
	z-index: 10;
}
.youshi ul li .left strong:after {
	content: "";
	width: 200px;
	height: 156px;
	background: rgba(44,104,187,.71);
	display: block;
	position: absolute;
	transform: rotate(7deg);
	-ms-transform: rotate(43deg);
	-moz-transform: rotate(43deg);
	-webkit-transform: rotate(43deg);
	z-index: 5;
	-o-transform: rotate(43deg);
	left: 120px;
	top: 120px;
}
.youshi ul li .left img {
	display: block;
	width: 100%;
}
.youshi ul li .right {
	width: calc(100% - 265px);
}
.youshi ul li .right strong {
	text-align: center;
	font-size: 24px;
	color: #2c68bb;
	display: block;
	padding-top: 55px;
}
.youshi ul li .right p {
	text-align: center;
	font-size: 18px;
	color: #333;
	margin-top: 15px;
}




}
@media screen and (max-width: 768px) {
.maximg img {
	max-width: 100% !important;
	height: auto !important
}
}



@media(max-width:800px) {

.max {
	max-width: 780px;
	margin: 0 auto;
}
.box {
	width: 96%;
	margin: 0 auto;
}
.box:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}
.max ul:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}
.max:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}
.max .left {
	float: left;
}
.max .right {
	float: right;
}
.max a {
	text-decoration: none;
}

.about {
	height: auto;
	background: url(../images/about_bg.jpg) no-repeat center;
	background-size: cover;
	padding-top: 25px;
	padding-bottom: 25px;
}
.about .box {
	height: auto;
	position: relative;
}
.about .box .t {
	display: none;
}
.about .box .left {
	display: block;
	float: none;
}
.about .box .left img {
	display: block;
	width: 100%;
}
.about .box .right {
	width: 100%;
}
.about .box .right strong {
	font-size: 22px;
	color: #fff;
	display: block;
	padding-top: 10px;
}
.about .box .right .about_tab {
	margin-top: 15px;
	margin-bottom: 15px;
}
.about .box .right .about_tab a {
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 2px solid rgba(255,255,255,.7);
	color: #fff;
	font-size: 14px;
	margin-right: 5px;
	border-radius: 7px;
}
.about .box .right .about_tab a:hover, .about .box .right .about_tab a.on {
	background: #fff;
	color: #2c68bb;
}
.about .box .right .j {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.about .box .right .j p {
	margin-bottom: 10px;
}
.about .box .right a.more {
	color: #fff;
	display: block;
	width: 110px;
	height: 32px;
	line-height: 32px;
	border: 2px solid rgba(255,255,255,.7);
	text-align: center;
	border-radius: 25px;
}
.about .box .right a.more:hover {
	background: #fff;
	color: #2c68bb;
}

.youshi {
/*	padding-top: 20px;
	padding-bottom: 20px;
*/}
.youshi .lmt {
	position: relative;
	height: 60px;
}
.youshi .lmt i {
	display: none;
}
.youshi .lmt .t {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0px;
	z-index: 5;
}
.youshi .lmt .t span {
	display: none;
}
.youshi .lmt .t p {
	text-align: center;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}
.youshi .lmt .t p font {
	color: #df3536
}
.youshi .lmt .t strong {
	text-align: center;
	font-size: 12px;
	color: #666666;
	margin-top: 5px;
	font-weight: normal;
	display: block;
}
.youshi .lmt .t .p {
	display: none;
}
.youshi ul li {
	display: block;
	float: left;
	width: 49%;
	margin-right: 2%;
	background: #f1f1f1;
	margin-bottom: 10px;
}
.youshi ul li:nth-of-type(even) {
	margin-right: 0;
}
.youshi ul li:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}
.youshi ul li .left {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.youshi ul li .left img {
	display: block;
	width: 100%;
}
.youshi ul li .left strong {
	display: block;
	font-size: 18px;
	color: #fff;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
}
.youshi ul li .left strong span {
	display: block;
	position: absolute;
	left: 0;
	right: 0px;
	bottom: 10px;
	margin: 0 auto;
	z-index: 10;
	text-align: center;
}
.youshi ul li .left strong:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(44,104,187,.65);
	display: block;
	position: absolute;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 5;
	-o-transform: rotate(45deg);
	left: 10%;
	top: 70%;
}
.youshi ul li .right {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.youshi ul li .right strong {
	text-align: center;
	font-size: 18px;
	color: #2c68bb;
	display: block;
}
.youshi ul li .right p {
	text-align: center;
	font-size: 14px;
	color: #333;
	width: 90%;
	height: 40px;
	margin: 0 auto;
	margin-top: 5px;
}

}

