
/*初始化*/
html,body {
	position: relative;
	height: 100%;
}
.swiper {
	width: 100%;
	height: 100%;
}

*{ 
	padding:0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html{
	font-size: calc(100vw/19.2);
}

html, body{
	width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 1.5em;
	color: #333;
	background: #fff;
}
input,button{
	-webkit-appearance:none;
	border-radius: 0;
}
a,a:hover,a:focus {
	text-decoration: none;
}
textarea{
	resize: none;
	overflow: auto;
}
input,button {
	border: 0;
}
img {
	border: 0;
	vertical-align: top;
}
li {
	list-style: none;
}
ul,ol,p,h1,h2,h3,h4,h5,h6 {
	margin:0;
}
/* placeholder修改 */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #666 !important;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #666 !important;
	opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #666 !important;
	opacity: 1;
}
input::-ms-input-placeholder,textarea::-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #666 !important;
}
select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand { display: none; }

#fp-nav.right{right: auto;left: 10px;width: 30px;float: left;}

/*公共样式*/
.c-clear { zoom: 1; }
.c-clear:after { content:''; display: block; clear: both; }
.c-fl { float: left; }
.c-fr { float: right; }
.c-container { position: relative; width: 100%;padding:0 2rem;}
body.c-open{overflow: hidden;}
.c-bg-color1 {background: #fff !important;}
.c-bg-color2 {background: #f9f9f9 !important;}
.c-pt1 {padding-top: 130px !important;}
.c-text-center {text-align: center;}
/* 公共背景 */
#c-common-bg {
	position: fixed;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
	height: 6.4rem;
}
#c-common-bg.c-dt {
	height: 100%;
}
/* 顶部背景 */
#c-top-bg {
	height: 6.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
#c-top-bg .c-enTitle {
	font-size: 72px;
	line-height: 1em;
	color: #fff;
}
#c-top-bg .c-title {
	padding-top: 10px;
	font-size: 36px;
	line-height: 56px;
	color: #fff;
}
#c-top-bg .c-btn {
	display: block;
	margin: 40px auto 0;
	padding: 0 32px;
	width: 180px;
	height: 50px;
	border-radius: 25px;
	font-size: 16px;
	line-height: 50px;
	text-align: left;
	color: #333;
	background: #fff url(../image/jt4.png) no-repeat right 32px center;
	background-size: 14px auto;
	transition: .5s;
}
#c-top-bg .c-btn:hover {
	color: #fff;
	background: #3b7c95 url(../image/jt4-h.png) no-repeat right 32px center;
	background-size: 14px auto;
}


/* 公共标题 */
.c-common-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 60px;
}

.c-common-title .c-en-title{
	font-size: 72px;
	line-height: 1em;
	color: #222;
}
.c-common-title .c-cn-title {
	padding-top: 10px;
	font-size: 36px;
	line-height: 56px;
	color: #222;
}
.c-common-title .c-cn-title span{
	color: #3b7c95;
}
.c-common-title .c-text {
	padding: 20px 0 50px;
	line-height: 30px;
}
.c-common-title.c-unique .c-en-title,.c-common-title.c-unique .c-cn-title,.c-common-title.c-unique .c-cn-title span{
	color: #fff;
}


/*顶部*/
#c-header {
	position: fixed;
	top:0;
	left:0;
	z-index: 900;
	width: 100%;
	line-height: 100px;
	text-align: center;
	transition: all 0.5s;
	border-bottom: 2px solid transparent;
}
#c-header.c-head-hide,#c-header.c-head-hide2,.c-open #c-header  {
	line-height: 100px;
	color: #333;
	background: #fff;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
#c-header.c-head-move{
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
#c-header a {
	color: #fff;
	transition: all 0.5s;
}
#c-header.c-head-hide a,#c-header.c-head-hide2 a,.c-open #c-header a {
	color: #333;
}
#c-header:hover {
	border-bottom: 1px solid #3b7c95;
}

