@charset "utf-8";/* CSS Document */
@font-face {
  font-family: 'iconfont';  /* project id 1413435 */
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-size: 100%;
	line-height: 1.1;
	width: 100%;
	position: relative;
	background: none;
	font-family:  arial, "微软雅黑","Microsoft YaHei";
	overflow-x: hidden;
}
* {
	padding: 0;
	margin: 0;
}
ul,li{ list-style-type:none;}
a {
	background-color: transp#076c88ent;font-style: normal;
}

a:active, a:hover {
	outline: 0
}
h1, h2, h3, h4, h5, h6, dl, dd, dt, i, em {
    font-weight: normal;
    font-style: normal;
}
a:link, a:hover, a:active, a:visited {
    text-decoration: none;
}
input, textarea {
    outline: 0;
    border: 0;
}
.fl {float: left;}
.fr {float: right;}
.img{ overflow:hidden;border: none;max-width: 100%;height: auto}
/*===========================header=============================*/
#header { position: fixed; top: 0; width: 100%;  z-index: 9999; width: 100%; z-index: 998; background: rgba(255,255,255,0); padding-top: 1.5rem; transition: .5s;  height: 80px; box-sizing: content-box;}
#header #logo { display: table; text-align: left; max-width: 176px; padding:0;}
#header #logo a { display: table-cell; vertical-align: middle; height: 80px; width: 100%;}
#header .logo_blue{ display:none;}
#header .top_search{ position: relative; height:30px; width:30px;margin-top:25px; padding-right:0; display:flex; flex-direction: row;justify-content: center; align-items:center; z-index: 999; margin-left:10px;}

#header .top_tel{ float:left;height:80px; line-height:80px; position:relative; margin-left:20px; font-size:18px; color:#fff; font-weight:bold; font-family:arial; }
#header .top_tel p:before{ content:""; display:inline-block; width:1px; height:15px; background:#c0c0c1; vertical-align:middle; position:absolute; left:-15px; top:33px;}
#header .top_tel p{ padding-left:26px; background:url(../images/top_tel.png) left center no-repeat; display:inline-block; position:relative;}

#header .top_yuyan{ float:left; height:30px; width:30px; line-height:30px; border-radius:30px; margin-top:25px; position:relative; margin-left:10px; font-size:14px; color:#999; background:#fff; }
#header .top_yuyan a{ margin:0 5px; color:#333;}
#header .top_yuyan a:hover{ color:#059340;}

