﻿/*common start*/

body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0;
	list-style: none;
}

body {
	font-size: 12px;
	font-family: '';
	color: #666;
}

a {
	color: #666;
}

a:hover {
	color: #f60;
	text-decoration: underline;
}

p {
	line-height: 1.8em;
	padding: 5px 0;
}

.clear {
	margin: 0;
	padding: 0;
	font-size: 0;
	clear: both;
}

.wapper {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.top {
	height: 102px;
	background: #f1f1f1;
	border-bottom: 1px solid #d1d1d1;
	margin: 0 auto;
	max-width: 1365px;
	min-width: 320px;
	overflow: hidden;
	position: relative;
	z-index: 1001;
	will-change: opacity, height;
	transition: opacity .55s, height .55s;
	padding: 0 50px;
}

.head {
	max-width: 1365px;
	min-width: 320px;
	margin: 0 auto;
	position: relative;
	/*background: linear-gradient(90deg,#fc0,#fc0 48%,#ffe57f 70%,#fff0b2);*/
	z-index: 999;
	transition: 0.4s;
}

.c-nav {
	transition: 0.4s;
	height: 100%;
	padding-top: 34px;
	display: flex;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}

.pad {
	padding-left: 50px;
}

.flx {
	display: flex;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}

.pc-m {
	flex-basis: 100%;
	max-width: 100%;
	width: 100%;
}

.logo {
	flex-basis: 30%;
	max-width: 30%;
	width: 30%;
}

.logo a {
	display: block;
	max-width: 175px;
	min-width: 175px;
	margin-right: 25px;
	cursor: pointer;
}

.logo a img {
	height: auto;
	width: 173px;
	display: block;
}

.nav {
	transition: 0.4s;
	flex-basis: 70%;
	max-width: 70%;
	width: 70%;
	display: flex;
	padding-bottom: 25px;
	opacity: 1;
	transition: all .4s ease;
}

.nav-con {
	-webkit-box-pack: end;
	justify-content: flex-end;
	text-align: right;
	flex-basis: 100%;
	max-width: 100%;
	width: 100%;
	display: flex;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}

.nav-con ul {
	display: flex;
	height: 39px;
}

.nav-con ul:last-of-type {
	padding-right: 50px;
}

.nav-con ul li {
	margin-bottom: 7px;
	display: flex;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}

.nav-con ul li a {
	color: #191919;
	font-size: 14px;
	padding: 0 17px;
	font-weight: 400;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.nav-con ul li a:hover {
	color: #f91320;
}

.nav-con ul:last-of-type li:first-child a:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url("../images/e.png")no-repeat center center;
	margin-right: 8px;
}

.nav-con ul:last-of-type li:first-child a:hover:before {
	background: url("../images/e2.png")no-repeat center center;
}

.nav-con ul:last-of-type li:nth-child(2) a {
	padding: 0 4px;
}

.nav-con ul li span {
	margin-top: 1px;
	padding: 0 4px 0 8px;
	cursor: default;
	font-weight: 700;
	color: #191919;
	font-size: 14px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.nav-con ul:last-of-type li:last-child {
	margin-left: 34px;
	position: relative;
}

.nav-con ul:last-of-type li:last-child input {
	-webkit-appearance: none;
	display: inline-block;
	opacity: 0;
	width: 0;
	transition: all .4s ease;
	background: none;
	font-size: 14px;
	border: 0;
	border-bottom: 2px solid #191919;
	padding-bottom: 4px;
	outline: none;
}

.nav-con ul:last-of-type li:last-child label {
	display: inline-flex;
	max-width: 80px;
	cursor: pointer;
	font-size: 14px;
	transition: all .4s ease;
	-webkit-box-align: center;
	align-items: center;
}

.nav-con ul:last-of-type li:last-child i {
	display: inline-block;
	opacity: 0;
	width: 0;
	transition: 0.4s ease;
	height: 32px;
	background: url("../images/close.png")no-repeat center center;
	cursor: pointer;
}

.nav-con ul:last-of-type li:last-child i:hover {
	background: url("../images/close2.png")no-repeat center center;
}

.nav-con ul:last-of-type li:last-child label:hover:after {
	background: url("../images/close2.png")no-repeat center center;
}

.nav-con ul:last-of-type li:last-child label:hover {
	color: #f91320;
}

.nav-con ul:last-of-type li:last-child label:hover:before {
	background: url("../images/sou2.png")no-repeat center center;
}

.nav-con ul:last-of-type li:last-child label:before {
	content: '';
	width: 14px;
	height: 14px;
	display: inline-flex;
	position: absolute;
	left: -16px;
	top: 9px;
	background: url("../images/sou.png")no-repeat center center;
}

.list {
	padding: 0 50px 17px 34px;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}

.list ul {
	height: 53px;
	-webkit-box-flex: 1;
	flex-grow: 1;
	flex-basis: 0;
	max-width: 100%;
	display: flex;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}

.list ul li {
	display: flex;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	position: relative;
}

.list ul li>a {
	align-self: flex-end;
	color: #191919;
	font-weight: 700;
	margin: 8px 17px;
	font-size: 14px;
	position: relative;
}

.list ul li dl {
	position: absolute;
	top: 100%;
	left: 0;
	width: 150px;
	background: #fff;
	opacity: 0;
	z-index: 3;
	backface-visibility: hidden;
	transform-origin: 0 0;
	transform: rotateX(-90deg);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
}

.list ul li:hover dl {
	visibility: visible;
	opacity: 1;
	transform: rotateX(0deg);
	transition: transform 0.4s, opacity 0.1s;
}

.list ul li dl dd a {
	padding: 10px 25px 10px 18px;
	font-weight: 300;
	display: block;
	font-size: 16px;
	color: #333;
	text-align: center;
	transition: 0.4s;
}

.list ul li dl dd a:hover {
	color: #fff;
	background: #163675;
}


/*.list ul li>a:after{
    content: '';
    padding-left: 8px;
    position: absolute;
    top: 5px;
    width: 14px;
    height: 14px;
    right: -25px;
    background: url("../images/xia.png")no-repeat center center;
    display: inline-block;
}*/

.list ul li a:hover {
	color: #f91320;
}

.list ul li a:hover:after {
	background: url("../images/xia2.png")no-repeat center center;
}

.list ul li:nth-child(3) a:after,
.list ul li:nth-child(4) a:after,
.list ul li:nth-child(6) a:after {
	display: none;
}

.list ul li .drop {
	display: none;
	position: absolute;
	top: 67px;
	left: 50%;
	transform: translateX(-40px);
	height: auto;
	overflow: auto;
	min-width: auto;
	max-width: none;
	background: #fff;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	z-index: 999;
	border-bottom: 1px solid #e8e8e8;
	max-height: 70vh;
	box-shadow: 0 20px 32px 0 rgba(0, 0, 0, .07), 0 3px 2px 0 rgba(0, 0, 0, .1);
}

.list ul li .drop-con {
	overflow-y: auto;
	height: 100%;
	padding: 0 34px 25px;
	display: flex;
	flex-wrap: wrap;
}

.list ul li .drop-con h4 {
	margin-top: 42px;
	text-align: left;
	line-height: 26px;
	flex-basis: 100%;
	max-width: 100%;
	width: 100%;
	-webkit-box-pack: center;
	justify-content: center;
	font-size: 24px;
}

.list ul li .drop-con h4 a {
	font-weight: 800;
	transition: color .2s;
	position: relative;
	display: inline-block;
	font-size: 20px;
}

.list ul li .drop-con h4 a:after {
	content: '';
	position: absolute;
	top: 7px;
	right: -25px;
	width: 14px;
	height: 14px;
	background: url("../images/you.png")no-repeat center center;
	display: inline-block;
}

.list ul li .drop-con h4 a:hover:after {
	background: url("../images/you2.png")no-repeat center center;
}

.drop-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(10, auto);
	max-width: 684px;
}

.drop-list .item {
	min-width: 200px;
	max-width: 33.33333%;
	flex-basis: 33.3333%;
	width: 33.3333%;
	margin-left: 42px;
}

.drop-list .item .img {
	margin-top: 42px;
}

.drop-list .item .txt {
	margin-top: 13px;
	border-top: 1px solid #d1d1d1;
}

.drop-list .item .txt a {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 13px 0;
	display: inline-block;
}

.drop-list .item .txt a:after {
	content: '';
	position: absolute;
	top: 15px;
	right: -25px;
	width: 14px;
	height: 14px;
	background: url("../images/you.png")no-repeat center center;
	display: inline-block;
}

.drop-list .item .txt a:hover:after {
	background: url("../images/you2.png")no-repeat center center;
}

.drop-list .item:nth-child(1),
.drop-list .item:nth-child(4) {
	margin-left: 0;
}

.con {
	padding: 50px 0;
}

.con h4 {
	background: url(../images/title2.png) no-repeat center 10px;
	font-size: 22px;
	color: #333333;
	text-align: center;
}

.con h4 p {
	padding: 0;
	margin: 0;
	font-size: 24px;
	color: #005dbb;
	font-weight: bold;
}

.con h4 i {
	display: block;
	font-style: normal;
	text-transform: uppercase;
	font: 12px '', Verdana, Arial;
	color: #cccccc;
	padding: 10px 0;
}

.con h4 a {
	text-decoration: none;
	margin: 0 auto;
	display: block;
	font: 12px '', Verdana, Arial;
	color: #666666;
	width: 97px;
	height: 26px;
	border: 1px solid #cccccc;
	text-align: center;
	line-height: 26px;
}

.tab_item {
	display: none;
}

.title {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.title .tab_item {
	display: inline-block;
	margin: 0 5px;
	list-style-type: none;
	display: inline-block;
	width: 120px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 3px;
	transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
	box-shadow: none;
	border: 1px solid rgba(28, 69, 135, 0.0901961);
	font-size: 16px;
	font-family: '', Verdana, Arial, Sans-Serif;
	text-decoration: none;
	color: #505050;
	background: #fff;
	cursor: pointer;
}

.title .tab_item.cur {
	color: #fff !important;
	background: #055CA0 !important;
}

.tab_val {
	display: none;
}

.tabs_vallist dl {text-align: center;}
.tabs_vallist dl dd {
	width: 23%;
	margin: 0.8%;
	text-align: center;
	/*float: left;*/
	display: inline-block;
}

.tabs_vallist dl dd img {
	max-width: 100%;
}

.tabs_vallist dl dd span {
	display: block;
	color: #505050;
	font-size: 14px;
}


.con2 {
	padding: 50px 0;
}

.con2 h4 {
	background: url(../images/title2.png) no-repeat center 10px;
	font-size: 22px;
	color: #333333;
	text-align: center;
}

.con2 h4 p {
	padding: 0;
	margin: 0;
	font-size: 24px;
	color: #005dbb;
	font-weight: bold;
}

.con2 h4 i {
	display: block;
	font-style: normal;
	text-transform: uppercase;
	font: 12px '', Verdana, Arial;
	color: #cccccc;
	padding: 10px 0;
}

.con2 h4 a {
	text-decoration: none;
	margin: 0 auto;
	display: block;
	font: 12px '', Verdana, Arial;
	color: #666666;
	width: 97px;
	height: 26px;
	border: 1px solid #cccccc;
	text-align: center;
	line-height: 26px;
}


.con2left{width: 48%;margin-top: 15px;}
.con2right{width: 48%;margin-top: 15px;}
.con2right img{max-width: 100%;}

.con3bg{ padding:30px 0;}
.con3{}
.con3 .main{ margin-top:30px; overflow:hidden;}
.con3 .main ul{ width:1350px;text-align: center;}
.con3 .main ul li{ float:left; width:365px; margin:0 70px 0 0;display: inline-block;}
.con3 .main ul li .img{ width:320px; height:180px; background:#bebebe; position:relative;}
.con3 .main ul li .img img{ max-width:320px; max-height:180px; position:absolute; top:0; right:0p; bottom:0; left:0; margin:auto auto;}
.con3 .main ul li .txt{ margin-top:10px;height: 230px;}
.con3 .main ul li .txt h2{ font-weight:normal; font-size:16px; line-height:1.5em;}
.con3 .main ul li .txt h2 a{ color:#333;}
.con3 .main ul li .txt h2 a:hover{ color:#0ba29a;}
.con3 .main ul li .txt h3{ font-weight:normal; font-size:14px; color:#666; border-bottom:1px solid #d9d9d9; padding-bottom:10px; line-height:2em;}
.con3 .main ul li .txt p{ padding:0; font-size:14px; color:#4c4c4c; line-height:1.5em; margin-top:10px;}
.btn2{ text-align:center; margin-top:30px;}
.btn2 a{ display:inline-block; width:218px; height:42px; line-height:42px; color:#f5f5f5; border:1px solid #f5f5f5; font-size:16px;}
.tit1{ text-align:center;}
.tit1 h2{ font-weight:normal; font-size:24px; line-height:1.5em;}
.tit1 h3{ font-weight:normal; font-size:20px; line-height:1.5em; color:#b2b2b2;}



.con4{ height:560px; margin-top:30px;}
.con4 h2{ height:134px; margin-bottom:15px;}
.con4 h2 strong{ display:block; width:100%; height:50px; line-height:50px; font-size:36px; font-weight:normal; text-align:center; color:#333; letter-spacing:1px;}
.con4 h2 span{ display:block; height:44px; line-height:44px; width:410px; margin:0 auto; background:#999; color:#fff; text-align:center; font-size:26px; font-weight:normal; text-align:center; letter-spacing:1px;}
.con4 h2 b{ display:block; width:100%; height:40px; line-height:40px; font-size:24px; color:#333; font-weight:normal; text-align:center; letter-spacing:1px;}
.con4 ul{ margin-top:50px; width:1200px;}
.con4 ul li{ float:left; width:33.3%; height:280px; /*padding:40px; margin-right:40px;*/}
.con4 ul li:hover{border-top-style:solid;border-top-color:#00684d;border-right-color:#37c386;border-bottom-color:#00684d;border-left-color:#e5e5e5;border-top-width:4px;border-right-width:2px;border-bottom-width:4px;border-left-width:1px;border-right-style:none;border-bottom-style:solid;border-left-style:solid;box-shadow:#e5e5e5 4px 4px 8px ;}
.con4 ul li img{ width:100%; /*height:240px;*/ display:block; margin:0 auto;}
.con4 ul li strong{ display:block; width:100%; height:40px; line-height:40px; font-size:18px; font-weight:normal; color:#333; text-align:center; margin-top:10px;}




.wide{
    padding: 67px 25px;
    margin-bottom: 25px;
}
.wide .tit{
    padding: 0 21.875% 17px;
}
.wide .tit h3 {
    margin-bottom: 34px;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
}
.wide-con{
    margin:0 10px;
    padding-bottom: 17px;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}
.wide-con .item {
    margin: 0 25px 42px;
    width: calc(33% - 50px);
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    box-shadow: 0 1px 4px 0 rgba(50,50,50,.5);
}
.wide-con .item .img{
    height: 235px;
    flex-basis: 235px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.wide-con .item .img img{
    display: block;
    width: 100%;
}
.wide-con .item .txt{
    padding: 34px 25px 84px;
    text-align: left;
}
.wide-con .item .txt h4{
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 26px;
    color: #d40511;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.wide-con .item .txt h4:after{
    content: '';
    position: absolute;
    top: 5px;
    right: -20px;
    width: 19px;
    height: 19px;
    background: url("../images/you3.png")no-repeat center center ;
}
.wide-con .item .txt h4:hover{
    text-decoration: underline;
}
.wide-con .item .txt span{
    display: block;
    margin: 17px 0;
    font-size: 15px;
}
.wide-con .item .txt .btn{
    padding-bottom: 17px;
    width: calc(100% - 50px);
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    text-align: center;
    margin: 0 auto;
}
.wide-con .item .txt .btn a{
    font-weight: 700;
    background: #d40511;
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 100%;
    min-height: 48px;
    line-height: 48px;
    border-radius: 4px;
    transition: 0.2s;
}
.wide-con .item .txt .btn a:hover{
    background: #f91320;
}


.con6{padding: 30px 0;background-image: url(../images/client-bg.jpg);
    background-position: center center;
   }
.h-h2 {
	text-align: center;
    font-size: 28px;
    color: #000;
    padding: 0;
    margin: 0 0 10px;
    line-height: 150%;
}

.m-sm {
	text-align: center;
    display: block;
    font-size: 14px;
    line-height: 150%;
    margin: 0 0 40px;
    color: #999;
}

.con6 figcaption {
    color: #fff;
    background:rgba(0,0,0,0.5);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 64px;
    display: none;

}
.con6 ul {width: 950px;margin: 0 auto;}
.con6 ul li{width: 18%;float: left;margin: 1%;}
.con6 ul li img{max-width: 100%;}
.con6 ul li:hover figcaption{display: block;}
.con6 ul li a {
    position: relative;
    display: block;
}

.m-none{text-align: center;}
a.btn-center {
    text-align: center;
    font-size: 14px;
    padding: 4px 30px 2px;
    margin: 10px 15px 0;
    color: #e60021;
    border: 1px solid #e60021;
    display: inline-block;
}

a.btn-center:hover {
    background-color: #df3741;
    border: 1px solid #df3741;
    color: #fff;
    text-decoration: none;
}


.line{width: 30px;height: 2px;background: #fff;margin: 10px 0;}

.foot{background: #104A92;padding: 40px 0;}
.footleft{width: 40%}
.footleft h3{font-size: 22px;color: #fff;}
.footleft ul li{line-height: 27px;color: #B1BED4;margin: 15px 0;font-size: 16px;}
.footleft ul li span{display: block;margin-left: 20px;}


.footcenter{width: 40%;}
.footcenter dl {float: left;width: 33.3%;}
.footcenter dl dt{font-size: 22px;color: #fff;}
.footcenter dl dd{color: #B1BED4;margin: 5px 0;font-size: 16px; }
.footcenter dl dd a{color: #B1BED4;}

.footright{width: 20%;}
.footright ul li{display: inline-block;text-align: center;}
.footright ul li img{width: 100px;height: 100px;}
.footright ul li span{display: block;color: #fff;}

.copy{border-top: 1px solid  #B1BED4;}
.copy{padding: 10px 0;text-align: center;font-size: 14px;color: #fff;}


.weizhi{height:40px; line-height:40px; background:url(../images/title03.png) no-repeat;font-size:14px; }
.inside{margin-top:20px; background:url(../images/title_04.gif) #fff repeat-y; min-height:400px;}

.inside_left{ width:220px; float:left;}
.inside_left .side_a dl dt{ border-bottom:3px solid #ddd; display:block; height:40px; color:#324483; font-weight:bold; line-height:40px; font-size:18px;}
.inside_left .side_a dl dd{ height:36px; line-height:36px; border-bottom:#ddd solid 1px;}
.inside_left .side_a dl dd a{ display:block; padding-left:30px; font-size:14px; background: url(../images/about-cn3_19.jpg) 15px center no-repeat;}
.inside_left .side_a dl dd a:hover{ background:#324483; color:#fff;}
.inside_left .side_a dl .hover a{ background:#324483; color:#fff;} 
.lianxi{ margin-top:15px; text-align:center; padding-bottom:20px;}

.inside_right{ width:920px; float:right; }
.inside_con{ padding:10px 0;}