/*顶部logo*/
#c-header .c-logo a {
	float: left;
	text-align: left;
}
#c-header .c-logo a img {
	height: 60px;
	vertical-align: middle;
}
#c-header .c-logo a img:nth-child(2),#c-header.c-head-hide .c-logo a img:nth-child(1),#c-header.c-head-hide2 .c-logo a img:nth-child(1),.c-open #c-header .c-logo a img:nth-child(1){
	display: none;
}
#c-header.c-head-hide .c-logo a img:nth-child(2),#c-header.c-head-hide2 .c-logo a img:nth-child(2),.c-open #c-header .c-logo a img:nth-child(2){
	display: inline-block;
}
#c-header .c-logo a p {
	display: inline-block;
	vertical-align: top;
}
#c-header .c-logo a p strong{
	margin-right: 22px;
	padding-left: 15px;
}
#c-header .c-logo a p span {
	padding-left: 22px;
	border-left: 1px solid #ddd;
}

/*顶部pc导航*/
input:-internal-autofill-selected {
       transition: background-color 5000s ease-in-out 0s;
       background-color: transparent !important;
}
.scroll_header #c-header{background: rgba(255,255,255,0.7);}
.scroll_header #c-header a{color: #333;}
.scroll_header #c-header .c-nav .c-search-box form{border: 1px solid #999;} 
.scroll_header #c-header .c-nav .c-search-box form button{color: #666;}
#c-header.c-head-hide .c-nav .c-search-box form,#c-header.c-head-hide2 .c-nav .c-search-box form{border: 1px solid #999;} 
#c-header.c-head-hide .c-nav .c-search-box form button,#c-header.c-head-hide2 .c-nav .c-search-box form button{color: #666;}


#c-header .c-nav .c-search-box form input::-webkit-input-placeholder {color:#fff;}
#c-header .c-nav .c-search-box form input:-moz-placeholder {color:#fff;}
#c-header .c-nav .c-search-box form input::-moz-placeholder {color:#fff;}
#c-header .c-nav .c-search-box form input:-ms-input-placeholder {color:#fff;}

#c-header.c-head-hide .c-nav .c-search-box form input::-webkit-input-placeholder,#c-header.c-head-hide2 .c-nav .c-search-box form input::-webkit-input-placeholder {color:#999 !important;}
#c-header.c-head-hide .c-nav .c-search-box form input:-moz-placeholder,#c-header.c-head-hide2 .c-nav .c-search-box form input:-moz-placeholder {color:#999 !important;}
#c-header.c-head-hide .c-nav .c-search-box form input::-moz-placeholder,#c-header.c-head-hide2 .c-nav .c-search-box form input::-moz-placeholder {color:#999 !important;}
#c-header.c-head-hide .c-nav .c-search-box form input:-ms-input-placeholder,#c-header.c-head-hide2 .c-nav .c-search-box form input:-ms-input-placeholder {color:#999 !important;}
#c-header.c-head-hide .c-nav .c-search-box form input,c-header.c-head-hide2 .c-nav .c-search-box form input{color: #666;}

#c-header .c-nav {
	display: flex;
	text-align: center;
	align-items: center;
}
#c-header .c-nav>li {
	padding: 0 20px;
	display: inline-block;
	vertical-align: top;
}
#c-header .c-nav li a {
	position: relative;
	display: inline-block;
	/* vertical-align: top; */
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-weight: bold;
}
#c-header .c-nav li ul {
	position: absolute;
	top:102px;
	left:0;
	display: none;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
#c-header .c-nav li ul li a{
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #f1f1f1;
	line-height: 26px;
	text-align: center;
}
#c-header .c-nav li ul li:last-child a{
	border-bottom:0;
}
#c-header .c-nav>li>a::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 25px;
	margin-left: -6px;
	border: 6px solid transparent;
	transition: all 0.5s;
}
/*#c-header .c-nav>li.active>a::before,#c-header .c-nav>li:hover>a::before {
	border-bottom: 6px solid #fff;
}*/
#c-header .c-nav>li.active>a::before,#c-header .c-nav>li:hover>a::before {
	border-bottom: 6px solid #fff;
}
#c-header.c-head-hide .c-nav>li.active>a::before,#c-header.c-head-hide .c-nav>li:hover>a::before,#c-header.c-head-hide2 .c-nav>li.active>a::before,#c-header.c-head-hide2 .c-nav>li:hover>a::before {
	border-bottom: 6px solid #3b7c95;
	bottom: 0;
}
#c-header.c-head-hide .c-nav>li.active>a,#c-header.c-head-hide .c-nav>li:hover>a,#c-header.c-head-hide2 .c-nav>li.active>a,#c-header.c-head-hide2 .c-nav>li:hover>a {
	color: #3b7c95;
}