#header .top_search .iconfont{ font-size:18px; color:#fff; color:rgba(255,255,255,.7); }
.header-search { position: absolute; background:#eee;width: 100%; z-index: 10000; display: none; top: 100%; left:0; padding:15px 0; box-shadow: 0 1px 5px rgba(0,0,0,.06) inset;}
.header-search form{ height:40px; position:relative;}
.header-search form.search #keyword{color:#333333;font-size:14px;width:100%;height:100%; background:#fff;text-align:left; padding:0 15px; display:block;border:none;font-family: sans-serif;box-shadow:none;}
.btn_blue{ width:113px; height:40px; position:absolute; top:0; right:0;background:#185FA9;font-family:lato; font-size:16px; color:#fff;}

#header .top_wx { position:relative; margin-left:20px;}
#header .top_wx dt { height: 80px; line-height: 80px; width: 24px; background: url(../images/wechat2.svg) center no-repeat; background-size: contain !important; cursor: pointer;}
#header .top_wx dd { position: absolute; bottom: -60px; width: 94px; height: 94px; border: 5px solid #fff; left: 50%; margin-left: -47px; opacity: 0; visibility: hidden; transition: .5s;}
#header .top_wx:hover dd { opacity: 1; visibility: visible; bottom: -74px;}

#nav{ float:left;}

#nav li{ display:block; float:left; padding: 0 30px; min-width:30px; line-height:40px; padding-top:21px;}
#nav li .a{ display:block; text-align:center;   position:relative; }
#nav li .a strong{ display:block; font-weight:550; font-size:15px; margin-bottom:0px; color:#fff; text-align:center;}
#nav li .a i{ display:block; background-image: -moz-linear-gradient(0deg, rgb(35, 136, 187) 0%, rgb(14, 203, 223) 100%);background-image: -webkit-linear-gradient(0deg, rgb(35, 136, 187) 0%, rgb(14, 203, 223) 100%);background-image: -ms-linear-gradient(0deg, rgb(35, 136, 187) 0%, rgb(14, 203, 223) 100%); text-align:center;  z-index:4; height:2px; width:0; }

#nav .on .a strong{ background-image:-webkit-linear-gradient(bottom,#1886ED,#00e4ff);-webkit-background-clip: text;color: transparent;}
#nav .on .a i{ width:100%;}
#nav li:hover .a strong{ background-image:-webkit-linear-gradient(bottom,#1886ED,#00e4ff);-webkit-background-clip: text;color: transparent;}
#nav li:hover .a i{ width:100% !important;}

#nav li .a i{ -moz-transition: all 0.6s ease-in-out;
-webkit-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-ms-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out; } 



#header:hover,#header.xg{ background-image: -moz-linear-gradient(0deg, rgb(24, 134, 237) 0%, rgb(24, 64, 115) 100%);background-image: -webkit-linear-gradient(0deg, rgb(24, 134, 237) 0%, rgb(24, 64, 115) 100%);background-image: -ms-linear-gradient(0deg, rgb(24, 134, 237) 0%, rgb(24, 64, 115) 100%);box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);}
#header:hover #nav .on .a strong,#header.xg #nav .on .a strong{background-image:-webkit-linear-gradient(bottom,#1886ED,#00e4ff);-webkit-background-clip: text;color: transparent;}
#header.xg #nav li .a strong{ color:#fff;}
#header:hover #nav li .a strong{color:#fff;}
#header #nav li .a strong:hover{background-image:-webkit-linear-gradient(bottom,#1886ED,#00e4ff);-webkit-background-clip: text;color: transparent;}
#header.xg #nav li .a strong:hover{background-image:-webkit-linear-gradient(bottom,#1886ED,#00e4ff);-webkit-background-clip: text;color: transparent; }
#header:hover .top_search .iconfont,#header.xg .top_search .iconfont,#header:hover .top_email .iconfont,#header.xg .top_email .iconfont{ color:#1886ED; }
#header:hover .logo_blue,#header.xg .logo_blue { display:block;}
#header:hover .logo_white,#header.xg .logo_white { display:none;}
/*#header.bg_white{ background:#fff;background:rgba(255,255,255,1);}
#header.bg_white #m_nav li .a h3{ color:#333;}
#header.bg_white #m_nav li.act .a h3{ color:#1886ED;}
#header.bg_white .top_search .iconfont{ color:#1886ED; }
#header.bg_white svg { fill: #1886ED !important;}*/
#header:hover .top_wx dt, #header.xg .top_wx dt { background: url(../images/wechat.svg) center no-repeat;}
#header:hover .top_tel, #header.xg .top_tel{ color:#fff;}
#header:hover .top_yuyan, #header.xg .top_yuyan{ background:#1886ED;}
#header:hover .top_yuyan a, #header.xg .top_yuyan a{ color:#fff;}



/*==============================手机头部================================*/

/*导航按钮开始*/
.slide_nav{ padding-right: 56px;}
#m_bnt_nav{ position: absolute;top:0;left:5px;border-radius:5px;cursor: pointer;width: 50px;height:60px;text-align: center;z-index:99999;transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;}
#m_bnt_nav .point{display: inline-block;width: 30px;height: 22px; position: relative;}
#m_bnt_nav .point:hover .navbtn,
#m_bnt_nav .point:hover .navbtn::after,
#m_bnt_nav .point:hover .navbtn::before{width: 28px;}
#m_bnt_nav .navbtn{position: absolute;top: 12px;left: 0;display: inline-block;width: 21px;height: 1px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#m_bnt_nav .navbtn::after,
#m_bnt_nav .navbtn::before{position: absolute; left: 0;display: inline-block;width: 28px;height: 1px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#m_bnt_nav .navbtn::after{top: -8px;}
#m_bnt_nav .navbtn::before{top: 8px;}
#m_bnt_nav .point.on .navbtn{background: transparent !important;}
#m_bnt_nav .point.on .navbtn::after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);top: 0px;}
#m_bnt_nav .point.on .navbtn::before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);top: 0px;}
/*导航按钮结束*/

#m_header { position: fixed; top: 0; width: 100%;background-image: -moz-linear-gradient(0deg, rgb(24, 134, 237) 0%, rgb(24, 64, 115) 100%);background-image: -webkit-linear-gradient(0deg, rgb(24, 134, 237) 0%, rgb(24, 64, 115) 100%);background-image: -ms-linear-gradient(0deg, rgb(24, 134, 237) 0%, rgb(24, 64, 115) 100%);box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);  z-index: 9999; width: 100%; z-index: 998;   transition: .5s;  height: 60px; box-sizing: content-box; }
#m_header .logo_blue{ }
#m_header #logo{ position:absolute; left:50%; width:140px; margin-left:-75px; }
#m_header #logo img{ width:100%;}
#m_header #logo a{ display:table-cell; vertical-align:middle; height:60px;}
#m_nav{ position:absolute;}
#m_header .top_search{ position: relative; height:60px; padding-right:0; display:flex; flex-direction: row;justify-content: center; align-items:center; z-index: 999; margin-left:17px;}
#m_header .top_search .iconfont{ font-size:18px; color:#fff; color:rgba(255,255,255,1); }
#m_header .top_yuyan{ float:left; height:26px; width:26px; line-height:26px; border-radius:26px; margin-top:16px; position:relative; margin-left:10px; font-size:12px; color:#999; background:#fff; }
#m_header .top_yuyan a{ margin:0 5px; color:#333;}
#m_header .top_yuyan a:hover{ color:#059340;}

#m_header:hover,#m_header.xg{ background-image: -moz-linear-gradient(0deg, rgb(24, 134, 237) 0%, rgb(24, 64, 115) 100%);background-image: -webkit-linear-gradient(0deg, rgb(24, 134, 237) 0%, rgb(24, 64, 115) 100%);background-image: -ms-linear-gradient(0deg, rgb(24, 134, 237) 0%, rgb(24, 64, 115) 100%);box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);}
#m_header:hover #nav li h3,#m_header.xg #nav li h3{ color:#333;}
#m_header:hover .top_search .iconfont,#m_header.xg .top_search .iconfont,#m_header:hover .top_email .iconfont,#m_header.xg .top_email .iconfont{ color:#031E78; }
#m_header:hover .logo_blue,#m_header.xg .logo_blue { display:block; width:100%;}
#m_header:hover .logo_white,#m_header.xg .logo_white { display:none;}
#m_header:hover #m_bnt_nav .navbtn,#m_header:hover #m_bnt_nav .navbtn::after,#m_header:hover #m_bnt_nav .navbtn::before,#m_header.xg #m_bnt_nav .navbtn,#m_header.xg #m_bnt_nav .navbtn::after,#m_header.xg #m_bnt_nav .navbtn::before{background: #fff;}
#m_header:hover .top_yuyan, #m_header.xg .top_yuyan{ background:#fff;}
#m_header:hover .top_yuyan a, #m_header.xg .top_yuyan a{ color:#333;}

/*一级导航 开始*/
.m_nav_list{ text-align:right;}
.slide_nav{ position:static;}
#m_nav li{ display: inline-block; transition:.5s; }
#m_nav li .a{display:block;text-align:left;position:relative; z-index:0; line-height:69px; padding: 0 1.5rem; white-space: nowrap;}
#m_nav li .a h3{ font-family:lato_b; display: inline-block; font-size:14px; color:#777; text-transform:uppercase;}
#m_nav li:hover .a h3{ color:#031E78;}
#m_nav li.act .a h3{ color:#031E78;}
#m_nav li .a span{}
#m_nav li .a strong{ display: inline-block; text-transform:uppercase; font-size:14px; line-height:40px;height:40px;color:#fff; z-index:11; opacity:.8;filter:alpha(opacity=80);}
#m_nav li .a i{ font-size:13px; color:#83ab97; }
#m_nav .title .a i{  opacity:0;filter:alpha(opacity=0);display: inline-block; font-family:simsun; float: right; transition:.3s;}
#m_nav .on .a strong{color:#fff}
#m_nav .title{ }
#m_nav li.on .a:before{ color:#031E78;}
/*二级导航 开始*/
#m_nav .title .list{ position:absolute; background:#fff;border:1px solid #dedede; border-bottom:0;width:calc(100vw - 8px); left:50%; margin-left:calc(-50vw + 4px); text-align: center; }
#m_nav .title .list a { display:block; line-height:59px; font-size:14px; color:#333; font-family:lato_b; padding:0 2rem; font-weight:bold;}
#m_nav .title .list span{  display:inline-block; text-align:left; vertical-align:top;}
#m_nav .title .list span:hover>a{ color:#031E78;}

/*三级导航 开始*/
#m_nav .title .list .void>a{ position:relative;}
#m_nav .title .list span{ }
#m_nav .title .list span .sub{ border-bottom:0;}
#m_nav .title .list span:hover .sub{ }
#m_nav .title .sub a{ height:40px; line-height:40px; font-size:13px; color:#fff; font-weight:300;}
#m_nav .title .sub a:hover{ color:#076c88;}
.m_nav_list{flex-direction:column; justify-content: flex-start;}
.m_nav_list{}
#m_bnt_nav{ display:block;}
#m_nav{ display:none; padding:0 15px 30px;}
#header{ padding:0;}
#m_nav>ul>li{  border-bottom:1px solid #eee; width:100%; }
#m_nav li .a{ padding:0 20px; line-height:50px;}
#m_nav li .a i{ line-height:50px;}
#m_nav li .a span{ display:block; position:absolute; top:0; right:10px; width: 20px; height: 50px; text-align:center;}
#m_nav li .a span i{ font-size:0;}
#m_nav .title .a i{  opacity:1;filter:alpha(opacity=100);}
#m_nav li.on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav .on.title .a i{ transform:rotate(-90deg);-webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg);}
#m_nav li{display:block;width:100%;}
#m_nav { z-index: 999; position: fixed; width: 100%; height:100vh; left: 0; top: 0; background-image: -webkit-linear-gradient(0deg, rgb(24, 134, 237) 0%, rgb(24, 64, 115) 100%); display:none; padding:15px; padding-top:80px; overflow: auto;}
#m_nav::-webkit-scrollbar{ display:none;}
.slide_nav{ position: absolute; left:0; height: 70px; z-index: 998; padding:15px; top:0; width: 100%; }
#m_nav .title .list{display:none;position:relative; width:100%;z-index:9; left:0; margin-left:0; background:#f2f2f2; padding:10px 0;border:0; }
#m_nav .title .list span{ background:none; }
#m_nav .title .list span:hover {
    background: none;
    border-bottom: 1px solid #eee;
}
#m_nav .title .list span a:hover{
    color: #031E78;
}
#m_nav .title .list a{display:block;font-size:1rem;color:#777;text-align:left;line-height:40px; height: 40px; border:0; font-weight:300;}
/*三级导航 开始*/
#m_nav .title .list .void:hover>a { color: #031E78;}
#m_nav .title .list span{ position:relative; display:block;}
#m_nav .title .list span .sub{ position: static; width:100%;display:none; }
#m_nav .title .sub a{ background:#f8f8f8;}
#m_nav .title .sub a:hover{ background:#031E78; border-bottom:1px solid #031E78;  color:#fff !important;}


