.headertop{
}
.headertop .w1200{
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 30px 0;
	width: 1200px;
	justify-content: space-between;
}
.headertop .w1200 .right{
	display: flex;
	align-items: center;
}
.headertop .w1200 .grow .tel {
	display: flex;
	font-size: 20px;
	color: #666;
	align-items: center;
	justify-content: flex-end;
	margin-top: 5px;
}
.headertop .w1200 .grow .tel img{
	margin-right: 10px;
}
.headertop .grow{
	overflow: hidden;
	text-align: right;
}
.mobile_navbar {
	display: none;
}

.menu {
	display: none;
}

.content .main_news_info.on .rights {
	width: 100%;
}

.main_search_result{
	overflow: hidden;
	width: 100%;
	padding: 20px 0;
}

.main_search_result .w1200{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.main_search_result .w1200 h3{
	font-size: 22px;
	color: #343434;
}

.main_search_result .w1200 .box{
	overflow: hidden;
	width: 850px;
	margin: 0 auto;
	padding: 30px 0;
}
.main_search_result .w1200 .box p{
	text-align: center;
	line-height: 80px;
	/*border-bottom: 1px dashed #CCCCCC;*/
	font-size: 24px;
	font-weight: bold;
	color: #009966;
}
.main_search_result .w1200 .box ul{
	overflow: hidden;
	padding: 35px 0;
	
}
.main_search_result .w1200 .box ul li{
	overflow: hidden;
	height: 40px;
	display: flex;
	align-items: center;
	padding-left: 30px;
	background-image: url(../images/03.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight: bold;
	font-size: 18px;
	color: #666666;
}
.main_search_result .w1200 .box ul li span{
	font-weight: normal;
	color: #0099ff;
	font-size: 18px;
}
.main_search_result .w1200 .box ul li em{
	font-weight: normal;
	margin-left:5px;
	color:#0099ff;
}
.main_search_result .w1200 .box1{
	overflow: hidden;
	width: 850px;
	margin: 0 auto;
	padding: 30px 0;
}
.main_search_result .w1200 .box1 p{
	text-align: center;
	line-height: 100px;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}
.main_search_result .w1200 .box1 span{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
}
.main_search_box{
	overflow: hidden;
	width: 100%;
	padding: 50px 0;
}
.main_search_box .w1200{
	width: 1200px;
	overflow: hidden;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}

.main_search_box .w1200 .left{
	overflow: hidden;
	width: 550px;
	height: 383px;
	background-image: url(../images/certificate_search_bg.png);
	background-size: 100% 100%;
	padding: 88px 145px;
}
.main_search_box .w1200 .left .label{
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
}
.main_search_box .w1200 .left .label p{
	font-size: 14px;
	line-height: 40px;
	color: #fff;
}
.main_search_box .w1200 .left .label input{
	width: 100%;
	height: 30px;
	background: #fff;
	border: none;
	font-size: 13px;
	color: #333;
	padding-left: 10px;
}
.main_search_box .w1200 .left .label select{
	width: 46%;
	height: 30px;
	background: #fff;
	border: none;
	font-size: 13px;
	color: #333;
	padding-left: 10px;
}
.main_search_box .w1200 .left .button{
	overflow: hidden;
	display: flex;
	margin-top: 30px;
	align-items: center;
}
.main_search_box .w1200 .left .button div{
	width: 109px;
    height: 39px;
    background: url(../images/certificate_search_submit.png) no-repeat left center;
    float: left;
    margin-right: 20px;
    border: 0px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.main_search_box .w1200 .grow{
	overflow: hidden;
	width: calc(100% - 550px);
	padding: 0 30px;
}
.main_search_box .w1200 .grow p{
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	color: #666;
}
.main_search_box .w1200 .grow span{
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #666;
}
.main_search_box .w1200 .grow em{
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #ff0000;
	margin-top: 30px;
}


.content {
	overflow: hidden;
	width: 100%;
}

.content header {
	width: 100%;
	background: #0066CC;
	height: 60px;
}

.content header .w1200 {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.more_grow{
	display: flex;
	align-items: center;
	justify-content: center;
}
.content header .w1200 h1 {
	display: block;
}

.content header .w1200 .rr {
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
}

.language {
	height: 100%;
	display: flex;
	align-items: center;
	margin-left: 60px;
}

.language img {
	margin-right: 10px;
}

.language p {
	font-size: 18px;
	color: #333;
	cursor: pointer;
}

.language div {
	overflow: hidden;
	width: 1px;
	height: 14px;
	background: rgba(0, 0, 0, 0.2);
	margin: 0 10px;
}

.content header .w1200 .rr>ul {
	height: 100%;
	display: flex;
	align-items: center;
	width: 100%;
}

.content header .w1200 .rr>ul>li {
	height: 100%;
	flex: 1;
	position: relative;
}

.content header .w1200 .rr>ul>li .slide {
	width: 150%;
	overflow: hidden;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	top: 100%;
	z-index: 99999;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.content header .w1200 .rr>ul>li .slide a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	color: #ccc;
	height: 35px;
	transition: all .1s;
}

/*.content header .w1200 .rr>ul>li .slide a:hover {
	color: #311f59;
}*/

.content header .w1200 .rr>ul>li.on>a {
	color: #333;
	font-weight: bold;
}
.content header .w1200 .rr>ul>li.on{
	background: #fff;
}
.content header .w1200 .rr>ul>li:hover{
	background: #fff;
}
.content header .w1200 .rr>ul>li:hover a {
	color: #333;
}
.content header .w1200 .rr>ul>li.on>a::after {
	width: 55px;
}

.content header .w1200 .rr>ul>li:hover {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.content header .w1200 .rr>ul>li:hover>a::after {
	width: 55px;
}

.content header .w1200 .rr>ul>li:hover .slide {
	display: block;
}
.content header .w1200 .rr>ul>li .slide a:hover{
	background: #0066CC;
	color: #fff;
} 
.content header .w1200 .rr>ul>li>a {
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 16px;
	justify-content: center;
	color: #fff;
	position: relative;
	box-sizing: border-box;
	padding: 0 17px;
	position: relative;
}

/*.content header .w1200 .rr>ul>li>a::after {
	content: '';
	width: 0;
	height: 2px;
	background: #311f59;
	position: absolute;
	transition: all .3s;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
*/
.content .banner {
	width: 100%;
	height: 524px;
	position: relative;
}

.content .banner .swiper {
	width: 100%;
	height: 100%;
}

.content .banner .swiper .swiper-slide {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-image: url(../images/banner.jpg);
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
}

.content .banner .swiper .swiper-slide .g {
	overflow: hidden;
	width: 755px;
	padding: 36px 0 40px 45px;
	background: rgba(255, 255, 255, 0.3);
}

.content .banner .swiper .swiper-slide.on1 .w1200 p {
	text-align: left;
	color: #376EBD;
}

.content .banner .swiper .swiper-slide.on1 .w1200 span {
	text-align: left;
	color: #454D71;
}

.content .banner .swiper .swiper-slide.on1 .w1200 em {
	text-align: left;
	color: #8E889A;
}

.content .banner .swiper .swiper-slide.on1 .w1200 .btn {
	justify-content: flex-start;
}

.content .banner .swiper .swiper-slide.on2 .w1200 p {
	color: #b6a3e1;
}

.content .banner .swiper .swiper-slide.on2 .w1200 span {
	color: #fff;
}

.content .banner .swiper .swiper-slide.on2 .w1200 em {
	color: #8E889A;
}

.content .banner .swiper .swiper-slide.on2 .w1200 .btn div {
	border: 2px solid #B6A3E1;
}

.content .banner .swiper .swiper-slide.on2 .w1200 .btn div a {
	color: #B6A3E1;
}

.content .banner .swiper .swiper-slide.on2 .w1200 .btn div:first-child {
	background: #B6A3E1;
}

.content .banner .swiper .swiper-slide.on2 .w1200 .btn div:first-child a {
	color: #fff;
}

.content .banner .swiper-pagination-bullet-active {
	background: #311f59;
}

.content .banner .w1200 {
	width: 1200px;
	margin: 0 auto;
}

.content .banner .w1200 p {
	text-align: right;
	font-size: 42px;
	color: #2865be;
	font-weight: bold;
}

.content .banner .w1200 span {
	display: block;
	font-weight: bold;
	text-align: right;
	font-size: 42px;
	color: #454d72;
	margin-bottom: 8px;
}

.content .banner .w1200 em {
	display: block;
	text-align: right;
	font-size: 20px;
	color: #4f577b;
}

.content .banner .w1200 .btn {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 40px;
}

.content .banner .w1200 .btn div {
	overflow: hidden;
	height: 42px;
	border: 2px solid #0066CC;
	border-radius: 40px;
	margin-left: 16px;
}

.content .banner .w1200 .btn div a {
	display: inline-flex;
	align-items: center;
	height: 100%;
	padding: 0 23px;
	font-size: 16px;
	color: #0066CC;
	font-weight: bold;
}

.content .banner .w1200 .btn div:first-child {
	background: #0066CC;
}

.content .banner .w1200 .btn div:first-child a {
	color: #fff;
}

.content .main_notice {
	width: 100%;
	height: 66px;
	background: #fbfbfb;
}

.content .main_notice .w1200 {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 42px 0 34px;
}

.content .main_notice .w1200 ul {
	display: flex;
	align-items: center;
}

.content .main_notice .w1200 ul li {
	overflow: hidden;
	margin-right: 75px;
}

.content .main_notice .w1200 ul li:last-child {
	margin-right: 0;
}

.content .main_notice .w1200 ul li:hover a p {
	color: #311f59;
	text-decoration: underline;
}

.content .main_notice .w1200 ul li a {
	display: flex;
	align-items: center;
}

.content .main_notice .w1200 ul li a span {
	display: inline-flex;
	align-items: center;
	height: 18px;
	background: #05a742;
	border-radius: 40px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 10px;
	color: #fff;
	margin-right: 10px;
}

.content .main_notice .w1200 ul li a p {
	font-size: 13px;
	max-width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
}

.content .main_notice .w1200 .more {
	overflow: hidden;
}

.content .main_notice .w1200 .more a {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #717171;
}

.content .main_notice .w1200 .more a img {
	margin-left: 6px;
}

.content .main_services {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}

.content .main_services .w1200 {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.content .main_services .w1200 ul {
	overflow: hidden;
	display: flex;
	margin-bottom: 56px;
}

.content .main_services .w1200 ul li {
	overflow: hidden;
	padding: 0 5%;
	width: 33.33%;
	margin-top: 45px;
}

.content .main_services .w1200 ul li img {
	display: block;
	margin: 0 auto;
	margin-bottom: 24px;
}

.content .main_services .w1200 ul li p {
	text-align: center;
	font-size: 20px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}

.content .main_services .w1200 ul li .link {
	overflow: hidden;
	margin-top: 5px;
}

.content .main_services .w1200 ul li .link a {
	display: block;
	width: 50%;
	float: left;
	text-align: center;
	font-size: 13px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 12px;
	transition: all .1s;
}

.content .main_services .w1200 ul li .link a:hover {
	color: #311f59;
}

.content .main_news {
	width: 100%;
	padding: 75px 0 0 0;
	height: 612px;
	background-image: url(../images/bg_05.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.content .main_news .w1200 {
	width: 1200px;
	margin: 0 auto;
}

.content .main_news .w1200 ul {
	width: 100%;
	margin-top: 55px;
	display: flex;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.content .main_news .w1200 ul li {
	overflow: hidden;
	width: 270px;
	background: #fff;
	margin-right: 40px;
	box-shadow: 0 0 10px #edeff1;
}

.content .main_news .w1200 ul li .pic {
	overflow: hidden;
	width: 100%;
	height: 150px;
}

.content .main_news .w1200 ul li .pic img {
	transition: all .5s;
	width: 100%;
	min-height: 100%;
}

.content .main_news .w1200 ul li:hover .pic img {
	transform: scale(1.06);
}

.content .main_news .w1200 ul li:nth-child(4n) {
	margin-right: 0;
}

.content .main_news .w1200 ul li .info {
	overflow: hidden;
	padding: 22px 18px 0 18px;
	min-height: 146px;
}

.content .main_news .w1200 ul li .info div {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.content .main_news .w1200 ul li .info div span {
	font-size: 12px;
	color: #93a2bd;
}

.content .main_news .w1200 ul li .info p {
	font-size: 13px;
	color: #333333;
	line-height: 24px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.content .main_about_slide {
	width: 100%;
	height: 413px;
	background: #311f59;
	background-image: url(../images/aboutbg_02.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.content .main_about_slide .swiper {
	overflow: hidden;
	width: 100%;
}

.content .main_about_slide .swiper .swiper-slide {
	width: 380px;
	margin-right: 30px;
	overflow: hidden;
}

.content .main_about_slide .w1200 {
	width: 1200px;
	height: 100%;
	position: relative;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.content .main_about_slide .w1200 .btn {
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all .1s;
	opacity: 0.8;
}

.content .main_about_slide .w1200 .btn:hover {
	opacity: 1;
}

.content .main_about_slide .w1200 .prev {
	left: -59px;
}

.content .main_about_slide .w1200 .next {
	right: -59px;
}

.content .main_about_slide .w1200 .item {
	overflow: hidden;
	width: 100%;
}

.content .main_about_slide .w1200 .item:hover img {
	transform: scale(1.06);
}

.content .main_about_slide .w1200 .item img {
	display: block;
	width: 100%;
	transition: all .5s;
}

.content .main_about_contact {
	overflow: hidden;
	background-color: #382e59;
	padding: 66px 0 40px 0;
	min-height: 715px;
	background-size: cover;
	background-image: url(../images/aboutbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.content .main_about_contact .w1200 {
	width: 1200px;
	margin: 0 auto;
}

.content .main_about_contact .tong_title .t p {
	color: #fff;
}

.content .main_about_contact .tong_title .line {
	background: #fff;
}

.content .main_about_contact .tong_title span {
	color: #FFF;
}

.content .main_about_contact .box {
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}

.content .main_about_contact .box #map {
	width: 540px;
	height: 435px;
}

.content .main_about_contact .box .grow {
	overflow: hidden;
	width: 100%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	padding: 45px 0 65px 36px;
	background: #0096E0;
}

.content .main_about_contact .box .grow p {
	font-size: 28px;
	color: #fff;
	text-align: center;
	
}

.content .main_about_contact .box .grow ul {
	overflow: hidden;
	margin-top: 18px;
}

.content .main_about_contact .box .grow ul li {
	width: 50%;
	display: flex;
	margin-top: 22px;
	float: left;
	align-items: flex-start;
}

.content .main_about_contact .box .grow ul li img {
	display: block;
	margin-top: 4px;
}

.content .main_about_contact .box .grow ul li div {
	margin-left: 8px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.content .main_about_contact .box .grow ul li div span {
	display: block;
	font-size: 13px;
	margin-right: 5px;
	color: #FFF;
	line-height: 26px;
}

.content .main_about_partner {
	padding: 65px 0 100px 0;
}

.content .main_about_partner .w1200 {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

.content .main_about_partner .w1200 ul {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.content .main_about_partner .w1200 ul li {
	overflow: hidden;
	width: 20%;
	margin-top: 60px;
}

.content .main_about_partner .w1200 ul li img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.content .main_corporate_culture {
	padding: 100px 0 0 0;
	min-height: 958px;
	background-color: #f6f6f6;
	background-size: cover;
	background-position: center center;
	background-image: url(../images/aboutbg_04.jpg);
	background-repeat: no-repeat;
}

.content .main_corporate_culture .w1200 {
	width: 1200px;
	margin: 0 auto;
}

.content .main_corporate_culture .w1200 ul {
	width: 100%;
	display: flex;
	margin-top: -10px;
	flex-wrap: wrap;
}

.content .main_corporate_culture .w1200 ul li {
	width: 380px;
	background: #fff;
	position: relative;
	margin-top: 120px;
	height: 250px;
	margin-right: 30px;
	transition: all .3s;
	padding: 70px 32px 0 32px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
}

.content .main_corporate_culture .w1200 ul li:hover {
	transform: translateY(-10px);
}

.content .main_corporate_culture .w1200 ul li:nth-child(3n) {
	margin-right: 0;
}

.content .main_corporate_culture .w1200 ul li:hover img {
	top: -70px;
}

.content .main_corporate_culture .w1200 ul li img {
	display: block;
	position: absolute;
	left: 50%;
	transition: all .3s;
	transform: translateX(-50%);
	top: -80px;
}

.content .main_corporate_culture .w1200 ul li p {
	text-align: center;
	font-size: 18px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
}

.content .main_corporate_culture .w1200 ul li span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #cccccc;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.content .main_corporate_culture .w1200 ul li em {
	display: block;
	font-size: 11px;
	color: #999999;
	text-align: center;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.content .main_about {
	width: 100%;
	padding: 65px 0 0 0;
	min-height: 957px;
	background-image: url(../images/bg_04.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.content .main_about.on {
	min-height: 600px;
	padding: 60px 0 0 0;
}

.content .main_about .w1200 {
	width: 1200px;
	margin: 0 auto;
}

.content .main_about .w1200 .box {
	overflow: hidden;
	width: 815px;
	margin-top: 70px;
}

.content .main_about .w1200 .box h3 {
	font-size: 32px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 25px;
	letter-spacing: 2px;
}

.content .main_about .w1200 .box span {
	display: block;
	font-size: 13px;
	color: #333;
	line-height: 30px;
}

.content .main_about .w1200 .box p {
	font-size: 18px;
	color: #333333;
	margin-bottom: 15px;
	margin-top: 30px;
	font-weight: bold;
}

.content .des_banner {
	width: 100%;
	height: 258px;
	background-size: cover;
	background-position: center center;
}

.content .des_banner .w1200 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	height: 100%;
	display: flex;
	align-items: center;
}

.content .des_banner .w1200 p {
	font-size: 48px;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 3px;
}

.content .des_banner .w1200 div {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	margin: 0 30px;
}

.content .des_banner .w1200 span {
	display: block;
	font-size: 48px;
	font-weight: 100;
	text-transform: uppercase;
	color: #fff;
}

.content .main_more_services {
	width: 100%;
	height: 978px;
	background-image: url(../images/bg_02.jpg);
	background-size: cover;
	background-position: center center;
}

.content .main_more_services .w1200 {
	width: 1200px;
	margin: 0 auto;
}

.content .main_more_services .w1200 .main_advantage {
	width: 100%;
	padding: 66px 0 0 0;
}

.content .main_more_services .w1200 .main_advantage .tong_title .t p {
	color: #fff;
}

.content .main_more_services .w1200 .main_advantage .tong_title .line {
	background: #fff;
}

.content .main_more_services .w1200 .main_advantage .tong_title span {
	color: #b5ceff;
}

.content .main_more_services .w1200 .main_advantage .box {
	width: 100%;
	position: relative;
	margin-top: 60px;
	display: flex;
	align-items: center;
}

.content .main_more_services .w1200 .main_advantage .box .swiper {
	overflow: hidden;
	width: 100%;
}

.content .main_more_services .w1200 .main_advantage .box .swiper .swiper-slide {
	width: 380px;
	margin-right: 30px;
	overflow: hidden;
}

.content .main_more_services .w1200 .main_advantage .box .btn {
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all .1s;
	opacity: 0.8;
}

.content .main_more_services .w1200 .main_advantage .box .btn:hover {
	opacity: 1;
}

.content .main_more_services .w1200 .main_advantage .box .prev {
	left: -59px;
}

.content .main_more_services .w1200 .main_advantage .box .next {
	right: -59px;
}

.content .main_more_services .w1200 .main_advantage .box .item {
	overflow: hidden;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 242px;
	background-color: #fff;
	padding: 42px 0 0 25px;
}

.content .main_more_services .w1200 .main_advantage .box .item p {
	font-size: 16px;
	margin-bottom: 16px;
	position: relative;
	padding-left: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000000;
	font-weight: bold;
}

.content .main_more_services .w1200 .main_advantage .box .item p::after {
	content: '';
	width: 23px;
	height: 18px;
	background-image: url(../images/homeadd_03.png);
	background-size: 100% 100%;
	position: absolute;
	left: -3px;
	top: 0;
}

.content .main_more_services .w1200 .main_advantage .box .item span {
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	width: 170px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 36px;
}

.content .main_more_services .w1200 .main_more {
	overflow: hidden;
	padding: 60px 0 0 0;
}

.content .main_more_services .w1200 .main_more .icon_list {
	overflow: hidden;
	width: 100%;
	background: #fff;
	margin-top: 40px;
	padding: 70px 0 38px 0;
}

.content .main_more_services .w1200 .main_more .icon_list ul {
	overflow: hidden;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
}

.content .main_more_services .w1200 .main_more .icon_list ul li {
	position: relative;
	padding: 0 64px;
}

.content .main_more_services .w1200 .main_more .icon_list ul li::after {
	content: '';
	width: 82px;
	height: 1px;
	background-image: url(../images/line_03.jpg);
	position: absolute;
	right: -40px;
	top: 30%;
}

.content .main_more_services .w1200 .main_more .icon_list ul li:last-child::after {
	display: none;
}

.content .main_more_services .w1200 .main_more .icon_list ul li div {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

.content .main_more_services .w1200 .main_more .icon_list ul li div p {
	font-size: 56px;
	font-weight: bold;
	line-height: 1;
	color: #e6e6e6;
}

.content .main_more_services .w1200 .main_more .icon_list ul li div img {
	display: block;
	margin-left: 10px;
}

.content .main_more_services .w1200 .main_more .icon_list ul li span {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}

.content .online_call {
	width: 100%;
	height: 339px;
	background-image: url(../images/service_footer_banner.jpg);
	background-size: cover;
	background-position: center center;
}

.content .online_call .w1200 {
	width: 1200px;
	overflow: hidden;
	height: 100%;
	display: flex;
	align-items: center;
	margin: 0 auto;
	justify-content: space-between;
}

.content .online_call .w1200 .font {
	overflow: hidden;
}

.content .online_call .w1200 .font p {
	font-size: 40px;
	color: #fff;
	margin-bottom: 32px;
	font-weight: bold;
	letter-spacing: 5px;
}

.content .online_call .w1200 .font span {
	display: block;
	font-size: 26px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 100;
}

.content .online_call .w1200 .btn {
	overflow: hidden;
	width: 247px;
	height: 72px;
	background: #fff;
	border-radius: 3px;
	transition: all .2s;
}

.content .online_call .w1200 .btn:hover {
	opacity: 0.8;
}

.content .online_call .w1200 .btn a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	letter-spacing: 1px;
	color: #311f59;
	text-transform: uppercase;
}

.content .online_call .w1200 .btn a img {
	margin-left: 30px;
}

.content .main_news_info {
	overflow: hidden;
	width: 1200px;
	margin: 60px auto;
	padding: 64px 30px;
	display: flex;
	justify-content: space-between;
	background: #fff;
}

.content .main_news_info.on {
	width: 902px;
	margin: 0;
}

.content .main_news_info .rights {
	overflow: hidden;
	width: calc(100% - 250px);
}

.content .main_news_info .rights h2 {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	line-height: 48px;
}

.content .main_news_info .rights>p {
	font-size: 13px;
	color: #1e1e1e;
	line-height: 30px;
	margin-top: 40px;
}

.content .main_news_info .rights img {
	margin: 0 auto;
	display: block;
	margin-top: 40px;
	max-width: 100%;
}

.content .main_news_info .rights .next {
	overflow: hidden;
	margin-top: 100px;
}

.content .main_news_info .rights .next .pagebox {
	overflow: hidden;
	width: 100%;
	padding: 20px 0;
	margin-top: 50px;
	border-top: 1px solid #d3d3d3;
}

.content .main_news_info .rights .next .pagebox p {
	display: flex;
	align-items: center;
	height: 45px;
	font-size: 15px;
	color: #aeaeae;
}

.content .main_news_info .rights .next .pagebox p a {
	color: #311f59;
}

.content .main_news_info .lefts {
	overflow: hidden;
}

.content .main_news_info .lefts .num {
	overflow: hidden;
	float: right;
	margin-top: 30px;
	width: 95px;
	background: #311f59;
	padding: 20px 0;
}

.content .main_news_info .lefts .num p {
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}

.content .main_news_info .lefts .num span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.content .main_news_info .lefts .date {
	overflow: hidden;
	width: 160px;
}

.content .main_news_info .lefts .date .t {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.content .main_news_info .lefts .date .t div {
	width: 56px;
	height: 1px;
	background: #d7d7d7;
	position: relative;
}

.content .main_news_info .lefts .date .t div::After {
	content: '';
	width: 0%;
	height: 100%;
	background: #da251c;
	position: absolute;
	transition: all .3s;
	left: 0;
	top: 0;
}

.content .main_news_info .lefts .date .t p {
	font-size: 22px;
	color: #676767;
	line-height: 1;
}

.content .main_news_info .lefts .date span {
	display: block;
	font-size: 13px;
	color: #7b7b7b;
	margin-top: 14px;
	text-align: right;
}

.content .main_service {
	width: 100%;
	overflow: hidden;
	padding: 64px 0;
}

.content .main_service .w1200 {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.content .main_service .w1200 .list_news {
	width: 902px;
	overflow: hidden;
}

.content .main_service .w1200 .list_news ul {
	overflow: hidden;
}

.content .main_service .w1200 .list_news ul li {
	overflow: hidden;
	border-bottom: 1px solid #D7D7D7;
}

.content .main_service .w1200 .list_news ul li:first-child a {
	padding-top: 0;
}

.content .main_service .w1200 .list_news ul li:hover a .pic img {
	transform: scale(1.06);
}

.content .main_service .w1200 .list_news ul li:hover a .grow p {
	color: #311f59;
}

.content .main_service .w1200 .list_news ul li:hover a .grow em {
	color: #311F59;
}

.content .main_service .w1200 .list_news ul li:hover a .grow em::after {
	width: 100%;
}

.content .main_service .w1200 .list_news ul li a {
	padding: 20px 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	align-items: flex-start;
	justify-content: space-between;
}

.content .main_service .w1200 .list_news ul li a .pic {
	overflow: hidden;
	width: 280px;
}

.content .main_service .w1200 .list_news ul li a .pic img {
	width: 100%;
	transition: all .5s;
}

.content .main_service .w1200 .list_news ul li a .grow {
	width: calc(100% - 310px);
}

.content .main_service .w1200 .list_news ul li a .grow p {
	font-size: 15px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.content .main_service .w1200 .list_news ul li a .grow span {
	display: block;
	font-size: 13px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 28px;
	margin-bottom: 30px;
}

.content .main_service .w1200 .list_news ul li a .grow em {
	display: inline-block;
	font-size: 11px;
	color: #999;
	position: relative;
}

.content .main_service .w1200 .list_news ul li a .grow em::after {
	content: '';
	width: 0%;
	height: 1px;
	background: #311f59;
	transition: all .3s;
	position: absolute;
	left: 0;
	bottom: -8px;
}

.content .main_service .w1200 .more {
	overflow: hidden;
	width: 165px;
	margin: 0 30px;
	height: 55px;
	margin-top: 45px;
	background: #311f59;
	transition: all .2s;
}

.content .main_service .w1200 .more:hover {
	opacity: 0.8;
}

.content .main_service .w1200 .more a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
}

.content .main_service .w1200 .more a img {
	margin-left: 20px;
}

.content .main_service .w1200 .list_right {
	width: 902px;
}

.content .main_service .w1200 .list_right ul {
	width: 100%;
	display: flex;
	flex-flow: wrap;
}

.content .main_service .w1200 .list_right ul li {
	overflow: hidden;
	background: #FFFFFF;
	width: 274px;
	border: 1px solid #f5f5f6;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	margin-right: 40px;
	margin-bottom: 40px;
}

.content .main_service .w1200 .list_right ul li:nth-child(3n) {
	margin-right: 0;
}

.content .main_service .w1200 .list_right ul li:hover .pic img {
	transform: scale(1.06);
}

.content .main_service .w1200 .list_right ul li:hover {
	border: 1px solid #311f59;
	box-shadow: 0 0 10px #b3a6ce;
}

.content .main_service .w1200 .list_right ul li:hover .info p {
	color: #311f59;
}

.content .main_service .w1200 .list_right ul li .pic {
	overflow: hidden;
	width: 100%;
	height: 202px;
}

.content .main_service .w1200 .list_right ul li .pic img {
	display: block;
	width: 100%;
	min-height: 100%;
	transition: all .5s;
}

.content .main_service .w1200 .list_right ul li .info {
	overflow: hidden;
	padding: 15px 15px 20px 15px;
}

.content .main_service .w1200 .list_right ul li .info p {
	font-size: 20px;
	color: #333333;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	letter-spacing: 2px;
	font-weight: bold;
}

.content .main_service .w1200 .list_right ul li .info span {
	display: block;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.content .main_service .w1200 .navbar {
	overflow: hidden;
	width: 250px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	background: #fff;
}

.content .main_service .w1200 .navbar .title {
	overflow: hidden;
	padding: 33px 0 24px 0;
	background: #0066CC;
}

.content .main_service .w1200 .navbar .title p {
	text-align: center;
	font-size: 18px;
	color: #fff;
	letter-spacing: 2px;
	margin-bottom: 6px;
}

.content .main_service .w1200 .navbar .title span {
	display: block;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	opacity: 0.3;
}

.content .main_service .w1200 .navbar ul {
	overflow: hidden;
}

.content .main_service .w1200 .navbar ul li {
	overflow: hidden;
	border-bottom: 1px solid #f5f5f5;
}

.content .main_service .w1200 .navbar ul li.on p {
	font-weight: bold;
	color: #311f59;
}

.content .main_service .w1200 .navbar ul li p {
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 108px;
	width: 100%;
	font-size: 24px;
	color: #666666;
}

.content .main_service .w1200 .navbar ul li div {
	overflow: hidden;
}

.content .main_service .w1200 .navbar ul li div a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 58px;
	font-size: 13px;
	color: #666666;
}

.content .main_service .w1200 .navbar ul li div a:hover {
	color: #311f59;
}

.button_more {
	overflow: hidden;
	width: 124px;
	margin: 0 auto;
	height: 38px;
	border: 1px solid #311f59;
	font-size: 14px;
	transition: all .2s;
}

.button_more:hover {
	background: #311f59;
}

.button_more:hover a {
	color: #fff;
}

.button_more a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	letter-spacing: 1px;
	color: #311f59;
	font-weight: bold;
}

.tong_title {
	overflow: hidden;
}

.tong_title .t {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tong_title .t img {
	display: block;
}

.tong_title .t p {
	font-size: 30px;
	letter-spacing: 2px;
	color: #333333;
	margin: 0 30px;
	font-weight: bold;
}

.tong_title .line {
	width: 53px;
	height: 2px;
	margin: 10px auto;
	background: #311f59;
}

.tong_title span {
	display: block;
	letter-spacing: 2px;
	text-align: center;
	font-size: 12px;
	margin-top: 12px;
	color: #ababab;
}

footer {
	width: 100%;
	height: 391px;
	background-image: url(../images/bg_06.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	background-repeat: no-repeat;
}

footer .w1200 {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 60px;
}

footer .w1200 .link {
	overflow: hidden;
	display: flex;
	align-items: flex-start;
}

footer .w1200 .link ul {
	overflow: hidden;
	position: relative;
	padding-right: 60px;
}

footer .w1200 .link ul::after {
	content: '';
	width: 1px;
	height: 18px;
	background: #d8dce4;
	position: absolute;
	right: 30px;
	top: 5px;
}

footer .w1200 .link ul:last-child::after {
	display: none;
}

footer .w1200 .link ul:last-child {
	padding-right: 0;
}

footer .w1200 .link ul li {
	font-size: 16px;
	color: #000000;
}

footer .w1200 .link ul li:first-child {
	font-weight: bold;
	margin-bottom: 30px;
}

footer .w1200 .link ul li a {
	display: block;
	font-size: 11px;
	color: #85878d;
	transition: all .1s;
	line-height: 36px;
}

footer .w1200 .link ul li a:hover {
	color: #311f59;
}

footer .w1200 .right {
	display: flex;
	align-items: flex-start;
}

footer .w1200 .right .contact {
	overflow: hidden;
	width: 298px;
}

footer .w1200 .right .contact .deslogo {
	display: block;
	margin-bottom: 26px;
}

footer .w1200 .right .contact .label {
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

footer .w1200 .right .contact .label span {
	display: block;
	font-size: 13px;
	color: #85878d;
	margin-left: 8px;
}

footer .w1200 .right .code {
	overflow: hidden;
}

footer .w1200 .right .code img {
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}

footer .w1200 .right .code span {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #85878d;
	line-height: 20px;
}

footer .footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 53px;
	border-top: 1px solid #e4eaf2;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .footer p {
	font-size: 12px;
	color: #8290a9;
	margin: 0 10px;
}

@media (max-width: 1400px) {
	.w1200,
	.content .main_news_info {
		width: 1000px !important;
	}
	.content header .w1200 .rr>ul>li>a {
		padding: 0 10px;
	}
	.content .main_notice .w1200 ul li {
		margin-right: 50px;
	}
	.content .main_more_services .w1200 .main_more .icon_list ul li {
		padding: 0 40px;
	}
	.content .main_more_services .w1200 .main_more .icon_list ul li::after {
		width: 60px;
		right: -30px;
	}
	.content .main_more_services .w1200 .main_advantage .box .swiper .swiper-slide {
		width: 31%;
		margin-right: 3.5%;
	}
	.content .main_about_slide .swiper .swiper-slide {
		width: 31%;
		margin-right: 3.5%;
	}
	.content .main_corporate_culture .w1200 ul li {
		width: 31%;
		margin-right: 3.5%;
	}
	.content .main_news .w1200 ul li {
		width: 23%;
		margin-right: 2.6%;
	}
	.content .main_news .w1200 ul li .info p {
		font-size: 15px;
	}
	footer .w1200 .right .contact {
		width: 260px;
	}
	.content .main_corporate_culture .w1200 ul li em {
		font-size: 15px;
	}
	.content .main_corporate_culture .w1200 ul li p {
		font-size: 22px;
	}
	.content .main_about_partner .w1200 ul li img {
		max-width: 80%;
	}
	.content .main_about_contact .box .grow p {
		font-size: 28px;
		
	}
	.content .main_about_contact .box .grow ul li div span {
		font-size: 14px;
	}
	.content .online_call .w1200 .font p {
		font-size: 50px;
	}
	.content .main_service .w1200 .list_news,
	.content .main_service .w1200 .list_right {
		width: calc(100% - 280px);
	}
	.main_news_info.on {
		width: calc(100% - 280px) !important;
	}
	.content .main_service .w1200 .list_right ul li {
		width: 31%;
		margin-right: 3.5%;
	}
	.content .main_service .w1200 .list_right ul li .pic {
		height: 164px;
	}
	.content .main_service .w1200 .list_right ul li .info p {
		font-size: 18px;
	}
}

@media (max-width: 900px) {
	.w1200,
	.content .main_news_info {
		width: 100% !important;
	}
	.null {
		height: 1.2rem;
	}
	.content header {
		height: 1.2rem;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9999;
	}
	.content header .w1200 {
		padding: 0 .3rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.content header .w1200 .rr>ul {
		display: none;
	}
	.content header .w1200 h1 img {
		width: 2.3rem;
	}
	.content .banner {
		height: 6rem;
	}
	.content .banner .w1200 {
		padding: 0 .3rem;
	}
	.content .banner .w1200 p,
	.content .banner .w1200 span {
		font-size: .3rem;
		text-align: center;
		margin-bottom: .3rem;
	}
	.content .banner .w1200 em {
		font-size: .28rem;
		text-align: center;
	}
	.content .banner .w1200 .btn {
		margin-top: .5rem;
		justify-content: center;
	}
	.content .banner .w1200 .btn div {
		height: .66rem;
		font-size: .24rem;
		margin-left: .2rem;
	}
	.content .banner .w1200 .btn div a {
		font-size: .26rem;
		padding: 0 .3rem;
	}
	.content .main_notice {
		height: auto;
	}
	.content .main_notice .w1200 {
		height: 100%;
		align-items: center;
		padding: .3rem;
	}
	.content .main_notice .w1200 ul {
		flex-wrap: wrap;
		width: 80%;
	}
	.content .main_notice .w1200 ul li {
		margin-right: 0;
		margin: .1rem 0;
	}
	.content .main_notice .w1200 ul li a p {
		font-size: .26rem;
	}
	.content .main_notice .w1200 ul li a span {
		font-size: .22rem;
		padding: 0 .2rem;
	}
	.content .main_notice .w1200 .more {
		margin: 0;
	}
	.content .main_notice .w1200 .more a {
		justify-content: center;
		font-size: .26rem;
	}
	.content .main_notice .w1200 .more a img {
		width: .23rem;
	}
	.tong_title .t p {
		font-size: .3rem;
		margin: 0 .2rem;
		letter-spacing: 0;
	}
	.tong_title .t img {
		width: 2rem;
	}
	.tong_title .line {
		width: 1rem;
		height: .03rem;
		margin: .2rem auto;
	}
	.tong_title span {
		font-size: .24rem;
	}
	.content .main_services {
		padding: 1rem .3rem;
	}
	.content .main_services .w1200 ul {
		display: block;
		margin-bottom: .6rem;
	}
	.button_more {
		width: 2.6rem;
		height: .8rem;
	}
	.button_more a {
		font-size: .26rem;
	}
	.content .main_services .w1200 ul li {
		margin: .6rem 0;
		padding: 0 .5rem;
		width: 100%;
	}
	.content .main_services .w1200 ul li img {
		width: 2rem;
		margin-bottom: .3rem;
	}
	.content .main_services .w1200 ul li p {
		font-size: .3rem;
	}
	.content .main_services .w1200 ul li .link a {
		font-size: .26rem;
	}
	.content .main_more_services .w1200 .main_more {
		padding-top: .88rem;
	}
	.content .main_more_services .w1200 .main_more .icon_list {
		width: 6.9rem;
		margin: 0 auto;
		margin-top: .6rem;
		padding: .6rem .3rem;
	}
	.content .main_more_services .w1200 .main_more .icon_list ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: .4rem;
	}
	.content .main_more_services .w1200 .main_more .icon_list ul li {
		width: 50%;
		padding: 0;
		margin-bottom: .5rem;
	}
	.content .main_more_services .w1200 .main_more .icon_list ul li div p {
		font-size: .6rem;
	}
	.content .main_more_services .w1200 .main_more .icon_list ul li div img {
		width: 1rem;
	}
	.content .main_more_services .w1200 .main_more .icon_list ul li div {
		margin-bottom: .3rem;
	}
	.content .main_more_services .w1200 .main_more .icon_list ul li span {
		font-size: .26rem;
	}
	.content .main_more_services .w1200 .main_more .icon_list ul li::after {
		display: none;
	}
	.content .main_more_services .w1200 .main_advantage {
		padding-top: 1rem;
	}
	.content .main_more_services .w1200 .main_advantage .box {
		width: 6.9rem;
		margin: 0 auto;
		margin-top: .66rem;
	}
	.content .main_more_services .w1200 .main_advantage .box .swiper .swiper-slide {
		width: 48%;
		margin-right: 4%;
	}
	.content .main_more_services .w1200 .main_advantage .box .item {
		padding: .3rem;
		height: 4rem;
	}
	.content .main_more_services .w1200 .main_advantage .box .item p {
		font-size: .28rem;
	}
	.content .main_more_services .w1200 .main_advantage .box .item p::after {
		background-size: .35rem;
		background-repeat: no-repeat;
		left: 0;
	}
	.content .main_more_services .w1200 .main_advantage .box .item span {
		width: 100%;
		font-size: .26rem;
		line-height: .45rem;
		margin-bottom: .8rem;
	}
	.content .main_more_services .w1200 .main_advantage .box .item a>img {
		width: 1rem;
	}
	.content .main_about {
		height: auto;
		padding-top: 1rem;
		min-height: auto;
		padding-bottom: 2.5rem;
	}
	.content .main_about .w1200 .box {
		width: 100%;
		padding: 0 .3rem;
		margin-top: .8rem;
	}
	.content .main_about .w1200 .box h3 {
		font-size: .34rem;
		margin-bottom: .3rem;
	}
	.content .main_about .w1200 .box span {
		font-size: .26rem;
		line-height: .45rem;
	}
	.content .main_about .w1200 .box p {
		font-size: .29rem;
		margin-bottom: .2rem;
		margin-top: .33rem;
	}
	.content .main_news {
		padding: 1rem .3rem;
		height: auto;
	}
	.content .main_news .w1200 ul {
		display: flex;
		flex-wrap: wrap;
		margin-top: .8rem;
		justify-content: space-between;
	}
	.content .main_news .w1200 ul li .pic {
		height: 2.3rem;
	}
	.content .main_news .w1200 ul li .info {
		padding: .3rem;
	}
	.content .main_news .w1200 ul li .info div {
		display: block;
		margin-bottom: .2rem;
	}
	.content .main_news .w1200 ul li .info p {
		font-size: .28rem;
		line-height: .5rem;
	}
	.content .main_news .w1200 ul li .info div span {
		display: block;
		font-size: .22rem;
		line-height: .45rem;
	}
	.content .main_news .w1200 ul li {
		width: 48%;
		margin: 0;
		margin-bottom: .3rem;
	}
	footer {
		height: auto;
	}
	footer .w1200 {
		width: 100%;
		padding: .3rem;
		display: block;
	}
	footer .w1200 .link {
		display: none;
	}
	footer .w1200 .right {
		display: block;
	}
	footer .w1200 .right .contact {
		width: 100%;
	}
	footer .w1200 .right .contact .deslogo {
		width: 2rem;
		margin: 0 auto;
		margin-bottom: .3rem;
	}
	footer .w1200 .right .contact .label {
		margin-bottom: .3rem;
		justify-content: center;
	}
	footer .w1200 .right .code {
		margin-top: .3rem;
	}
	footer .w1200 .right .code img {
		width: 2rem;
		margin-bottom: .2rem;
	}
	footer .w1200 .right .code span {
		font-size: .24rem;
		line-height: .45rem;
	}
	footer .w1200 .right .contact .label span {
		font-size: .26rem;
	}
	footer .footer {
		position: static;
		display: block;
		height: auto;
		padding: .2rem .3rem;
		margin-top: .4rem;
	}
	footer .footer p {
		text-align: center;
		font-size: .22rem;
		margin: 0;
		line-height: .45rem;
	}
	.content .des_banner {
		height: 3rem;
	}
	.content .des_banner .w1200 {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.content .des_banner .w1200 p,
	.content .des_banner .w1200 span {
		font-size: .4rem;
	}
	.content .des_banner .w1200 div {
		margin: 0 .2rem;
		width: .12rem;
		height: .12rem;
	}
	.content .main_about.on {
		height: auto;
		min-height: auto;
		padding: 1rem .3rem;
		padding-bottom: 2.5rem;
	}
	.content .main_about.on .box {
		margin-top: 0;
	}
	.content .main_about_slide {
		height: 4rem;
		padding: 0 .3rem;
	}
	.content .main_about_slide .swiper .swiper-slide {
		width: 49%;
		margin-right: 2%;
	}
	.content .main_about_slide .w1200 .btn {
		width: .4rem;
		z-index: 99999;
	}
	.content .main_about_slide .w1200 .prev {
		left: -.2rem;
	}
	.content .main_about_slide .w1200 .next {
		right: -.2rem;
	}
	.content .main_corporate_culture {
		padding: 1rem .3rem;
		height: auto;
		min-height: auto;
	}
	.content .main_corporate_culture .w1200 ul {
		justify-content: space-between;
	}
	.content .main_corporate_culture .w1200 ul li {
		width: 48%;
		margin-top: 1.6rem;
		height: auto;
		padding: 1.2rem .3rem .3rem .3rem;
		margin-right: 4%;
		min-height: 4.3rem;
	}
	.content .main_corporate_culture .w1200 ul li:nth-child(3n) {
		margin-right: 4%;
	}
	.content .main_corporate_culture .w1200 ul li:nth-child(2n) {
		margin-right: 0;
	}
	.content .main_corporate_culture .w1200 ul li img {
		width: 2rem;
		top: -.86rem;
	}
	.content .main_corporate_culture .w1200 ul li p {
		font-size: .34rem;
		line-height: .78rem;
	}
	.content .main_corporate_culture .w1200 ul li span {
		font-size: .26rem;
		margin-bottom: .3rem;
	}
	.content .main_corporate_culture .w1200 ul li em {
		font-size: .26rem;
		line-height: .45rem;
	}
	.content .main_about_partner {
		padding: 1rem .3rem;
	}
	.content .main_about_partner .w1200 ul li {
		margin-top: .66rem;
	}
	.content .main_about_partner .w1200 ul li img {
		max-width: 60%;
	}
	.content .main_about_contact {
		padding: 1rem .3rem;
		height: auto;
		min-height: auto;
	}
	.content .main_about_contact .box {
		display: block;
		margin-top: .8rem;
	}
	.content .main_about_contact .box #map {
		width: 100%;
		height: 4rem;
		overflow: hidden;
	}
	.content .main_about_contact .box .grow {
		width: 100%;
		margin: 0;
		padding: .33rem;
	}
	.content .main_about_contact .box .grow p {
		font-size: .33rem;
	}
	.content .main_about_contact .box .grow ul li {
		width: 100%;
		float: none;
		margin-top: .3rem;
	}
	.content .main_about_contact .box .grow ul li div {
		margin-left: .5rem;
	}
	.content .main_about_contact .box .grow ul li div span {
		font-size: .26rem;
		line-height: .5rem;
	}
	.content .main_about_contact .box .grow ul li div span:first-child{
		width: 1.3rem;
	}
	.content .main_about_contact .box .grow ul li div span:last-child{
		width: calc(100% - 1.3rem);
	}
	.content .main_about_contact .box .grow ul li img {
		width: .4rem;
		margin-top: .13rem;
	}
	.main_news_info.on {
		margin-top: .5rem !important;
	}
	.w1200,
	.content .main_news_info {
		width: 6.9rem;
		margin: 0 auto;
		padding: .5rem .3rem;
		display: block;
	}
	.w1200 .lefts,
	.content .main_news_info .lefts {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.w1200 .lefts .num,
	.content .main_news_info .lefts .num {
		margin: 0;
	}
	.w1200 .lefts .date .t p,
	.content .main_news_info .lefts .date .t p {
		font-size: .35rem;
	}
	.w1200 .lefts .date,
	.content .main_news_info .lefts .date {
		width: 2.3rem;
	}
	.w1200 .lefts .date .t div,
	.content .main_news_info .lefts .date .t div {
		width: .65rem;
	}
	.w1200 .lefts .date span,
	.content .main_news_info .lefts .date span {
		font-size: .24rem;
		margin-top: .2rem;
	}
	.w1200 .lefts .num,
	.content .main_news_info .lefts .num {
		padding: .2rem 0;
	}
	.w1200 .lefts .num p,
	.content .main_news_info .lefts .num p {
		font-size: .26rem;
	}
	.w1200 .lefts .num span,
	.content .main_news_info .lefts .num span {
		font-size: .24rem;
	}
	.w1200 .rights,
	.content .main_news_info .rights {
		width: 100%;
		margin-top: .5rem;
	}
	.w1200 .rights h2,
	.content .main_news_info .rights h2 {
		font-size: .4rem;
		line-height: .7rem;
	}
	.w1200 .rights>p,
	.content .main_news_info .rights>p {
		font-size: .26rem;
		line-height: .5rem;
		margin-top: .3rem;
	}
	.w1200 .rights img,
	.content .main_news_info .rights img {
		width: 100%;
		margin-top: .3rem;
	}
	.w1200 .rights .next,
	.content .main_news_info .rights .next {
		margin-top: .4rem;
	}
	.w1200 .rights .next .pagebox p,
	.content .main_news_info .rights .next .pagebox p {
		font-size: .24rem;
		height: .5rem;
	}
	.content .online_call {
		height: 4rem;
	}
	.content .online_call .w1200 {
		display: block;
	}
	.content .online_call .w1200 .font {
		width: 100%;
	}
	.content .online_call .w1200 .font p {
		font-size: .38rem;
		text-align: center;
		letter-spacing: 0;
		margin-bottom: .3rem;
	}
	.content .online_call .w1200 .font span {
		font-size: .28rem;
		text-align: center;
		line-height: .5rem;
	}
	.content .online_call .w1200 .btn {
		width: 2.5rem;
		height: .8rem;
		margin: 0 auto;
		margin-top: .66rem;
		font-size: .26rem;
	}
	.content .online_call .w1200 .btn a {
		font-size: .28rem;
	}
	.content .online_call .w1200 .btn a img {
		width: .3rem;
		margin-left: .2rem;
	}
	.content .main_service {
		margin-top: .5rem;
	}
	.content .main_service.on {
		padding-top: 0;
	}
	.content .main_service.on .w1200 {
		padding-top: 0;
		width: 100%;
		display: block;
	}
	.content .main_service .w1200 .navbar {
		width: 100%;
	}
	.content .main_service .w1200 .navbar .title {
		height: auto;
		padding: .2rem 0;
	}
	.content .main_service .w1200 .navbar .title p {
		font-size: .32rem;
		margin-bottom: .1rem;
	}
	.content .main_service .w1200 .navbar .title span {
		font-size: .24rem;
	}
	.content .main_service .w1200 .navbar ul li p {
		height: 1rem;
		font-size: .33rem;
	}
	.content .main_service .w1200 .navbar ul li div {
		padding: .3rem;
		border-top: 1px solid #f5f5f5;
	}
	.content .main_service .w1200 .navbar ul li div a {
		width: auto;
		height: auto;
		float: left;
		font-size: .26rem;
		margin: .1rem .3rem .1rem 0;
	}
	.content .main_service .w1200 .list_news {
		width: 100%;
	}
	.content .main_service .w1200 .list_news ul li:first-child a {
		padding: .3rem 0;
	}
	.content .main_service .w1200 .list_news ul li a {
		padding: .3rem 0;
		display: block;
	}
	.content .main_service .w1200 .list_news ul li a .pic {
		width: 100%;
	}
	.content .main_service .w1200 .list_news ul li a .grow {
		width: 100%;
		padding: .3rem 0;
		padding-bottom: 0;
	}
	.content .main_service .w1200 .list_news ul li a .grow p {
		font-size: .3rem;
		margin-bottom: .1rem;
	}
	.content .main_service .w1200 .more {
		width: 48%;
		margin: 0;
		height: .8rem;
		margin-top: .6rem;
	}
	.more_grow{
		justify-content: space-between;
	}
	.content .main_service .w1200 .more a {
		font-size: .26rem;
	}
	.content .main_service .w1200 .more a img {
		margin-left: .2rem;
		width: .3rem;
	}
	.content .main_service.on {
		padding-bottom: .4rem;
	}
	.content .main_service .w1200 .list_news ul li a .grow span {
		font-size: .26rem;
		line-height: .45rem;
		margin-bottom: .2rem;
	}
	.content .main_service .w1200 .list_news ul li a .grow em {
		font-size: .24rem;
	}
	.content .main_service .w1200 .list_right {
		width: 100%;
		margin-top: .3rem;
	}
	.content .main_service .w1200 .list_right ul li {
		width: 48%;
		margin: 0;
		margin-bottom: .3rem;
	}
	.content .main_service .w1200 .list_right ul li .pic {
		height: 3rem;
	}
	.content .main_service .w1200 .list_right ul li .info {
		padding: .3rem;
	}
	.content .main_service .w1200 .list_right ul li .info p {
		font-size: .28rem;
		margin-bottom: .1rem;
	}
	.content .main_service .w1200 .list_right ul li .info span {
		font-size: .26rem;
		line-height: .4rem;
		word-break: break-all;
	}
	.content .main_service .w1200 .list_right ul {
		justify-content: space-between;
	}
	.menu {
		width: .5rem;
		margin-left: .3rem;
		display: block;
	}
	.mobile_navbar {
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		z-index: 999999;
		left: 0;
		top: 0;
		display: none;
	}
	.content .main_news_info.on {
		width: 100% !important;
	}
	.content .main_news_info .rights .next .pagebox p a {
		width: 80%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.mobile_navbar .box {
		width: 70%;
		position: absolute;
		right: -70%;
		top: 0;
		overflow: auto;
		height: 100%;
		background: #fff;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	}
	.mobile_navbar .box ul {
		overflow: hidden;
	}
	.mobile_navbar .box ul li {
		overflow: hidden;
		width: 100%;
		border-bottom: 1px solid #ECECEC;
	}
	.mobile_navbar .box ul li>a {
		display: flex;
		align-items: center;
		height: 100%;
		height: .9rem;
		padding-right: .2rem;
		padding-left: .3rem;
		font-size: .28rem;
		color: #333;
		justify-content: space-between;
	}
	.mobile_navbar .box ul li>a.on img {
		transform: rotate(90deg);
	}
	.mobile_navbar .box ul li>a img {
		transition: all .2s;
	}
	.childer {
		overflow: hidden;
		padding-left: .3rem;
		display: none;
	}
	.childer a {
		display: flex;
		align-items: center;
		border-bottom: 1px solid #ECECEC;
		height: 100%;
		height: .9rem;
		padding-left: .5rem;
		font-size: .26rem;
		color: #333;
	}
	.childer a:last-child {
		border: none;
	}
	.mobile_navbar .box>img {
		width: .4rem;
		margin: .3rem;
		float: right;
	}
	.mobile_navbar .box ul li div {
		display: none;
	}
	.mobile_navbar .box ul li div a {
		display: flex;
		align-items: center;
		height: 1rem;
		width: 50%;
		padding-left: .4rem;
		height: 1rem;
		float: left;
		box-sizing: border-box;
		color: #9D9EA5;
		font-size: .28rem;
	}
	.mobile_navbar .box ul li div a img {
		width: .41rem;
		margin-right: .2rem;
	}
	.rr {
		display: none !important;
	}
	.c {
		margin: 0 auto;
		display: flex;
		padding: 0 .3rem;
		align-items: center;
		justify-content: space-between;
		margin-top: .3rem;
	}
	.c span {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 45%;
		height: .5rem;
		font-size: .26rem;
		border: 1px solid #311f59;
		border-radius: .1rem;
		color: #311f59;
	}
	.c span.on {
		background: #311f59;
		color: #fff;
	}
	.content .banner {
		height: 5rem;
	}
	.content .banner .swiper .swiper-slide {
		background-size: 100% 100%;
	}
	.content .banner .swiper .swiper-slide.on {
		background-image: url(../images/wap1.jpg) !important;
	}
	.content .banner .swiper .swiper-slide.on1 {
		background-image: url(../images/wap2.jpg) !important;
	}
	.content .banner .swiper .swiper-slide.on2 {
		background-image: url(../images/wap3.png) !important;
	}
	.content .banner .swiper .swiper-slide.on2 .w1200 {
		margin-top: -1rem;
	}
	.content .banner .swiper .swiper-slide.on2 .w1200 .btn {
		margin-top: .3rem;
	}
	.content .banner .swiper .swiper-slide .g {
		width: 90%;
		margin: 0 auto;
		padding: .3rem;
	}
	.content .banner .swiper .swiper-slide.on1 .w1200 p {
		text-align: center;
	}
	.content .banner .swiper .swiper-slide.on1 .w1200 span {
		text-align: center;
	}
	.content .banner .swiper .swiper-slide.on1 .w1200 .btn {
		justify-content: center;
	}
	.content .main_news_info.on {
		padding-top: 0;
	}
	.main_search_box{
		padding: .6rem .3rem;
	}
	.main_search_box .w1200{
		display: block;
		width: 100%;
	}
	.main_search_box .w1200 .left{
		width: 100%;
		height: 4.8rem;
		padding: 1rem 1rem 0 1rem;
	}
	.main_search_box .w1200 .left .label p{
		font-size: .26rem;
		margin-bottom: .1rem;
		line-height: .4rem;
	}
	.main_search_box .w1200 .left .label select{
		height: .5rem;
		font-size: .24rem;
	}
	.main_search_box .w1200 .left .button{
		margin-top: .3rem;
	}
	.main_search_box .w1200 .left .button div{
		background-size: 100% 100%;
		width: 2rem;
		height: .66rem;
		font-size: .28rem;
	}
	.main_search_box .w1200 .left .label input{
		height: .5rem;
		font-size: .24rem;
	}
	.main_search_box .w1200 .grow{
		width: 100%;
		padding: .5rem 0;
	}
	.main_search_box .w1200 .grow p{
		font-size: .26rem;
		line-height: .45rem;
	}
	.main_search_box .w1200 .grow em{
		font-size: .26rem;
		line-height: .45rem;
	}
	.main_search_box .w1200 .grow span{
		font-size: .26rem;
		line-height: .45rem;
	}
	.main_search_result .w1200 h3{
		font-size: .3rem;
	}
	.main_search_result .w1200 .box1{
		width: 100%;
	}
	.main_search_result .w1200 .box1 p{
		font-size: .33rem;
		line-height: .88rem;
	}
	.main_search_result .w1200 .box1 span{
		font-size: .26rem;
		line-height: .56rem;
	}
	
	.main_search_result .w1200 .box ul{
		padding: .36rem 0;
	}
	.main_search_result .w1200 .box ul li{
		height: auto;
		background-position: left .26rem;
		display: block;
		margin: .2rem 0;
		padding-left: .3rem;
		line-height: .6rem;
		
	}
	.main_search_result .w1200 .box ul li span{
		display: block;
		font-size: .24rem;
	}
	.main_search_result .w1200 .box ul li em{
		display: block;
		font-size: .24rem;
	}
	.main_search_result .w1200 .box{
		width: 100%;
	}
	.main_search_result .w1200 .box p{
		font-size: .33rem;
		line-height: .88rem;
	}
	.content header{
		display: none;
	}
	.headertop{
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999;
		height: 1.2rem;
	}
	.headertop .grow{
		display: none;
	}
	.headertop .language{
		display: none;
	}
	.headertop .w1200{
		height: auto;
		padding: 0 .3rem;
		height: 100%;
	}
	.headertop .w1200 h1{
		height: 100%;
		display: flex;
		align-items: center;
	}
	.headertop .w1200 h1 img{
		height: 60%;
	}
}


/*# sourceMappingURL=css.css.map */