#c-header .c-nav .c-language {
	position: relative;
	padding: 0 ;
	margin-left: 35px;
}
#c-header .c-nav .c-language .c-list{
	display: none;
	position: absolute;
	top: 100px;
	right: 0;
	width: 80px;
	text-align: left;
	background: #fff;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
#c-header .c-nav .c-language .c-list .c-item{
	line-height: 30px;
}
#c-header .c-nav .c-language .c-list .c-item a{
	padding: 0 15px;
	display: block;
	color: #333;
	transition: .5s;
	border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav .c-language .c-list .c-item:last-child a {
	border: 0;
}
#c-header .c-nav .c-language .c-list .c-item a:hover {
	color: #fff;
	background: #3b7c95;
}
#c-header .c-nav .c-search-box {
	position: relative;
	padding-right: 0 ;
	width: 300px;
	height: 40px;
}
#c-header .c-nav .c-search-box form {
	display: block !important;
	position: absolute;
	right: 0;
	background: none;
	width: 250px;
	height: 40px;
	line-height: 40px;
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid #fff;
	transition: all 1s;
}
#c-header .c-nav .c-search-box form input {
	float: left;
	padding: 0 15px;
	width: 180px;
	height: 40px;
	font-size: 14px;
	border: none;
	background: none;
	color: #fff;
}
#c-header .c-nav .c-search-box form input::-webkit-input-placeholder {
    color: #fff !important;
}
#c-header .c-nav .c-search-box form button {
	float: right;
	width: 50px;
	height: 40px;
	color:#fff;
	background: none;
	border: none;
	font-size: 16px;
}
#c-header .c-nav .c-search-box form button i{font-size: 26px;}
#c-header .c-nav .c-list-box {
	padding:0rem 2rem 0rem;
	position: absolute;
	top:100px;
	left:0;
	width:100%;
	background: #fff;
	display: none;
	line-height: 50px;
	/*box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);*/
	border-top: 1px solid #3b7c95;
}
#c-header .c-nav .cp-nav .c-list-box{
    width:100%;
    background: #fff;
    padding: 0;
}
#c-header .c-nav .cp-nav .c-list-box .c-list-wrap{justify-content: space-between;}
#c-header .c-nav .cp-nav .c-list-wrap .c-list-img{
    width:30%;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#c-header .c-nav .cp-nav .c-list-wrap .c-list-img p{
    color: #6db92b;
    position: absolute;
    width: 100%;
    text-align: right;
    right: 4vw;
    top: 50%;
    font-size: 28px;
    transform: translateY(-50%);
}
#c-header .c-nav .cp-nav .c-list-wrap .c-list-img img{width:100%;}
#c-header .c-nav .cp-nav .c-list-wrap .c-list1{width:67%;display: block;}
#c-header .c-nav .cp-nav .c-list-wrap .c-list1 h3{font-size:26px;color:#3b7c95;padding-top: 20px;font-style: italic;text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);}
#c-header .c-nav .cp-nav .c-list-wrap .c-list1 .c-item .c-title {
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    width: 100%;
}
#c-header .c-nav .cp-nav .c-list-wrap .c-list1 .c-item .c-title a{
    display: inline-block;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    width: 70%;
}
#c-header .c-nav .cp-nav .c-list-wrap .c-list1 .c-item .c-title:hover{background:none}
#c-header .c-nav .cp-nav .c-list-wrap .c-list1 .c-item .c-title a:hover{background:none;color:#3b7c95;}
#c-header .c-nav .cp-nav .c-list-wrap .c-list1 .c-item{
    background:none;
    width: 27%;
    margin-right: 2vw;
    margin-top: 20px;
}
#c-header .c-nav .cp-nav .c-list-wrap .c-list1 .c-item .c-text{margin-left:0;line-height: 26px;}
.c-list1-cp{display:flex;justify-content:left;}
.c-list1-cp .c-list1-cp1{width:19%;margin-right: 2vw;}
.c-list1-cp .c-list1-cp2{width:68%;}
#c-header .c-nav .cp-nav .c-list-wrap .c-list1  .c-list1-cp .c-list1-cp2 .c-item:nth-child(1){display:none;}
#c-header .c-nav .cp-nav .c-list-wrap .c-list1  .c-list1-cp .c-list1-cp1 .c-item{width:100%}
#c-header .c-nav .cp-nav .c-list-wrap .c-list1  .c-list1-cp .c-list1-cp2 .c-item{height:145px;}
#c-header .c-nav .cp-nav .c-list-box .c-list1 .c-item .c-text a:hover{color:#3b7c95;}