.j_tab {
	display: table;
	width: 100%;
	height: 100%;
}
.j_tab_cel {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}





/*foot*/
.foot {
	background: #242A37;
	padding-top: 4.5rem;
	position: relative;
}
.foot_nav {
	float: left;
}
.foot_nav h3 {
	font-size: 1rem;
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top:0;
}
.foot_nav ul li {
	padding-right: 50px;
	float: left;
}
.foot_nav .list a {
	display: block;
	font-size: 13px;
	color: #999;
	line-height: 27px;
}
.foot_nav .list a:hover{color: #fff;}
.foot_logo {
	width: 25%;
	text-align: left; padding-left:0;
}
.foot_logo img {
	display: block;
	margin-bottom: 25px;
}
.foot_liuyan h3{ font-size:15px; font-weight:bold;}
.foot_liuyan p{ font-size:14px; color:#999;}

.foot_liuyan .input {
	font-size: 0;
	height: 35px;
	margin: 0 0 20px;
}

.foot_liuyan .input .input-text {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 225px;
	height: 35px;
	line-height: 35px;
	position: relative;
	vertical-align: top;
	background: #ddd;
}

.foot_liuyan .input .input-text input {
	display: block;
	width: 100%;
	height: 100%;
	color: #999;
	font-size: 12px;
	border: none;
	background: none;
	padding: 0 20px;
	position: relative;
	z-index: 10;
}

.foot_liuyan .input .sub_btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 90px;
	height: 35px;
	line-height: 35px;
	background: #185FA9;
	margin-left: 5px;
	position: relative;
	z-index: 11;
	transition: 0.6s;
	cursor: pointer;
}

.foot_liuyan .input .sub_btn input {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	background: none;
	text-align: center;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.foot_liuyan .input .sub_btn a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	float: left;
	width: 90px;
	height: 35px;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}

.foot_liuyan .input .sub_btn:hover {
	background: #F70302;
}

.foot_liuyan .input .sub_btn a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	float: left;
	width: 90px;
	height: 35px;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}

.foot_liuyan .input .sub_btn:hover {
	background: #F70302;
}

input::-webkit-input-placeholder {
	color: #919191;
}

input::-moz-placeholder {
 /* Mozilla Firefox 19+ */
	color: #919191;
}

input:-moz-placeholder {
 /* Mozilla Firefox 4 to 18 */
	color: #919191;
}

input:-ms-input-placeholder {
 /* Internet Explorer 10-11 */
	color: #919191;
}




.foot_logo .txt {
	height: 66px;
	overflow: hidden;
	margin-top: 20px;
}
.foot_logo .txt, .foot_logo .txt * {
	font-size: 13px;
	color: #363636;
	line-height: 22px;
}
.foot .ewm {
	position: relative;
	width: 5.25rem;
	height: 5.25rem;
	display: inline-block;
}
.foot .ewm img {
	width: 5.25rem;
	height: 5.25rem;
}
.foot .ewm .txt {
	line-height: 22px;
	font-size: 14px;
	color: #363636;
	position: absolute;
	height: 100%;
	display: table;
	height: 5.25rem;
	right: -80px;
	top: 0;
}
.foot .ewm .txt p {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	white-space: nowrap;
	color:#999;
}
.foot_lianxi {
	text-align: left;
	float: right;
	font-size: 14px;
	color: #666667;
	max-width: 29%;
}