#c-header .c-nav .c-list-box .c-list {
	margin: 0 -.3rem;
	display: flex;
	align-items:flex-start;
}
#c-header .c-nav .c-list-box .c-list .c-item {
	padding:0 .3rem;
	width: 33.33%;
	border-right: 1px solid rgba(0,0,0,.1);
}
#c-header .c-nav>li:nth-last-child(4) .c-list-box .c-list .c-item {
	width: 50%;
}
#c-header .c-nav .c-list-box .c-list .c-item:last-child {
	border: 0;
}
#c-header .c-nav .c-list-box .c-list .c-top-box {
	display: block;
}
#c-header .c-nav .c-list-box .c-list .c-top-box .c-text {
	padding-top: 25px;
	font-size: 22px;
	line-height: 32px;
	color:#333;
	transition: .5s;
}
#c-header .c-nav .c-list-box .c-list .c-wrap:hover .c-top-box .c-text {
	color:#3b7c95;
}
#c-header .c-nav .c-list-box .c-list .c-img-box {
	height: 3rem;
	overflow: hidden;
}
#c-header .c-nav .c-list-box .c-list .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}
#c-header .c-nav .c-list-box .c-list .c-wrap:hover .c-img-box img {
	transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1); 
}
#c-header .c-nav .c-list-box .c-list .c-a-box {

	display: flex;
	align-items: flex-start;
	display: none;
}
#c-header .c-nav .c-list-box .c-list .c-a-box a {
	width: 25%;
	border-right: 1px solid #999;
	font-size: 14px;
	line-height: 14px;
	color: #999;
	transition: .5s;
}
#c-header .c-nav .c-list-box .c-list .c-a-box a:hover{
	color: #3b7c95;
}
#c-header .c-nav .c-list-box .c-list .c-a-box a:last-child {
	border:0;
}
#c-header .c-nav .c-list-box .c-list-wrap {
	display: flex;
	justify-content: center;
	/* align-items: center; */
	text-align: left;
}

#c-header .c-nav .c-list-box .c-list1 {
	width: 90%;
}
#c-header .c-nav .c-list-box .c-list1 .c-item {
	display: block;
	border-bottom: 1px solid transparent;
	transition: .5s;
	background-size: auto 6px;
	float:left;
}
#c-header .c-nav .c-list-box .c-list1 .c-item .c-title a{
	font-size: 14px;
	width: 7vw;
	color: #333;
	transition: .5s;
	font-weight: 400;
	text-align: center;
}
#c-header .c-nav .c-list-box .c-list1 .c-item .c-title:hover a{color:#3b7c95;}
#c-header .c-nav .c-list-box .c-list1 .c-item .c-text{
	font-size: 14px;
	line-height: 35px;
	color: #999;
	transition: .5s;
	margin-left: -6px;
}
#c-header .c-nav .c-list-box .c-list1 .c-item .c-text a{
	font-size: 14px;
	color: #666;
	cursor: pointer;
	z-index: 999;
	font-weight: 400;
}

#c-header .c-nav .c-list-box .c-list1 .c-item .c-text i{display: inline-block;margin-right: 10px;display:none;}
#c-header .c-nav .c-list-box .c-list1 .c-item .c-text a:hover,
#c-header .c-nav .c-list-box .c-list1 .c-item .c-title a:hover{}
#c-header .c-nav .c-list-box .c-list1 .c-item.active .c-title {
	color: #3b7c95;
}
#c-header .c-nav .c-list-box .c-list2 {
	position: relative;
	width: 40%;
	height: 360px;
	overflow: hidden;
	border-radius: 15px;
	margin-top: 20px;
}
#c-header .c-nav .c-list-box .c-list2 img{width: 100%;}
#c-header .c-nav .c-list-box .c-list2 .c-item {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#c-header .c-nav .c-list-box .c-list2 .c-item.active {
	opacity: 1;
	z-index: 2;
}
#c-header .c-nav .c-list-box .c-list2 .c-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}
#c-header .c-nav .c-list-box .c-list2 .c-item:hover img {
	transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1); 
}