.foot_lianxi .tel {
	font-size: 14px;
	color: #868787;
	margin-bottom: 20px;
}
.foot_lianxi .tel p{ padding-left:20px;}
.foot_lianxi .tel p:nth-of-type(1) {
	background:url(../images/bn1.png) top left no-repeat; 
	}
.foot_lianxi .tel p:nth-of-type(2) {
	background:url(../images/bn2.png) top left no-repeat; 
	}
.foot_lianxi .tel p:nth-of-type(3) {
	background:url(../images/bn3.png) top left no-repeat; 
	}
.foot_lianxi .tel p:nth-of-type(4) {
	background:url(../images/bn4.png) top left no-repeat; 
	}
	
.foot_bot {
	font-size: 12px;
	min-height: 69px;
	line-height: 21px;
	padding: 0 10px;
	padding-top: 24px;
	margin-top: 2.5rem;
	color: #b0afaf;
	padding-bottom: 20px;
	border-top: 1px solid #403f4e;
	text-align: center;
}
.foot_bot * {
	color: #999;
	font-size: 13px;
	display: inline-block;
}
.foot_link {
	font-size: 1.2rem;
	color: #747475;
	margin-top: 50px;
	margin-bottom: 30px;
	height: 1.2em;
	overflow: hidden;
}
.foot_link img {
	margin-right: 5px;
}
.foot_link a {
	font-size: 1.2rem;
	color: #747475;
	margin: 0 6px;
}
.foot_link a:hover {
	color: #fff;
}
.foot a:hover {
	color: #333;
}
.foot a {
	transform: .3s;
}
.foot_bot p{ margin:0;}

/*------------------------------- 侧边栏end -------------------------------------*/
#gotop {
	position: fixed;
	z-index: 90;
	bottom: 80px;
	right: 20px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	width: 45px;
	height: 45px;
}
#gotop {
	cursor: pointer;
}


/*导航修改*/
@media (min-width: 1200px) {
#m_nav li {
	position: relative;
}
#m_nav .title .list {
	left: 0;
	margin-left: 0;
	margin-top: 1px;
	white-space: nowrap;
	border: 0;
	width: auto;/* box-shadow:0 3px 5px 0 rgba(0,0,0,.1);*/
	background: rgba(255,255,255,.95);
	z-index: 0;
}
#m_nav .title .list:after {
	content: "";
	width: 4000px;
	height: calc(100% + 1px);
	display: block;
	position: absolute;
	top: -1px;
	left: -2000px;
	background: #fff;
	z-index: -1;
	border-bottom: 1px solid #eee;
}
#m_nav .title>a {
	position: relative;
}
#m_nav .title:hover>a:after {
	content: "";
	width: 30px;
	height: 1px;
	background: #076c88;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0;
}
#m_nav .title:hover>a:before {
	content: "";
	border: 6px solid transparent;
	border-bottom: 6px solid #076c88;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: 0px;
}
#m_nav li:nth-child(5) .list, #m_nav li:nth-child(6) .list, #m_nav li:nth-child(6) .list {
	right: 0;
	left: auto;
}/*#m_nav li:nth-child(5) .list,#m_nav li:nth-child(6) .list,#m_nav li:nth-child(6) .list{ white-space: normal;}#m_nav li:nth-child(5) .list a,#m_nav li:nth-child(5) .list a,#m_nav li:nth-child(5) .list a{ line-height:45px;}*/
#m_nav .title .list a {
	white-space: nowrap;
}
#m_nav li .a h3 {
	transition: .3s;
}
#m_nav li:hover .a h3 {
	color: #076c88 !important;
}/*#m_nav .title .list{ -webkit-transform-origin: top; -moz-transform-origin: top; display:block !important; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; transform: perspective(400px) rotateX(-90deg); }#m_nav .title:hover .list{ opacity: 1; transform: perspective(400px) rotateX(0deg); }*/

}
.foot_logo svg {
	width: 200px;
	height: 71px;
}






.bt{
	width:100%;
	max-width:1400PX;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	padding-top:40px;
	padding-bottom:10px;
	
	}
.bt p:nth-of-type(1){
	font-size:36px;
	color:#fff;
	font-weight:bold;
	
	}
.bt .btt{
	width:40px;
	height:3px;
	background:#1886ED;
	margin:10px auto;
	}
.bt p:nth-of-type(2){
	font-size:16px;
	color:#ccc;margin-bottom:0;
	text-transform:uppercase;
	}
@media (max-width:768px) {
.bt{width:96%; padding-top:20px; padding-bottom:15px;}
.bt p:nth-of-type(1){ font-size: 24px;}
.bt p:nth-of-type(2){ font-size: 12px;}
}



/***************customer***************/
.customers{background:url(../images/customer_bg.jpg) center top no-repeat;position: relative;z-index: 0;overflow: hidden; padding-bottom:60px; padding-top:20px; }
.customers ul { margin-top:20px; }
.customers ul li{float:left;width:15.80%;overflow:hidden; margin-right:1%; margin-bottom:1%;/* border:1px solid #ddd;*/}
.customers ul li:nth-child(6n+0){margin-right:0;}
.customers ul li .imgs{overflow:hidden; }
.customers ul li .imgs img{ display:block; width:100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.5s ease-out 0s; -moz-transition:all 0.5s ease-out 0s; -o-transition:all 0.5s ease-out 0s; transition:all 0.5s ease-out 0s; }
.customers ul li .imgs:hover img{-webkit-transform:scale(1.05, 1.05); -moz-transform:scale(1.05, 1.05); -o-transform:scale(1.05, 1.05); -ms-transform:scale(1.05, 1.05); transform:scale(1.05, 1.05);}

.hover-shadow{-webkit-transition:.5s;-o-transition:.5s;transition:.5s;}
.hover-shadow:hover{-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);box-shadow:0 0 20px rgba(0,0,0,0.2);}

@media screen and (max-width: 1000px){
.customers{ width:100%;padding-bottom:30px;}
.customers ul { margin-top:10px; }
}

@media screen and (max-width: 640px){
.customers ul li {width: 32.5%;}
.customers ul li:nth-child(3n+0){margin-right:0;}
}




.w1200{width:1200px;margin:0 auto}
.table{ display:table; table-layout: fixed; text-align:center; width:100%; height:100%}
.table_cell{ display:table-cell; vertical-align:middle}