#c-header .c-nav .c-list-box .c-list3{width: 60%;padding-top: 30px}
#c-header .c-nav .c-list-box .c-list3 h4{font-size: 20px;font-weight: bold;color: #3b7c95;padding-top: 40px;margin-bottom: 30px;}
#c-header .c-nav .c-list-box .c-list3 .c-item{width: 26%;float: left;line-height: 40px;}
#c-header .c-nav .c-list-box .c-list3 .c-item p i{display: inline-block;margin-right: 10px;}
#c-header .c-nav .c-list-box .c-list3 .c-item p a{color: #666;font-size: 14px;font-weight: 400;}
#c-header .c-nav .c-list-box .c-list3 .c-item:hover a{color: #3b7c95;}

#c-header .c-nav>li .c-list-box .c-list2{/*display:none;*/width: 25%;margin-top: 58px;height: auto;margin-left: 20px;}
#c-header .c-nav>li .c-list-box .c-list1{width:100%;display: flex;justify-content: center;}
#c-header .c-nav>li .c-list-box .c-list-wrap{align-items:flex-start;}

#c-header .c-nav .c-list-box .c-item-p{display:none;position: absolute;width: 100%;background: rgba(59,123,149,0.7);left: 0;top: 112px;
justify-content: center;}
#c-header .c-nav .c-list-box .c-list1 .c-item:hover .c-item-p{display:flex;}
#c-header .c-nav .c-list-box .c-list1 .c-item .c-item-p p{margin: 0 2vw;padding: 15px 0;}
#c-header .c-nav .c-list-box .c-list1 .c-item .c-item-p p a{color: #fff;}
#c-header .c-nav .c-list-box .c-list1 .c-item .c-item-p p a:hover{color: #fff;opacity:0.8;}

#c-header .c-nav .c-list-box .c-list1 .c-item .c-title span{display: block;margin: 0 auto;width: 40px;height:40px;cursor:pointer;}
#c-header .c-nav .c-list-box .c-list1 .c-item .c-title span img{width: 100%;}
#c-header .c-nav .c-list-box .c-list1 .c-item .c-title{padding-top:20px;}
/*#c-header .c-nav .c-list-box .c-list1 .c-item .c-title:hover{background:#23627a;}*/
#c-header .c-nav .c-list-box .c-list1 .c-item .c-title:hove a{color:#23627a;}

#c-header .cpjs{
    border-radius: 30px;
    width: 120px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #fff;
    margin-left: 20px;
    background: #fff;
    transition: all 0.5s;
}
#c-header .cpjs a{color:#3b7c95;font-size:14px;}
#c-header .cpjs:hover{background:none;}
#c-header .cpjs:hover a{color:#fff;}
#c-header .cpjs a::before{display:none;}
#c-header.c-head-hide .cpjs{background:#3b7c95;border:1px solid #3b7c95;}
#c-header.c-head-hide .cpjs a{color: #fff;}
#c-header.c-head-hide .cpjs:hover{background:none;}
#c-header.c-head-hide .cpjs:hover a{color:#3b7c95;}