.container04{background:url(../images/container04_bg.jpg) center top no-repeat;padding:80px 0 60px 0;position: relative;z-index: 2;overflow: hidden; }
.container04 .w1200{ position:relative}
.container04 .w1200 .top{ width:1px; height:0; background:rgba(255,255,255,0.4); position:absolute; top:0; left:50%; transition:2s}
.container04 .w1200 .top:after{ content:""; position:absolute; bottom:0; width:6px; height:6px; background:#fff; border-radius:50%; left:50%; margin-left:-3px; transform:scale(0); transition:2s; transition-delay:2s}
.container04 .w1200 .bottom{ width:1px; height:0; background:rgba(255,255,255,0.4); position:absolute; bottom:0; left:50%; transition:2s}
.container04 .w1200 .bottom:after{ content:""; position:absolute; top:0; width:6px; height:6px; background:#fff; border-radius:50%; left:50%; margin-left:-3px; transform:scale(0); transition:2s; transition-delay:2s}
.container04 .w1200 .left{ width:0; height:1px; background:rgba(255,255,255,0.4); position:absolute; top:50%; left:0; transition:2s}
.container04 .w1200 .left:after{ content:""; position:absolute; right:0; width:6px; height:6px; background:#fff; border-radius:50%; top:50%; margin-top:-3px; transform:scale(0); transition:2s; transition-delay:2s}
.container04 .w1200 .right{ width:0; height:1px; background:rgba(255,255,255,0.4); position:absolute; top:50%; right:0; transition:2s}
.container04 .w1200 .right:after{ content:""; position:absolute; left:0; width:6px; height:6px; background:#fff; border-radius:50%; top:50%; margin-top:-3px; transform:scale(0); transition:2s; transition-delay:2s}
.container04 ul{ font-size:0}
.container04 ul li{display:inline-block;width:50%;cursor: pointer;}
.container04 ul li .box{padding: 0 40px;height:300px;}
.container04 ul li .box .con{text-align:center;height: 138px;}

.container04 ul li .box .con p{font-size:15px;line-height:24px;color:rgba(255,255,255,.8);display: inline-block;width: 345px;height:72px;overflow: hidden;transition:0.6s;}
.container04 ul li .box .con h2{ height:60px; transition:0.6s; overflow:hidden; opacity:1; margin-top:0;}
.container04 ul li .box .con h2 img{transition:all ease-in-out 500ms;  -webkit-transition:all ease-in-out 500ms;}
.container04 ul li .box .con h4{font-size:24px; font-weight:bold; color:#fff; position:relative; margin-bottom:8px; transition:0.6s}
.container04 ul li .box .con h6{font-size:12px; margin-bottom: 16px; color:rgba(255,255,255,0.4); position:relative; text-transform:uppercase; overflow:hidden; transition:0.6s}
.container04 ul li .box .shuzi{ font-size:24px; color:#fff; font-weight:bold}

.container04 ul li:hover .box .con h2 img{ transform:rotateY(180deg) scale(0.9);}

.container04 ul li:hover .box .con h4{font-size:24px; font-weight:bold; background-image:-webkit-linear-gradient(bottom,#1886ED,#00e4ff);-webkit-background-clip: text;color: transparent; position:relative; margin-top:20px;}




.container04 .content{ position:relative;}
.container04 .center{display:inline-block;width: 394px;height: 394px;border-radius:50%;line-height: 394px;position:absolute;top: 48%;left:50%;margin-left: -197px;text-align: center;margin-top: -197px; transform:scale(0.5); opacity:0; transition:2s}
.container04 .center .box{position:relative;display:inline-block;width: 394px;height: 394px;line-height: 394px;vertical-align: middle;}
.container04 .center .box:before{content:"";position:absolute;left:0;top:0;width: 394px;height: 394px;}
.container04 .center .box01{display:inline-block;width: 394px;height: 394px;line-height: 394px;border-radius:50%;vertical-align: middle;}
.container04 .center .box01 span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(24,134,237);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: circleScale1 3s linear infinite;
  -moz-animation: circleScale1 3s linear infinite;
  -ms-animation: circleScale1 3s linear infinite;
  animation: circleScale1 3s linear infinite;
}
.container04 .center .box01 span:nth-of-type(2) {
  animation-delay: 1s;
}
.container04 .center .box01 span:nth-of-type(3) {
  animation-delay: 2s;
}
@keyframes circleScale1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.container04 .center .box02{position:relative;display:inline-block;width: 315px;height: 315px;line-height: normal;vertical-align: middle;background: #1886ED;border-radius: 50%;}
.container04 .center .box02:before{ content:""; position:absolute; left:0; top:0; width:434px;height:434px;}
.container04 .center .box02 h3{ font-size:36px; color:#fff; font-weight:bold}
.container04 .center .box02 h6{font-size:14px;color:#fff;margin-bottom: 25px; text-transform:uppercase;}

.container04.action .w1200 .top{ height:152px;}
.container04.action .w1200 .top:after{ transform:scale(1)}
.container04.action .w1200 .bottom{height:152px;}
.container04.action .w1200 .bottom:after{ transform:scale(1)}
.container04.action .w1200 .left{ width:402px; }
.container04.action .w1200 .left:after{ transform:scale(1)}
.container04.action .w1200 .right{ width:402px;}
.container04.action .w1200 .right:after{transform:scale(1)}

.container04 ul li:nth-child(3) .box .shuzi,.container04 ul li:nth-child(4) .box .shuzi{ padding:120px 0 0}

.container04 .center .box02 a{display:inline-block;width: 170px;height: 45px;line-height: 45px;font-size: 14px;color: #1886ED;background:#eaeef1;border-radius: 4px;text-align:center;position:relative;overflow: hidden;}
.container04 .center .box02 a:before{content:"";position:absolute;width: 170px;height: 170px;top:50%;margin-top: -86px;left:50%;margin-left: -85px;background: #e6e6e6;transform:scale(0);transition:0.6s;border-radius: 50%;opacity:0;}
.container04 .center .box02 a font{ position:relative}
.container04 .center .box02 a img{ margin:-3px 4px 0 0; position:relative}

.container04 .center .box02 a:hover:before{transform:scale(1); opacity:1}

.container04.action .center{ transform:scale(1); opacity:1}


.sy-advantage{background:url(../images/container04_bg.jpg) center top no-repeat;padding:30px 0 30px 0; display:none; }
.service{ padding-bottom:0px; padding-top:0px; overflow:hidden;}
.service ul li{width:50%;float:left;border-right:1px solid #797D88;height:240px;text-align:center;box-sizing:border-box;padding:20px 2% 0 2%;}
.service ul li:nth-child(2n){ border-right:0; padding-right:0;}
.service ul li:nth-child(1){ border-bottom:1px solid #797D88;}
.service ul li:nth-child(2){ border-bottom:1px solid #797D88;}
.service ul li img{transition:all ease-in-out 500ms;  -webkit-transition:all ease-in-out 500ms;}
.service ul li h1{ text-align:center; font-size:18px; color:#fff; text-transform:uppercase; margin-top:15px; margin-bottom:0;transition:all ease-in-out 300ms;  -webkit-transition:all ease-in-out 300ms;}
.service ul li h2{ font-size:14px; color:#ccc; text-transform:uppercase; margin-top:10px;}
.service ul li i{ background-image: -webkit-linear-gradient(0deg, rgb(35, 136, 187) 0%, rgb(14, 203, 223) 100%); height:2px; width:20px; display:block; margin:10px auto 10px auto;text-align:center;}
.service ul li p{ font-size:14px; width:100%;text-align:center; padding-top:0px;color:rgba(255,255,255,.8); line-height:20px;transition:all ease-in-out 300ms;  -webkit-transition:all ease-in-out 300ms;}
.service ul li:hover img{ margin-top:-5px;  transform:rotateY(180deg) scale(0.8);}
.service ul li:nth-child(4n){ border-right:0;}


@media screen and (max-width: 1200px) {
.container04{ display:none;}
.sy-advantage{ display:block;}
}
@media screen and (max-width: 360px) {
.service ul li h1{ font-size:15px;}
.service ul li p{ font-size:12px;}
}
/* 首页视频 */
.derp{ background:#000;position: relative;  }
.derp .pic img{width: 100%; }
.derp .video_bg{overflow: hidden;}
.derp .video_bg video{display: block !important;opacity: 0.5; height:740px;}
.derp .iplay{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); border: #FFF 2px solid;border-radius: 100px;width: 75px;height: 75px;cursor: pointer;overflow: hidden;margin: auto;transition: all 0.7s;z-index: 100;}
.derp .iplay:hover{background: #FFF;}
.derp .iplay i{display: block;width: 0;height: 0;border-width: 15px 0px 15px 25px;border-style: solid;border-color: transparent transparent transparent #fff;position: absolute;top: 50%;left: 50%;margin-left: -10px;margin-top: -15px;transition: all 0.7s;}
.derp .iplay:hover i{border-color: transparent transparent transparent #000;}
.derp .video{position: fixed;left: 0;top: 0%;width: 100%;height: 100%;background: #000;z-index: 9000;display: none;}
.derp .video .guanbi{width: 44px;height: 44px;position: absolute;right: 2%;top: 5%;z-index: 104;cursor: pointer;border: 2px solid rgba(255,255,255,0.6);border-radius: 100px;line-height: 40px;color: #FFF;text-align: center;    font-style:normal; font-family:Arial;}
.derp .video .guanbi i{font-size:30px;}
.derp .video video{display: block !important;width: 100%;height: 100%;}
.derp .video.showvideo {display: block !important; }
@media screen and (max-width: 720px) {
.derp .iplay{width: 45px;height: 45px;}
.derp .iplay i{border-width: 8px 0px 8px 15px;margin-left: -6px;margin-top: -8px;}
.derp .video_bg video{height:250px;}
}