/*顶部移动端导航*/
#c-header .c-nav2 {
	position: fixed;
	top:80px;
	left:0;
	width: 100%;
	height: 0;
	font-size:14px;
	line-height: 50px;
	overflow-y: auto;
	background:#fff;
	transition: all 0.5s;
}
#c-header.c-head-hide .c-nav2,#c-header.c-head-hide2 .c-nav2 {
	top: 60px;
}
body.c-open #c-header .c-nav2 {
	height: calc(100% - 80px);
	height: -webkit-calc(100% - 80px);
}
body.c-open #c-header.c-head-hide .c-nav2,body.c-open #c-header.c-head-hide2 .c-nav2 {
	height: calc(100% - 60px);
	height: -webkit-calc(100% - 60px);
}
#c-header .c-nav2 a {
	display: block;
	margin: 0 20px;
	text-align:left;
	color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 75%;
}
#c-header .c-nav2 li.nav-li{position: relative;border-bottom:1px solid #f1f1f1;}
#c-header .c-nav2 li.nav-li i{
    position: absolute;
    top: 9px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 33px;
    padding: 0px 16px 0;
    line-height: 33px;
}
#c-header .c-nav2>li:first-child {
	border-top:1px solid #f1f1f1;
}
#c-header .c-nav2 li:hover>a,#c-header .c-nav2 li.active>a {
	color: #3b7c95;
}
#c-header .c-nav2 li a i {
	float: right;
	/* margin-top: 15px; */
	font-size:20px;
}
#c-header .c-nav2 li ul {
	display: none;
}
#c-header .c-nav2 li ul a {
	padding-left: 15px;
}
#c-header .c-nav2 .c-language {
	float: left;
	position: relative;
	padding: 20px 0 0 20px;
}
#c-header .c-nav2 .c-language>a {
	margin:0;
	display: block;
	padding: 0 5px;
	width: 80px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #f1f1f1;
}
#c-header .c-nav2 .c-language>a i {
	margin-top: 9px;
}
#c-header .c-nav2 .c-language .c-list {
	display: none;
	background: #fff;
	line-height: 40px;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
#c-header .c-nav2 .c-language .c-list a {
	display: block;
	padding: 0 5px;
	margin: 0;
}
#c-header .c-nav2 .c-language .c-list .c-item:last-child a {
	border-bottom: 0;
}
#c-header .c-nav2 .c-search-box {
	float: right;
	width: -webkit-calc(100% - 120px);
	width: calc(100% - 20px);
	padding: 20px 20px 0 0;
}
#c-header .c-nav2 .c-search-box form {
	position: relative;
	border: 1px solid #f1f1f1;
	line-height: 38px;
}
#c-header .c-nav2 .c-search-box form input {
	float: left;
	padding: 0 5px;
	width: -webkit-calc(100% - 15px);
	width: calc(100% - 50px);
	height: 38px;
}
#c-header .c-nav2 .c-search-box form button {
	float: right;
	width: 50px;
	height: 38px;
	color: #fff;
	background:#3b7c95;
}
/*顶部导航开关*/
#c-header .c-switch {
	position: absolute;
	top:50%;
	right: 15px;
	display: none;
	width: 24px;
	height: 20px;
	margin-top: -10px;
	cursor: pointer;
}
#c-header .c-switch i { 
	position: relative;
	display: block;
	height: 2px;
	background:#fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#c-header.c-head-hide .c-switch i,#c-header.c-head-hide2 .c-switch i,.c-open #c-header .c-switch i {
	background:#333;
}
#c-header .c-switch i:nth-child(1) {
	top: 0;
}
#c-header .c-switch i:nth-child(3) {
	bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
	margin: 6px 0;
}
body.c-open #c-header .c-switch i:nth-child(2) {
	opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
	top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
	bottom: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*右侧客服悬浮*/
.yc-float{position: fixed;right: 20px;top: 55%;z-index: 9;}
.yc-float ul{}
.yc-float ul li{display: block;width: 50px;height: 50px;text-align: center;background: #fff;margin-bottom: 10px;border-radius: 50%;line-height: 50px;
box-shadow: 0px 0px 15px rgba(59,124,149,0.15);transition: all 0.5s;position: relative;}
.yc-float ul a{color: #3b7c95;}
.yc-float ul li p{display: none;position: absolute;top: 0;background:url(../images/index_23.png) no-repeat center;padding: 0 15px;font-size: 14px;left: auto;
transition: all 0.5s;background-size: 100% auto;right: -10px;width: 90px;text-align: left;}
.yc-float ul li a i{font-size: 27px;transition: all 0.5s;}
.yc-float ul li:hover {background: #3b7c95;}
.yc-float ul li:hover a i{color: #fff;}
.yc-float ul li:hover a p{display: block;right: 56px;}

.yc-float ul li.li-2 a p{width: 150px;border-radius: 5px;background: none;overflow: hidden;padding:0px;top: -10px;}
.yc-float ul li.li-2 a p img{width: 100%;}
.yc-float ul li.li-2:hover a p{}