* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.trans{
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.cover{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

a{
    color: #676767;
}
a:hover{
    color: #f5a21b;
}
u{text-decoration: none;}
img{
    max-width: 100%;
    height: auto;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}
select,
input,
textarea{
    outline: none;
}

.tl{text-align: left !important;}
.tr{text-align: right !important;}
.tc{text-align: center !important;}

hr{border: none;outline: none;}
h1,h2,h3,h3,h4,h5,h6{font-weight: normal;}

body{
    font-family:"微软雅黑","Microsoft Yahei";
    color: #5b5b5b;
    font-size: 14px;
    overflow-x: hidden;
}
.wp{
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}


.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-slider,.slick-slider{outline:0}


/*手机头部*/
.m-bar{
    height: 60px;
    background-color: #fff;
}
.logo-m{
    width: 75%;
    display: inline-block;
    float: left;
    margin-left: 10px;
    height: 60px;
    line-height: 60px;
}
.logo-m img{
    height: 25px;
    display: inline-block;
    z-index: 60;
    vertical-align: middle;
}
.m-hd{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000000;
    -webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2);
    box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2);
}
.m-nav{
    clear: both;
    position: absolute;
    top: 60px;
    left: 0;width: 100%;
   -webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2);
   box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2);
   max-height: 0;
   overflow: hidden;
   -webkit-transition: all 300ms ease;
   transition: all 300ms ease;
}


.m-nav a{
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: left;
    border-top: 1px solid #e0e0e0;
    font-size: 15px;
    background-color: #fff;
    padding: 0 20px;
    color: #333;
}

.m-trigger{
    height: 60px;
    cursor: pointer;
    width: 60px;
    float: right;
    background: url(../images/menu.png) no-repeat center center;
    -webkit-background-size: 25px;
    -moz-background-size: 25px;
    -o-background-size: 25px;
    background-size: 25px;
}
.m-sub{
	max-height: 0;
	overflow: hidden;

}
.m-sub.on,
.m-nav.on{
	-webkit-transition: all .6s linear;
	transition: all .6s linear;
	max-height: 999px;
}

.m-sub a{font-size: 14px;padding: 0 30px;background-color: #F1F1F1;border-top-color: #efefef;}

.m-show{display: none;}
#nav-toggle { position: absolute; right: 14px; top: 18px; color: #fff;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7); 
	-ms-transform: scale(0.7); 
	-o-transform: scale(0.7); 
	transform: scale(0.7);
	transform-origin: 50% 50%;
 }
#nav-toggle { cursor: pointer; padding: 10px 35px 16px 0px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { cursor: pointer; border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px; -o-border-radius: 1px; height: 5px; width: 35px; background: #007ea1; position: absolute; display: block; content: ''; }
#nav-toggle span:before { top: -10px; }
#nav-toggle span:after { bottom: -10px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; }
#nav-toggle.active span { background-color: transparent; }
#nav-toggle.active span:before, #nav-toggle.active span:after { top: 0; }
#nav-toggle.active span:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
#nav-toggle.active span:after { transform: translateY(-10px) rotate(-45deg); -webkit-transform: translateY(-10px) rotate(-45deg); -ms-transform: translateY(-10px) rotate(-45deg); top: 10px; }





/*头部*/
#hd{
    height: 98px;
    background-color: #fff;
    padding-left: 50px;
    position: relative;
    z-index: 10;
}
#hd .wrap{
    width: 68%;
    margin: 0 auto;
}
#hd .logo{
    float: left;
    margin-right: 15px;
    width: 21%;
}
#hd .logo a{
    display: inline-block;
    line-height: 98px;
    height: 98px;
}
#hd .logo a img{
    display: inline-block;
    vertical-align: middle;
}

#nav{
    position: relative;
    z-index: 5;
    float: left;
    width: 50%;
}
#nav .box{
	
}
#nav .btn{float: right;margin-right: 5px;width: 170px;height: 35px;text-align: center;line-height: 35px;border: 1px solid #ff5619;color: #fff;font-size: 12px;margin-top: 15px;}
#nav ul.nav{width: 100%;}
#nav ul.nav > li{
    float: left;
    width: 12.5%;
    position: relative;
}
#nav ul.nav > li > a{
    display: block;
    width: 100%;
    line-height: 99px;
    text-align: center;
    font-size: 15px;
    position: relative;
}
#nav ul.nav > li > a:after,.cur-classname a:after{display: none;content: '';position: absolute;width: 32px;height: 2px;background: #ff5619;bottom: 0;left: 50%;margin-left: -16px;}
#nav ul.nav> li > a:hover:after,
#nav ul.nav >li.on > a:after,
#nav ul.nav >li.ok > a:after{
    display: block;
    
}
#nav ul.nav >li.on > a,
#nav ul.nav >li.ok > a{
	color: #2d66d9;
}
#nav ul li > ul{}
.header-right {
	float: right;
	font-size: 0;
}
.header-right .search-con {
	display: inline-block;
	line-height: 100px;
}
.header-right .search-inco {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/winco01.png) center center no-repeat;
	z-index: 4;
	vertical-align: middle;
}
.header-right .searchbox {
	position: absolute;
	right: 0px;
	top: 100px;
	width: 260px;
}
.header-right .searchbox .searchtext {
	width: 100%;
	height: 40px;
	padding: 10px 60px 10px 10px;
	border: 1px solid #ddd;
	float: left;
}
.header-right .searchbox .searchbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 40px;
    color: #fff;
    font-family: "Microsoft YaHei";
    cursor: pointer;
    background: #2d66d9;
    border: 0;
}
.headcompany .Currentlan {
    height: 100px;
    line-height: 100px;
    font-size: 16px;
    display: inline-block;
}
.headsearch {
	display: inline-block;
	margin-left: 5px;
}
.headcompany {
	display: inline-block;
	vertical-align: top;
 *display: inline;
 *zoom: 1;
	font-size: 0;
	position: relative;
	padding-left: 10px;
	border-right: 1px solid #eaeaea;
}
.headcompany .Currentlan {
	display: block;
	background: url(../images/wicon3.png) no-repeat 100% center;
	padding-right: 10px;
	color: #34364b;
}
.headcompany .company-choose {
	font-size: 14px;
	display: none;
	left: 0;
	right: 0;
	top: 100px;
	width: 250px;
	background-color: #ffffff;
	padding: 0 20px;
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	position: absolute;
	z-index: 3;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.headcompany .company-choose a {
	display: block;
	line-height: 30px;
}
.headcompany .company-choose a:hover {
	color: #d82019;
}
.headlanguage .langbtn {
	background: url(../images/wicon2.png) no-repeat center center;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
.mobnav-btn {
    display: inline-block;
    width: 35px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin: 0 36px;
    vertical-align: middle;
}
.mobnav-btn.g_close span {
	opacity: 0;
}
.mobnav-btn.g_close span:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 17px;
	opacity: 1;
}
.mobnav-btn span:first-child {
	content: "";
	top: 6px;
	left: 0;
}
.mobnav-btn span:last-child {
	content: "";
	top: auto;
	bottom: 5px;
	left: 0;
}
.mobnav-btn span, .mobnav-btn span:first-child, .mobnav-btn span:last-child, .mobnav-btn .mobnav-btn {
	left: 5px;
	position: absolute;
	background: #373737;
	-webkit-transition: all 0.5s ease;
	width: 27px;
	height: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.mobnav-btn.g_close span:last-child {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	top: 17px;
	opacity: 1;
}
.mobnav-btn span {
	top: 50%;
	margin-top: -2px;
}
.headsearch {
    padding: 0 32px;
    height: 100px;
    border-left: 1px solid #eaeaea;
    position: relative;
}
.headcompany {
    width: 135px;
    padding: 0 27px;
    position: relative;
        height: 100px;
        top: 0;
        border-left: 1px solid #eaeaea;
        position: relative;
}
.headsideNav {
	position: fixed;
	top: 0;
	right: -320px;
	z-index: 999;
	background: #f9f9f9;
	height: 100%;
	width: 320px;
	display: block;
	overflow-y: auto;
	padding: 70px 30px 50px 30px;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	text-align: center;
}
.headsideNav .logo {
	float: none;
	display: block;
	-webkit-transition: all 0.5s cubic-bezier(0.24, 0.72, 0.35, 1.01) 0.1s;
	-o-transition: all 0.5s cubic-bezier(0.24, 0.72, 0.35, 1.01) 0.1s;
	-moz-transition: all 0.5s cubic-bezier(0.24, 0.72, 0.35, 1.01) 0.1s;
	transition: all 0.5s cubic-bezier(0.24, 0.72, 0.35, 1.01) 0.1s;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
}
.headsideNav .logo img {
	height: 34px;
}
.headsideNav .slide-colse {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/slide-close.png) no-repeat center center;
	position: absolute;
	top: 30px;
	right: 30px;
}
.headsideNav .slide-nav {
	padding: 40px 0 0 0;
	font-size: 18px;
	-webkit-transition: all 0.8s cubic-bezier(0.24, 0.72, 0.35, 1.01) 0.3s;
	-o-transition: all 0.8s cubic-bezier(0.24, 0.72, 0.35, 1.01) 0.3s;
	-moz-transition: all 0.8s cubic-bezier(0.24, 0.72, 0.35, 1.01) 0.3s;
	transition: all 0.8s cubic-bezier(0.24, 0.72, 0.35, 1.01) 0.3s;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.headsideNav .slide-nav li {
	padding-bottom: 25px;
}
.headsideNav .slide-nav li h3 a {
	color: #8B8784;
}
.headsideNav .sub-item {
	font-size: 16px;
}
.headsideNav .sub-item a {
	color: #cac4bd;
	text-align: center;
}
.headsideNav li h3 {
	position: relative;
}
.headsideNav.cur {
	right: 0;
}
.headsideNav.cur .logo, .headsideNav.cur .slide-nav {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.headsideNav .phsearchicon {
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 28px;
	display: block !important;
	z-index: 2;
}
.headsideNav .phsearchicon:after {
	display: none;
}
.exit-off-canvas {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	cursor: pointer;
	z-index: 999;
	background: #000;
	opacity: 0.5;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
}
.childMenu {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 0px;
	background: #fff;
	background: rgba(0, 0, 0, 0.31);
	font-size: 14px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #88868e;
	overflow: hidden;
	line-height: 55px;
}
.childMenu.active {
	height: 55px;
	overflow: visible;
}
.childMenu .sub-item a {
	display: inline-block;
	vertical-align: top;
 *display: inline;
 *zoom: 1;
	text-align: center;
	padding: 0 20px 0 0;
	color: #ffffff;
}
.childMenu .sub-item a:hover {
	color: #d82019;
}
.childMenu .sub-nav {
	display: block;
	padding: 0;
	width: 100%;
	z-index: 3;
}
.exit-off-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    cursor: pointer;
    z-index: 999;
    background: #000;
    opacity: 0.5;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}




.dropdown-menu {
    position: absolute;
    top: 99px;
    left: 50%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    width: 100%;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    /*border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);*/
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar .navbar-nav .submenu-hover {
    width: 190px;
    filter: alpha(opacity=0);
    padding: 20px;
    padding: 10px 0px;
    visibility: hidden;
    opacity: 0;
    display: block;
    position: absolute;
}
.navbar .navbar-nav li .dropdown-menu {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    left: 0;
    right: auto;
}
#nav ul li > ul li{    padding: 6px 0px;position: relative;text-align: center;}
#nav .dropdown-menu > li > a {
    display: block;
    /*padding: 3px 20px;*/
    padding: 3px 0px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    white-space: nowrap;
    font-size: 14px;
    color: #505050;position: relative;
}
#nav .dropdown-menu > li > a:hover{color: #303f9f;}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: none;
}
#nav .dropdown-menu > li.two > a .caret{display: inline-block;}
.navbar .navbar-nav .submenu-hover1 a .caret {
    margin: 0px;
    text-transform: none;
    background: transparent;
    position: absolute;
    right: -3%;
    top: 44% !important;
}
.navbar .dropdown-menu.dropdown-margin {
    display: none;
    position: absolute;
    left: 100% !important;
    top: 0;
    margin: 0;
    transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transition: opacity 0.4s ease 0s, -moz-transform 0.4s ease 0s, visibility 0.4s linear 0s;
    -webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.4s ease 0s, visibility 0.4s linear 0s;
    -ms-transition: opacity 0.4s ease 0s, -ms-transform 0.4s ease 0s, visibility 0.4s linear 0s;
    -o-transition: opacity 0.4s ease 0s, -o-transform 0.4s ease 0s, visibility 0.4s linear 0s;
}
#nav .dropdown-menu > li .snv3{
	top: -42px;
}






.hdr{
    float: right;
    padding-top: 22px;
}
.hdr .tel,
.hdr .mail{background: url(../images/icon_tel_n.png) left center no-repeat; padding-left: 21px;display: inline-block;font-size: 13px;color: 96939b;margin-left: 49px;}
.hdr .mail{background-image: url(../images/icon_mail_n.png);}
.hdr .mail2{display: inline-block;width: 169px;height: 35px;text-align: center;line-height: 35px;margin-left: 55px;border: 1px solid #e8e8e8;border-radius: 5px;font-size: 14px;color: #96939b;}
.hdr .mail2 em{background: url(../images/icon_user_n.png) left center no-repeat;padding-left: 26px;display: inline-block;}
.hdr a{
    display: inline-block;
    height: 77px;
    line-height: 90px;
}
.hdr a:hover{
    color: #f5a21b;
}
.hdr .icon-cart{
    background: url(../images/icon_cart.png) left 36px no-repeat;
    padding-left: 33px;
    min-width: 122px;
    color: #000;
}
.hdr .icon-user{
    border-left: 1px solid #cccccc;
    color: #000;
    min-width: 132px;
    padding-left: 30px;
}
.hdr .icon-user em{
    display: inline-block;
    background: url(../images/icon_user.png) center center no-repeat #f5a21b;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    position: relative;
    top: 14px;
    margin-left: 15px;
}

@media screen and (max-width: 1680px){
    #hd .wrap{width: 100%;padding: 0 20px;}
}

@media screen and (max-width: 1150px){
    #nav ul li{width: 85px;}
}


/*底部*/
#fd{
    background-color: #181c30;
    color: #fff;
    font-size: 13px;
    /*margin-top: 74px;*/
    padding-top: 5%;
    overflow: hidden;
}
#fd a{
    color: #d6d6d7;
}
#fd a:hover{text-decoration: underline;}
.fd-snv dl{float: left;width: 127px;line-height: 29px;color: #fff;}
.fd-snv dl dt,.fd-contact dt{font-size: 16px;font-weight: bold;margin-bottom: 25px;}
.fd-snv dl dt a{color: #fff;}
.fd-snv dl dd a{display: block;font-size: 14px;}
.fd-contact{float: left;width: 23%;color: #d6d6d7;line-height: 29px;margin-left: 3%;}
.fd-contact dd{font-size: 14px;}
.wechat{float: right;width: 150px;text-align: center;}
.wechat dd{display: none;}
.wechat dt{margin-bottom: 25px;}
.wechat img{width: 102px;}
.wechat dl{margin-bottom: 20px;}
#fd .copy{border-top: 1px solid #3e3f53;padding: 5%	0;color: #96939b;margin-top: 5%;line-height: 21px;}

/*公用*/
#ban-in{
    height: 351px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.snv-box{
    background-color: #f1f0f0;
    height: 61px;
    border-top: 4px solid #2fa7bd;
    position: relative;
    top: -6px;
    z-index: 10;
    text-align: center;
}
/* .snv-box.fixed{
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    max-width: 1024px;
    width: 100%;
} */
.ul-snv{
    font-size: 0;
    padding-top: 12px;
}
.ul-snv li{
    display: inline-block;
    width: 104px;
    padding: 0 0 14px 0;
    font-size: 14px;
    margin: 0 25px;
}
.ul-snv li > a{
    display: inline-block;
    width: 100%;
    line-height: 32px;
    text-align: center;
    background-color: #fefefe;
    position: relative;
}
.ul-snv li > a:hover,
.ul-snv li.on > a{
    background-color: #007f9d;
    color: #fff;
    background-image: url(../images/snv_li_h.jpg);
    background-repeat: no-repeat;
}

.ul-snv1 li{
    width: 129px;
    margin: 0 14px;
}
.ul-snv1 li > a em{
    display: inline-block;
    padding-left: 27px;
    font-weight: bold;
}
.ul-snv1 li > a em{
    background-image: url(../images/icon_class.png);
    background-repeat: no-repeat;
}
.ul-snv1 li.s1 > a em{
    background-position: 0 center;
}
.ul-snv1 li.s2 > a em{
    background-position: -154px center;
}
.ul-snv1 li.s3 > a em{
    background-position: -303px center;
}
.ul-snv1 li.s4 > a em{
    background-position: -459px center;
}
.ul-snv1 li.s5 > a em{
    background-position: -618px center;
}
.ul-snv1 li.s6 > a em{
    background-position: -790px center;
}
.ul-snv1 li > a:hover em,
.ul-snv1 li.on > a em{
    background-image: url(../images/icon_class_h.png);
}
.ul-snv1 li > a:hover,
.ul-snv1 li.on > a,
.ul-snv1 li.has-sub > a{
    background-image: none;
}
.ul-snv1 li > a:after{
    content: '';
    height: 32px;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 45px;
    background-color: #f5a21b;
    z-index: 10;
    display: none;
}
.ul-snv1 li:first-child > a:after{
    display: none !important;
}
.ul-snv1 li .snv-dl{
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    background-color: #fff; 
    padding-top: 33px;
    display: none;
}
.ul-snv1 li dl{
    border: 1px solid #f5a21b;
    overflow: hidden;
    padding: 8px 0;
    padding-left: 43px;
    position: relative;
}

.ul-snv1 li dl dd{
    float: left;
    /*width: 218px;*/
    width: 25%;
    line-height: 42px;
    text-align: left;
    /*font-size: 12px;*/
}
.ul-snv1 li dl dd a{
    color: #666;
    background: url(../images/icon_disc.png) no-repeat left center;
    padding-left: 12px;
}
.ul-snv1 li dl dd a:hover,
.ul-snv1 li dl dd.dd-on a{
    color: #f5a21b;
}
/*.ul-snv1 li dl dd:nth-child(5n){
    width: 107px;
}*/
.ul-snv1 li.has-sub > a:after{
    display: block;
}
.mb200{
	margin-bottom: 200px;
}

.con-pro{
    background-color: #fafafa;
    line-height: 29px;
    padding: 30px 20px;
    /*color: #666;*/
}
.con-pro p{
    /*text-indent: 2em;*/
    /*color: #666 !important;*/
}
.con-pro span{
    /*color: #666 !important;*/
}
.con-pro h5{
    color: #3b4757;
    font-size: 14px;
    text-indent: 2em;
}
.con-pro dl{
    width: 380px;
    margin: 30px auto;
    font-size: 16px;
    color: #f90;
    font-weight: bold;
}


.about-cont{
    padding-top: 60px;
    overflow: hidden;
}
.about-cont .pic-txt{
    margin-bottom: 27px;
    overflow: hidden;
}
.about-cont .txt{
    line-height: 36px;
    letter-spacing: 1px;
    color: #6a6969;
}
.about-cont .txt p{
    text-indent: 2em;
}
.about-cont .txt em{
    font-size: 18px;
}
.about-cont .col-l{
    width: 633px;
}
.about-cont .col-r{
    width: 329px;
}
.about-cont .col-r.txt{
    padding-top: 25px;
}

.timeline-tit{
    height: 113px;
    padding: 25px 0;
    text-align: center;
    padding-bottom: 10%;
}
.timeline-tit span{
    position: relative;
    display: inline-block;
    padding: 0 35px;
    font-size: 20px;
    line-height: 36px;
    color: #035cac;
}
.timeline-tit span:after,
.timeline-tit span:before{
	content: "";
    display: inline-block;
    position: absolute;
    top: 17.5px;
    width: 27px;
    height: 1px;
    background: #c8c8c8;
}
.timeline-tit span:before{
	left: 0;
}
.timeline-tit span:after{right: 0;}
.timeline-tit h4{
    font-size: 24px;
    color: #7f7f7f;
}

.service-imgtxt{
    overflow: hidden;
    padding-top: 30px;
}
.service-imgtxt .txt{
    float: left;
    width: 668px;
    line-height: 33px;
    color: #999;
    letter-spacing: 1px;
}
.service-imgtxt .txt h3{
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
    line-height: 22px;
    vertical-align: top;
}
.service-imgtxt .txt p{
    text-indent: 2em;
}
.service-imgtxt .txt em{
    font-size: 18px;
    color: #f5a21b;
}
.service-imgtxt .pic{
    float: right;
    width: 282px;
}

.service-item{
    margin-bottom: 50px;
    overflow: hidden;
}
.service-item h4{
    margin-bottom: 25px;
}
.service-item h4 span{
    display: inline-block;
    background-color: #f5a21b;
    font-size: 18px;
    color: #000;
    padding-right: 10px;
    height: 21px;
    line-height: 21px;
}
.service-item .con{
    color: #999;
    line-height: 33px;
}
.service-item-tit{
    font-size: 16px;
    margin-bottom: 20px;
}
.service-item-tit em{
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    color: #fff;
    background-color: #f5a21b;
    text-align: center;
    line-height: 22px;
    vertical-align: middle;
    margin-right: 6px;
}

.service-item .col-l{
    width: 233px;
}
.service-item .col-c{
    float: left;
    width: 363px;
    padding: 0 8px 0 28px;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}
.service-item .col-r{
    width: 408px;
}
.service-item .item1 dl{
    float: left;
    min-height: 190px;
    border-right: 1px solid #f0f0f0;
    margin-right: 36px;
    min-width: 147px;
    color: #999;
}    
.service-item .item1 dl dt,
.service-item .item2 dl dt{
    color: #f5a21b;
    font-size: 15px;
}
.service-item .item1 dl.s5{
    border-right: 0;
    width: 170px;
    margin-right: 0;
}
.service-item .item1 dl.s2{
    width: 175px;
}
.service-item .item1 dl.s3{
    width: 198px;
    padding-left: 31px;
}
.service-item .item1 dl.s4{
    width: 200px;
    margin-right: 18px;
}
.service-item .item2 dl{
    float: left;
    width: 48%;
    padding-right: 13px;
    height: 170px;
}
.service-item .item2 dl.s1,
.service-item .item2 dl.s3{
    border-right: 1px solid #f0f0f0;
}
.service-item .item2 dl.s2,
.service-item .item2 dl.s4{
    padding-left: 35px;
}
.service-item .item2 dl.s3,
.service-item .item2 dl.s4{
    padding-top: 12px;
    height: 140px;
}


.culture-con{
    padding-top: 30px;
}
.culture-con .pic{
    float: right;
    width: 318px;
    margin-left: 55px;
}
.culture-con dl{
    color: #999;
    line-height: 33px;
    letter-spacing: 1px;
    padding-left: 10px;
    margin-bottom: 33px;
}
.culture-con dl dt{
    font-size: 16px;
    color: #f5a21b;
    position: relative;
}
.culture-con dl dt:before{
    content: '';
    position: absolute;
    left: -12px;
    top: 10px;
    width: 3px;
    height: 17px;
    background-color: #f5a21b;
}


.ul-img{
    padding-top: 62px;
    overflow: hidden;
    margin: 0 -31px;
}
.ul-img li{
    float: left;
    width: 33.333%;
    padding: 0 31px;
    margin-bottom:5%;
}
.ul-img li .pic{
    position: relative;
    display: block;
}
.ul-img li .pic em{
    display: inline-block;
    width: 41px;
    height: 41px;
    background: url(../images/play.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 10;
}
.ul-img li .pic img{
    display: block;
    width: 100%;
}
.ul-img li .pic em{
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/icon_begin.png) no-repeat;
    width: 67px;
    height: 67px;
    margin-top: -33px;
    margin-left: -33px;
    z-index: 10;
}
.ul-img li .txt{
    background-color: #f2f2f2;
    color: #999;
}
.ul-img li .txt h3{
    font-size: 15px;
    line-height: 50px;
    text-align: center;
}
.ul-img li .txt h3 a{
    color: #000;
}
.ul-img li .txt h3 a:hover{
    color: #f5a21b;
}

.pages{
    text-align: center;
}
.pages ul{
    font-size: 0;
}
.pages ul li{
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 5px;
}
.pages ul li a{
    display: inline-block;
    /*width: 34px;*/
    height: 33px;
    text-align: center;
    line-height: 33px;
    border: 1px solid #c3c4c4;
    border-radius: 2px;
    padding: 0 10px;
}
.pages ul li a:hover,
.pages ul li.page-on a{
    background-color: #f5a21b;
    border-color: #f5a21b;
    color: #fff;
}
.pages ul li span{
    padding: 0 20px;
    display: inline-block;
    font-weight: normal;
}
.pages ul li a em{
    display: inline-block;
    background: url(../images/arr_right.png) no-repeat;
    width: 5px;
    height: 11px;
}
.pages ul li.page-prev a em{
    background-image: url(../images/arr_left.png);
}
.pages ul li.page-prev a:hover,
.pages ul li.page-next a:hover{
    background-color: #fff; 
}
.pages ul li.page-prev{
    margin-right: 34px;
}
.pages ul li.page-next{
    margin-left: 34px;
}
.pages ul li.page-go{
    font-weight: normal;
    vertical-align: top;
}
.pages ul li.page-go .inp{
    width: 46px;
    height: 33px;
    border: 1px solid #c3c4c4;
    border-radius: 1px;
    vertical-align: middle;
    text-align: center;
}
.pages ul li.page-go .sub{
    width: 34px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    border: 1px solid #c3c4c4;
    border-radius: 1px;
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;
    background-color: #ffffff;
    cursor: pointer;
    color: #7e7e80;
    font-weight: bold;
}


.person-con{
    background: url(../images/person_bg.jpg) center bottom no-repeat;
    /*padding-top: 65px;*/
    color: #686868;
    margin-bottom: -74px;
    min-height: 605px;
}
.person-con h3{
    font-size: 20px;
    margin-bottom: 25px;
    text-align: center;
}
.person-con img{
    float: right;
    margin-left: 42px;
    margin-bottom: 15px;
}
.person-con p{
    line-height: 52px;
    text-indent: 2em;
    letter-spacing: 1px;
    word-wrap: break-word;
}

.ul-person-list{
    margin-top: -15px;
    padding-bottom: 90px;
}
.ul-person-list li{
    height: 43px;
    overflow: hidden;
    margin-bottom: 16px;
    color: #878787;
}
.ul-person-list li.tit{
    height: 52px;
    background-color: #108ea5;
    color: #fff;
    line-height: 70px;
    font-weight: bold;
    margin-bottom: 38px;
}
.ul-person-list li span{
    display: inline-block;
    float: left;
}
.ul-person-list li .span1{
    width: 570px;
    padding-left: 15px;
}
.ul-person-list li .span2{
    width: 340px;
}
.ul-person-list li a{
    background: url(../images/icon_disc.jpg) left center no-repeat;
    padding-left: 12px;
    display: inline-block;
    color: #878787;
}
.ul-person-list li a.btn{
    display: inline-block;
    width: 91px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    background: #f5a21b;
    color: #fff;
    padding-left: 0;
    border-radius: 8px;
}
.ul-person-list li a.btn:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.person-con .col-l,
.person-con .col-r{
    width: 50%;
}
.person-con .col-l .tit,
.person-con .col-r .tit{
    height: 52px;
    background-color: #108ea5;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 52px;
}
.person-con .col-l .txt{
    padding: 36px 20px 36px 36px;
    color: #666;
    border-right: 1px solid #f4f4f4;
}
.person-con .col-l .txt p{
    line-height: 25px;
    text-indent: 0;
    word-wrap: break-word;
}
.person-con .col-l .txt dl{
    margin-bottom: 35px;
}
.person-con .col-l .txt dd{
    font-size: 12px;
    padding-top: 3px;
}
.person-con .col-r .txt{
    padding: 20px 0px 0 36px;
    border-right: 1px solid #f4f4f4;
}
.person-con .col-r .txt p{
    text-indent: 0;
    font-size: 12px;
    line-height: 18px;
}
.person-con .col-r .txt table{
    width: 100%;
    color: #666;
    line-height: 28px;
}
.person-con .col-r .txt table tr{
    height: 73px;
}
.person-con .col-r .txt table .inp{
    height: 35px;
    border: 1px solid #e6e6e6;
    width: 444px;
    padding: 0 10px;
    font-family:"微软雅黑","Microsoft Yahei";
    background: rgba(255,255,255,.5);
}
.person-con .col-r .txt table .inp1{
    width: 207px;
}
.person-con .col-r .txt table textarea{
    width: 444px;
    border: 1px solid #e6e6e6;
}
.person-con .col-r .txt .sub{
    width: 77px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #f5a21b;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-family:"微软雅黑","Microsoft Yahei";
    font-size: 16px;
    float: right;
    margin-right: 32px;
}
.person-con .col-r .txt .file-box{
    width: 116px;
    height: 35px;
    border: 1px solid #e6e6e6;
    padding: 5px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    float: left;
}
.person-con .col-r .txt .file-box em{
    display: inline-block;
    width: 65px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    background-color: #ededed;
    cursor: pointer;
    float: left;
}
.person-con .col-r .txt .file-box .file{
    position: absolute;
    left: 5px;
    top: 5px;
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.person-con .col-r .txt a.btn{
    width: 45px;
    height: 35px;
    background-color: #f5a21b;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    vertical-align: middle;
}
.h100{
    height: 100px;
    overflow: hidden;
    clear: both;
}

.search-top{
    margin-top: 55px;
    border-bottom: 1px solid #f4f4f4;
    /*overflow: hidden;*/
    margin-bottom: 55px;
    padding-bottom: 60px;
}
.search-top .so .inp{
    width: 550px;
    height: 56px;
    background-color: #f1f0f0;
    border: 0;
    padding: 0 17px;
    cursor: pointer;
    float: left;
}
.search-top .so .sub{
    width: 70px;
    height: 56px;
    background: url(../images/icon_so.png) center center no-repeat #f5a21b;
    cursor: pointer;
    border: 0;
}
.search-top .btn-help{
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: #f5a21b;
    color: #fff;
    display: block;
    font-size: 20px;
}
.search-top .btn-help em{
    background: url(../images/icon_help.png) left center no-repeat;
    padding-left: 37px;
    display: inline-block;
}
.search-cont,.contentBox{
	padding: 6% 0;
}
.col-l{
    width: 270px;
    margin-right: 30px;
    float: left;
}
.col-r{
    float: none;
    overflow: hidden;
}
.ul-snvList{border: 1px solid #e8e8e8;overflow: hidden;}
.ul-snvList li{border-bottom: 1px solid #e8e8e8;}
.ul-snvList li > a{display: block;padding-left: 30px;line-height: 66px;font-size: 14px;height: 66px;overflow: hidden;}
.ul-snvList li.last-child a{border-bottom: 0;}
.ul-snvList li > a:hover,.ul-snvList li.on > a{background: #007ea1;color: #fff;font-weight: bold;}
.ul-snvList li dd a{padding: 10px 0;padding-left: 88px;line-height: 28px;display: block;}
.ul-snvList li dl{border-top: 1px solid #e8e8e8;}
.ul-snvList li dd.dd-on a{color: #007ea1;}
.ul-snvList li.open a{background-image: url(../images/arrow-down.png);background-repeat: no-repeat;background-position: 95% center;}
.ul-snvList li dl{display: none;}

.ul-so li{
    margin-bottom: 85px;
    line-height: 25px;
    font-size: 14px;
    background: url(../images/ico_m.png) no-repeat;
    padding-left: 50px;
}
.ul-so li h3{
    font-size: 20px;
   word-break:break-all;
   margin-bottom: 10px;
}
.ul-so li h3 a{
	color: #303f9f;
}
.ul-so li em,
.ul-so li h3 a b{
    color: #eb4f38 !important;
    font-weight: normal;
}
.ul-so li span{
    margin-left: 20px;
}
.ul-so li a.r{background: url(../images/arr_n.png) right center no-repeat;color: #303f9f;padding-right: 14px;display: inline-block;}
.ul-so li .btn a{
    display: inline-block;
    width: 112px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    background-color: #2fad85;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 15px;
    margin-right: 25px;
}
.ul-so li .btn a.yellow{
    background-color: #f5a21b;
}
.ul-so li .btn a:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.btn-upload{
    width: 100%;
    border: 1px solid #f86f25;
    height: 66px;
    border-radius: 3px;
    display: block;
    text-align: center;
}
.btn-upload font{
    background: url(../images/icon_upload.png) left center no-repeat;
    padding-left: 47px;
    display: inline-block;
    padding-top: 11px;
    height: 66px;
    color: #999;
}   
.btn-upload font span{
    display: block;
    color: #fe8a23;
    font-size: 20px;
    font-weight: bold;
}
.btn-upload font em{
    color: #2fad85;
}


.news-slider{
    position: relative;
    margin-bottom: 30px;
}
.news-slider *{
    outline: none;
}
.news-imgtxt{
    overflow: hidden;
    float: left;
    width: 33.33%;
    padding: 0 8px;
    margin-bottom: 6%;
}
.news-imgtxt .pic{
	
}
.news-imgtxt .pic a{display: block;position: relative;}
.news-imgtxt .pic span{position: absolute;right: 0;top: 0;background: #e6bc22;color: #fff;line-height: 30px;font-size: 12px;padding: 0 8px;display: inline-block;}
.news-imgtxt .pic img{
    display: block;
    width: 100%;
    height: 246px;
}
.news-imgtxt .txt{
    overflow: hidden;
    line-height: 24px;
    color: #666;
    background: #fff;
    padding: 10px 30px;
}
.news-imgtxt .txt h3{
    font-size: 16px;
    padding: 17px 0;
    padding-bottom: 10px;
    text-align: center;
    height: 45px;overflow: hidden;
}
.news-imgtxt .txt h3 a{
    color: #333;
}
.news-imgtxt .txt p{
    height: 52px;
    overflow: hidden;
    color: #888;
}
.news-imgtxt .txt .time{
    /*background: url(../images/icon_time.png) left center no-repeat;*/
    /*padding-left: 24px;*/
    color: #909090;
    border-top: 1px solid #ddd;
    margin-top: 10px;padding-top: 10px;
}
.news-slider .slick-dots{
    position: absolute;
    right: 0;
    top: 0px;
}
.news-slider .slick-dots li{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #505050;
    margin: 0 8px;
    cursor: pointer;
}
.news-slider .slick-dots li button{
    display: none;
}
.news-slider .slick-dots li.slick-active{
    background-color: #f5a21b;
}


.news-list{
    background-color: #f1f0f0;
    margin-bottom: 56px;
}
.news-list *{
    outline: none;
}
.news-list .time{
    width: 151px;
    height: 104px;
    text-align: center;
    background-color: #d9d9d9;
    font-size: 16px;
    padding-top: 5px;
    float: left;
}
.news-list .time b{
    font-size: 50px;
    font-weight: bold;
    display: block;
}
.news-list .txt{
    overflow: hidden;
    height: 104px;
    padding: 10px 40px;
    line-height: 24px;
    letter-spacing: 1px;
    position: relative;
}
.news-list .txt h3{
    font-size: 16px;
}
.news-list .txt h3 a{
    color: #000;
}
.news-list .txt em{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 33px;
    height: 33px;
    background: url(../images/arr01.png) no-repeat;
}
.news-list.ok{
    background-color: #d9d9d9;
}
.news-list.ok .time{
    background-color: #9d9d9d;
    color: #f7f7f7;
}
.news-list.ok em{
    background-image: url(../images/arr02.png);
}
.news-slider2 *{
    outline: none;
}
.news-slider2 .slick-arrow,
.timeline-slide .slick-arrow{
    position: absolute;
    top: 50%;
    width: 44px;
    height: 89px;
    margin-top: -44px;
    font-size: 0;
    background-origin: #d0d0d0;
    border: 0;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.news-slider2 .slick-prev,
.timeline-slide .slick-prev{
    left: -140px;
    background-image: url(../images/arr-left.png);
}
.news-slider2 .slick-next,
.timeline-slide .slick-next{
    right: -140px;
    background-image: url(../images/arr-right.png);
}
.news-slider2 .slick-arrow:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.news-slider2 .slick-disabled{
    display: none !important;
}

.news-list2{
    /*margin-top: 69px;*/
}
.news-list2 ul{
    margin: 0 -16px;
}
.news-list2 li{
    float: left;
    width: 33.333%;
    padding: 0 16px;
    margin-bottom: 20px;
}
.news-list2 li .inner{
    display: block;
    background-color: #f7f7f7;
}
.news-list2 li .pic{
    height: 204px;
    overflow: hidden;
}
.news-list2 li .inner img{
    display: block;
    width: 100%;
    height: 204px;
}
.news-list2 li .txt{
    padding: 10px;
    font-size: 12px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
}
.news-list2 li h3{
    font-size: 16px;
    margin-bottom: 5px;
    height: 24px;
    overflow: hidden;
}
.news-list2 li .time{
    background: url(../images/icon_time.png) left center no-repeat;
    padding-left: 20px;
    margin-top: 15px;
}
.news-list2 li .txt p{
    height: 48px;
    overflow: hidden;
}
.news-list2 li .time span{
    float: right;
}
.news-list2 li .time span a{
    display: inline-block;
    margin: 0 10px;
    background-repeat: no-repeat;
    width: 19px;
    height: 15px;
    background-position: center center;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(60%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.news-list2 li .time span .a1{
    background-image: url(../images/icon_weixin1.png);
}
.news-list2 li .time span .a2{
    background-image: url(../images/icon_sina1.png);
}
.news-list2 li .time span .a3{
    background-image: url(../images/icon_quone1.png);
}
.news-list2 li .time span .a4{
    background-image: url(../images/icon_dou1.png);
}
.news-list2 li .time span .a1:hover{
    background-image: url(../images/icon_weixin.png);
}
.news-list2 li .time span .a2:hover{
    background-image: url(../images/icon_sina.png);
}
.news-list2 li .time span .a3:hover{
    background-image: url(../images/icon_quone.png);
}
.news-list2 li .time span .a4:hover{
    background-image: url(../images/icon_dou.png);
}
.news-list2 li.on .inner{
    background-origin: #d9d9d9;
}
.news-list2 li.on img{
    
}
.news-list2 li.on h3 a{
    color: #000;
}
.news-more{
    text-align: center;
    margin-top: 50px;
}
.news-more a{
    display: inline-block;
    width: 150px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background-color: #f7f7f7;
    color: #f5a21b;
    border: 1px solid #f7f7f7;
}
.news-more a em{
    background: url(../images/icon_mouse.png) left center no-repeat;
    padding-left: 35px;
}
.news-more a:hover{
    border: 1px solid #f5a21b;
}

.typename{
    background-color: #f1f0f0;
    border-top: 4px solid #2fa7bd;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 15px;
    margin-top: -6px;
}
.typename h3{
    color: #090808;
    font-size: 33px;
}
.typename h4{
    color: #7f7f7f;
    font-size: 20px;
}

.partner{
    padding-top: 100px;
}
.partner *{
    outline: none;
}
.partner-slider .pic{
    width: 187px;
    height: 95px;
    border: 1px solid #f1f0f0;
    text-align: center;
    line-height: 95px;
    float: left;
    margin-bottom: 70px;
    margin-right: 20px;
}
.partner-slider .pic a:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.partner-slider .pic img{
    display: inline-block;
    vertical-align: middle;
    max-height: 88px;
}
.partner-slider .pic:nth-child(5n){
    margin-right: 0;
}
.partner-slider .slick-dots{
    text-align: center;
    width: 100%;
}
.partner-slider .slick-dots li{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #f1f0f0;
    margin: 0 5px;
    cursor: pointer;
}
.partner-slider .slick-dots li button{
    display: none;
}
.partner-slider .slick-dots li.slick-active{
    background-color: #dd4012;
}

.timeline-slide{
    background: url(../images/timeline.png) no-repeat left center;
    height: 607px;
}
.timeline-slide .item{
    width: 184px;
    height: 235px;
    background-color: #f6f6f6;
    padding: 10px;
    margin-bottom: 136px;
    font-size: 12px;
    color: #8a8a8a;
}
.timeline-slide .item h3{
    color: #8cc7cb;
    font-size: 20px;
    margin-bottom: 10px;
}
.timeline-slide *{
    outline: none;
}


#banner{
    /* position: absolute;
    left: 0; 
    top: 110px;*/
    width: 100%;
    height: 85%;
    z-index: 1;
    background: rgba(0,0,0,.5);
    position: relative;
} 
#banner .pic{height: 100%;}
#banner .pic a{
    height: 100%;
    width: 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}
#banner .pic .txt{position: absolute;left: 0;width: 100%;top: 30%;font-size: 36px;color: #fff;font-family: "黑体";text-align: center;}
#banner .pic .txt p{font-size: 16px;font-family:"微软雅黑","Microsoft Yahei";}
#banner .pic em{color: #ff5619;}
#banner .slick-list,
#banner .slick-track,
#banner .slick-slider{
    height: 100% !important;
}
#banner .slick-slider .slick-track, 
#banner .slick-slider .slick-list{
    height: 100% !important;  
}
#banner .slick-slider .slick-track, 
#banner .slick-slider .slick-list{
    height: 100% !important;
}
#banner .slick-arrow{
    position: absolute;
    top: 50%;
    margin-top: -21px;
    width: 42px;
    height: 42px;
    background: url(../images/download.png) no-repeat;
    border: 0;
    font-size: 0;
    z-index: 9999;
    cursor: pointer;
    display: none;
}
#banner .slick-prev{
	background-position: 0 -84px;
	left: 10%;
}
#banner .slick-next{
	background-position: 0 -126px;
	right: 10%;
}
#banner .slick-prev:hoverr{
	background-position:  -252px  -84px;
}
#banner .slick-next:hover{
	background-position:  -252px -126px;
	
}
.links .slick-prev{right: auto;left: -50px;background-image: url(../images/prev.png);}
.links .slick-next{right: auto;right: -50px;background-image: url(../images/next.png);}
#banner *{
	outline: none;
}
#banner .video {
	height: 100% !important;min-height: 1px !important;
}
#banner .video video{
	height: 100% !important;
	object-fit: cover;
}
#banner .slick-dots{position: absolute;left: 0;bottom: 5%;width: 100%;text-align: center;font-size: 0;}
#banner .slick-dots li{display: inline-block;width: 80px;height: 3px;background: rgba(255,255,255,.7);cursor: pointer;margin: 0 5px;}
#banner .slick-dots li.slick-active{background: #2d66d9;}
#banner .slick-dots li button{display: none;}
/*#banner .slick-slide.pic{
	height: 100% !important;
	min-height: 1px !important;
}*/

.index-so{width: 500px;}
.sw_sform {
    
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 5px;
    z-index: 9;
    background: #fff;
    border-radius: 5px;
}
.sw_sform .inp{
    background-color: #fff;
    max-width: 300px;
    width: 100%;
    padding-right: 8px;
    border: 0;
    height: 40px;
    padding-left: 9px;
    float: left;
    font-size: 16px;
    font-family:"微软雅黑","Microsoft Yahei";
}
.sw_sform .sub{
	float: right;
    background: #ff5619;
    max-width: 180px;
    width: 100%;
    height: 40px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
}
.index-so{
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    position: absolute;
    top: 67%;
    left: 50%;
   
}
#hp_ctrls{
    position: absolute;
    right: 50px;
    bottom: 40px;
    width: 80%;
    height: 46px;
    z-index: 10;
}
#sh_rdiv{
    float: right;
    right: 5%;
    height: 46px;
    /*padding-right: 6%;*/
}
#sh_rdiv a {
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    z-index: 20;
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 10px;
}
#sh_rdiv a:hover{
    background-color: #fff;
}
#sh_rdiv .sh_address {
    background-image: url(../images/icon_address.png);
} 
#sh_rdiv .sh_address:hover {
    background-image: url(../images/icon_address_h.png);
} 
#sh_rdiv .hpcShare {
    background-image: url(../images/icon_share.png);
}
#sh_rdiv .hpcShare:hover {
    background-image: url(../images/icon_share_h.png);
}
#sh_rdiv .hpcsQzone {
    background-image: url(../images/33.png);
}
#sh_rdiv .hpcsQzone:hover {
    background-image: url(../images/33_h.png);
}
#sh_rdiv .hpcsWeibo {
    background-image: url(../images/22.png);
}
#sh_rdiv .hpcsWeibo:hover {
    background-image: url(../images/22_h.png);
}
#sh_rdiv .hpcsWechat {
    background-image: url(../images/11.png);
}
#sh_rdiv .hpcsWechat:hover {
    background-image: url(../images/11_h.png);
}
#sh_shwcp {
    background: url(../images/th.png) no-repeat;
    background-size: 100%;
    width: 120px;
    height: 130px;
    padding: 5px;
    position: absolute;
    margin: -150px 0 0 -156px;
    display: none;
}
#shBingAppQR {
    background-color: rgba(0,0,0,.4);
    background-size: 100%;
    border: 3px solid rgba(255,255,255,.45);
    width: 127px;
    height: 157px;
    text-align: center;
    position: absolute;
    top: -207px;
    left: -48px;
    color: #e8e8e8;
    font-size: 13px;
    padding-top: 10px;
    display: none;
}
#shBingAppQR img{
    display: inline-block;
    width: 102px;
    height: 102px;
    margin-bottom: 10px;
}
#shBingAppQR:after,
#shTEL:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -50px;
    width: 1px;
    height: 47px;
    background-color: #fff;
}
#shTEL{
    background-color: rgba(0,0,0,.4);
    background-size: 100%;
    border: 3px solid rgba(255,255,255,.45);
    width: 127px;
    height: 44px;
    text-align: center;
    position: absolute;
    top: -96px;
    left: -48px;
    color: #e8e8e8;
    font-size: 13px;
    padding-top: 10px;
    display: none;
}
#sh_tel{
    background-image: url(../images/icon_tel.png);
    position: relative;
}
#sh_tel:hover{
    background-image: url(../images/icon_tel_h.png);
}
#sh_code{
    background-image: url(../images/icon_code.png);
    position: relative;
}
#sh_code:hover{
    background-image: url(../images/icon_code_h.png);
} 
#sh_code:hover #shBingAppQR,
#sh_tel:hover #shTEL{
    display: block;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.share-box{
    /*overflow: hidden;*/
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 46px;
	width: 266px;
	margin-right: 15px \9;
}
.share-box a{
	position: absolute;	
	top: 0;
	opacity: 0;
}
.share-box #sh_shwcl{
	right: 0;
	margin-right: -20px;
	margin-right: -10px \9;
}

.share-box #sh_shwbl{
	right:60px;
	margin-right: -20px;
	margin-right: -15px \9;
}

.share-box #sh_shqzl{
	right: 120px;
	margin-right: -20px;
}
#sh_rdiv a.qq{
    background: url(../images/qq01.png) no-repeat;
    width: 40px;
    height: 40px;
    border: 0;
    -webkit-background-size: 40px;
    background-size: 40px;
}
#sh_rdiv a.qq:hover{
    background-image: url(../images/qq02.png);
}

/* .index-body #hd{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
} */
/* .index-body #fd{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
.index-body #main{
    position: absolute;
    left: 0;
    top: 77px;
    bottom: 42px;
    right: 0;
    z-index: 10;
} */

.pop-box{
    /*width: 1000px;*/
    width: 600px;
    /*min-height: 711px;*/
    margin: 0 auto;
    position: relative;
    border: 1px solid #dddddd;
    background-color: #fff;
}
.pop-box .close{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 43px;
    background: url(../images/close.png) no-repeat;
}
.pop-box .logo{
    text-align: center;
}
.pop-box h1{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}
.pop-box .sub{
    width: 100%;
    height: 43px;
    text-align: center;
    line-height: 43px;
    background-color: #149eb7;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    font-family:"微软雅黑","Microsoft Yahei";
    margin-top: 20px;
}
.pop-box .sub:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.login-box{
    width: 356px;
    margin: 0 auto;
    padding: 45px 0;
}
.login-box ul li{
    height: 48px;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}
.login-box ul li span{
    display: inline-block;
    background-color: #dddddd;
    width: 47px;
    height: 46px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
}
.login-box ul li .inp{
    width: 307px;
    height: 46px;
    border: 0;
    padding: 0 10px;
    font-family:"微软雅黑","Microsoft Yahei";
}
.login-box ul li.s1 span{
    background-image: url(../images/icon_name.png);
}
.login-box ul li.s2 span{
    background-image: url(../images/icon_pwd.png);
}
.login-box .check{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 15px;
    height: 15px;
}
.login-box label{
    font-size: 12px;
    color: #7b7b7b;
}
.login-box .tc{
    margin-top: 24px;
    color: #7b7b7b;
}
.login-box .tc a{
    margin: 0 10px;
    color: #7b7b7b;
}
.login-box .tc a:hover{
    color: #149eb7;
}

.reg-box{
    width: 410px;
    margin: 0 auto;
    padding: 45px 0;
}
.reg-box table{
    width: 100%;
    color: #323232;
}
.reg-box tr{
    height: 62px;
}
.reg-box th{
    width: 84px;
    font-weight: normal;
}
.reg-box em{
    float: right;
    display: inline-block;
    line-height: 48px;
}
.reg-box .inp{
    width: 291px;
    height: 48px;
    border: 1px solid #dddddd;
    border-radius: 3px;
}
.reg-box .inp1{
    width: 129px;
    margin-right: 12px;
}
.reg-box img{
    display: inline-block;
    vertical-align: middle;
}
.reg-box .desc{
    color: #7b7b7b;
    font-size: 12px;
    margin-top: 25px;
}
.reg-box .desc a{
    color: #149eb7;
}
.body-gray{
    background-color: #f5f5f5;
    padding-top: 8%;
}
#fd-pop{
    text-align: center;
    padding-top: 90px;
    padding-bottom: 70px;
    color: #757575;
}
#fd-pop a{
    color: #757575;
}
#fd-pop em{
    margin: 0 15px;
}

/*.cont{min-height: 400px;}*/
.con-txt {padding: 20px;}
.con-txt-tit {font-size: 18px;color: #039cfd;font-weight: bold;}
.con-txt-info { line-height: 25px;  font-size: 12px; padding: 10px 0;}
.con-txt-info2{border-bottom: 1px solid #ddd;}
.con-txt-info span,.lasteNews .time span{display: inline-block;width: 34px;height: 16px;background: #6a6d69;color: #fff;border-radius: 3px;text-align: center;margin-right: 7px;line-height: 16px;}
.con-txt-body {font-size: 14px; line-height: 2em;padding-top: 40px;}
.con-txt-prev .back{width: 123px;height: 40px;text-align: center;line-height: 40px;background: #ff5619;color: #fff;font-size: 14px;letter-spacing: 5px;display: inline-block;border-radius: 5px;}
.con-txt-prev2{border-top: 1px solid #ddd;padding-top: 20px;}

.lasteNews dt{font-size: 18px;color: #666;margin: 20px 0;}
.lasteNews .pic img{display: block;width: 100%;}
.lasteNews .tit a{font-size: 14px;color: #009afd;margin: 10px 0;display: block;}
.lasteNews .time{font-size: 12px;color: #777;}
.lasteNews dd{margin-bottom: 40px;}


.content2Box{overflow-x: auto;}
.content2 {
    /*width: 978px;*/
    width: 877px;
    line-height: 25px;
    padding: 10px;
    min-height: 470px;
    height: auto;
    border: #e0e0e0 1px solid;
    margin: 0 auto;
}
.content2 iframe{
	height: 470px;
}

/*联系我们*/
.s-tab-ul{
    
}
.s-tab-ul li{font-size: 15px;line-height: 34px;overflow: hidden;margin-bottom: 40px;}
.s-tab-ul li h3{
    line-height: 34x;
    text-align: right;
    position: relative;
    color: #47a9f2;
    font-size: 15px;
    cursor: pointer;
    float: left;
    margin-right: 11%;
    width: 40%;
}
.s-tab-ul li.ok h3{
}
.s-tab-ul li .tab-address{
    overflow: hidden;
    position: relative;
}
.s-tab-ul li .tab-address .txt{display: inline-block;position: relative;}
.s-tab-ul li .tab-address span{
    display: inline-block;
    background: url(../images/icon_address_n.png) no-repeat;
    cursor: pointer;
    position: absolute;
    right: -40px;top: 5px;
    width: 24px;height: 24px;
}

#map{
    height: 480px;
}
#map .BMap_Marker{
	max-width: 9999px;
	display: none !important;
}
.addressBox{position: relative;}
.addressBox .txt{position: absolute;right: 18px;bottom: 18px;background: #ff5619;color: #fff;padding: 5% 38px;text-align: center;font-size: 14px;line-height: 20px;}
.addressBox .txt h3{font-size: 18px;line-height: 34px;margin-bottom: 10px;font-weight: bold;}
.bgay{background: #f5f5f5;padding-top: 30px;padding-bottom: 4%;text-align: center;color: #7a7a7b;font-size: 12px;line-height: 21px;margin-bottom: 50px;}

.ul-gif{
    padding: 0 15px;
    padding-top: 30px;
    overflow: hidden;
}
.ul-gif li{
    float: left;
    width: 33.333%;
    text-align: center;
    padding: 0 10px;
}
.ul-gif li img{
    width: 100%;
}
.btn-apply{
    text-align: center;
}
.btn-apply .btn{
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #f5a21b;
    background: #f5a21b;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.btn-apply .btn:hover{
    color: #fff;
}

#apply-box{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 9999;
    display: none;
}
#apply-box .fancybox-close{
    position: absolute;
    right: 20%;
    top: 10%;
    background: url(../images/close.png) no-repeat;
    width: 44px;
    height: 44px;
}
.apply-form{
    background-color: #fff;
    padding: 20px;
    width: 665px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.apply-form h5{
    font-size: 14px;
    margin-bottom: 10px;
}
.apply-form table{
    width: 100%;
}
.apply-form table th{
    font-weight: normal;
}
.apply-form table tr{
    height: 38px;
}
.apply-form table .inp{
    height: 24px;
    padding: 0 5px;
    width: 165px;
    border: 1px solid #ddd;
}
.apply-form table select{
    width: 165px;
    height: 24px;
}
.apply-form table .sub{
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #f5a21b;
    background: #f5a21b;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-family:"微软雅黑","Microsoft Yahei";
}

.ul-imgtxt li{
    overflow: hidden;
    padding: 45px 50px 45px 60px;
    background: #f5f5f5;
}
.ul-imgtxt li .pic{
    display: block;
    float: right;
    width: 268px;
    /*height: 175px;*/
    margin-left: 120px;
}
.ul-imgtxt li .txt{
    overflow: hidden;
}
.ul-imgtxt li .desc{
    color: #999;
    font-size: 12px;
}
.ul-imgtxt li h3{
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 1.5;
    color: #0c6fc8;
}
.ul-imgtxt li h3 a{
    color: #0c6fc8;
}
.ul-imgtxt li p{
    margin-bottom: 28px;
    height: 48px;
    line-height: 24px;
    color: #999;
}
.ul-imgtxt li .more a{
    color: #999;
    font-size: 12px;
}
.ul-imgtxt li:nth-child(2n){
    background: #fff;
}


.index-alpha:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.0001);
    z-index: 2;

}


.ul-q-list{
	margin-top: 25px;
}
.ul-q-list li h3{
	background: url(../images/you-gray.png) no-repeat 0 center;
	text-indent: 20px;
	cursor: pointer;
	font-size: 14px;
	color: #000;
}
.ul-q-list li .txt{
	padding: 10px 0 20px;
	margin-left: 18px;
	color: #666;
	font-size: 12px;
	line-height: 24px;
	display: none;
}
.ul-q-list li .go-list{
	text-align: right;
	padding-top: 40px;
	color: #333;
	font-size: 14px;
	color: #000;
}
.ul-q-list li .go-list a{
	color: #2c81ff;
}
.ul-q-list li h3.ok{
	background-image: url(../images/xia-gray.png);
}



.float0831 {
	POSITION: fixed; TOP: 50%; RIGHT: 1px; _position: absolute; z-index:9999;
}
.float0831 A {
	COLOR: #00a0e9
}
.float0831 A:hover {
	COLOR: #ff8100; TEXT-DECORATION: none
}
.float0831 .floatL {
	POSITION: relative; WIDTH: 28px; FLOAT: left
}
.float0831 .floatL A {
	TEXT-INDENT: -9999px; DISPLAY: block; FONT-SIZE: 0px
}
.float0831 .floatR {
	BACKGROUND: url(../images/float_bg.gif)
}
.float0831 .tp {
	BACKGROUND: url(../images/float_bg.gif)
}
.float0831 .cn {
	BACKGROUND: url(../images/float_bg.gif)
}
.float0831 .floatR {
	PADDING-BOTTOM: 15px; WIDTH: 130px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: -131px bottom; FLOAT: left; OVERFLOW: hidden
}
.float0831 .tp {
	BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: 0% 0%; HEIGHT: 10px
}
.float0831 .cn {
	BACKGROUND-REPEAT: repeat-y; BACKGROUND-POSITION: -262px 0px
}
.float0831 .cn H3 {
	TEXT-INDENT: -9999px; HEIGHT: 36px; FONT-SIZE: 0px
}
.float0831 .cn UL {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 14px; PADDING-RIGHT: 14px; PADDING-TOP: 0px
}
.float0831 .cn UL LI {
	BORDER-BOTTOM: #e6e5e4 1px solid; LINE-HEIGHT: 36px; WORD-WRAP: break-word; HEIGHT: 36px; OVERFLOW: hidden; WORD-BREAK: normal
}
.float0831 .titZx {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .titDh {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .titDc {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .icoZx {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .icoTc {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .icoFf {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .icoTl {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .btnOpen {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .btnOpen_n {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .btnCtn {
	BACKGROUND: url(../images/float_s.gif) no-repeat
}
.float0831 .titZx {
	BACKGROUND-POSITION: 5px -10px
}
.float0831 .titDh {
	BACKGROUND-POSITION: 5px -66px
}
.float0831 .titDc {
	BACKGROUND-POSITION: 5px -124px
}
.float0831 .icoZx {
	BACKGROUND-POSITION: 2px -154px
}
.float0831 .icoTc {
	BACKGROUND-POSITION: 0px -323px
}
.float0831 .icoFf {
	BACKGROUND-POSITION: 2px -213px
}
.float0831 .icoTl {
	PADDING-LEFT: 19px; DISPLAY: block;  BACKGROUND-POSITION: 2px -266px; FLOAT: left;font-size: 12px;
}
.float0831 .btnOpen {
	BACKGROUND-POSITION: -30px -396px
}
.float0831 .btnOpen_n {
	BACKGROUND-POSITION: 0px -530px
}
.float0831 .btnCtn {
	BACKGROUND-POSITION: 0px -396px
}
.float0831 .icoZx {
	PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left
}
.float0831 .icoTc {
	PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left
}
.float0831 .icoFf {
	PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left
}
.float0831 .btnOpen {
	POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px
}
.float0831 .btnOpen_n {
	POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px
}
.float0831 .btnCtn {
	POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 40px; LEFT: 2px
}
.float0831 .btnOpen {
	TOP: 118px; LEFT: 1px
}
.float0831 .btnOpen_n {
	TOP: 118px; LEFT: 1px
}
.float0831 UL LI H3.titDc A {
	WIDTH: 80px; DISPLAY: block; HEIGHT: 36px
}
.float0831 UL LI.top {
	BORDER-BOTTOM: #ace5f9 1px solid
}
.float0831 UL LI.bot {
	BORDER-BOTTOM-STYLE: none
}
.float0831 UL.webZx {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 164px; PADDING-RIGHT: 0px; BACKGROUND: url(../images/webZx_bg.jpg) no-repeat; HEIGHT: 65px; PADDING-TOP: 0px
}
.float0831 UL LI.webZx-in {
	BORDER-BOTTOM-STYLE: none; PADDING-LEFT: 5px; HEIGHT: 50px; PADDING-TOP: 8px
}




.article .hero-title{
	margin-bottom: 10px;
	font-size: 16px;
}
.article .hero-title h1{
	font-size: 33px;
	display: inline;
	-webkit-font-variant-ligatures: none;
	font-variant-ligatures: none;
	font-weight: bold;
}
.article .hero-title h2{
	font-size: 30px;
	margin-top: 20px;
}
.article .pic{
	float: left;
	width: 41.66667%;
}
.article .pic img{
	display: block;
	width: 100%;
	height: auto;
}
.article .txt{
	float: left;
	width: 58.33333%;
	padding: 30px 26px;
	color: #3c464b;
	font-size: 16px;
	padding-top: 0;
}
.article .txt .inner{
	margin-bottom: 15px;
}
.article-cont{
	/*background-color: #eff0f4;*/
	/*padding-top: 45px;*/
    padding-bottom: 70px;
}
.article-cont h3{
	font-size: 24px;
}
.article-cont .content{
	font-size: 16px;
    line-height: 20px;
}
.article-cont .content p{
	margin: 0 0 10px;
}
.ul-listN{
	margin: 0 -15px;
	overflow: hidden;
}
.ul-listN li{
	float: left;
	width: 33.333%;
	padding: 0 15px;
}
.ul-listN li .pic{overflow: hidden;}
.ul-listN li .pic img{
	display: block;
	    width: 100%;
	    height: auto;
	height: 173px;
	-webkit-transition:.3s;
	transition:.3s;
}
.ul-listN li:hover .pic img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	-o-transform: scale(1.1); 
	transform: scale(1.1);
	transform-origin: 50% 50%;
}
.ul-listN li:hover .text{background: #44a8f2;color: #fff;}
.ul-listN li:hover .text h5 a span{color: #fff !important;}
.ul-listN li .text{
	background-color: #f3f3f3;
	margin-bottom: 20px;
	height: 130px;
	overflow: hidden;
	padding: 15px 15px 40px;
	display: block;
}
.ul-listN li h5{
	color: #2387aa;
	font-size: 16px;
	text-indent: 0;
}
.ul-listN li h5 a{color: #337FE5;}
.ul-listN li p{
    font-size: 13px;
    line-height: 24px;
	margin: 0 0 10px;
}


.timeline-box{position: relative;}
.ul-snv1 li.s3 .snv-dl,.ul-snv1 li.s4 .snv-dl,.ul-snv1 li.s3 > a:after,.ul-snv1 li.s4 > a:after{display: none !important;}




/*
-----------------[修改]--------------*/
.section1{
	padding: 2% 0;
	overflow: hidden;border-bottom: 1px solid #f3f3f3;
	/*height: 626px;*/
}
.tit-i{
	text-align: center;
	margin-bottom: 5%;
}
.tit-i h3{
	font-size: 26px;
}
.tit-i h5{font-size: 18px;text-transform: uppercase;}
.tit-i .line{max-width: 402px;width: 100%;height: 2px;display: inline-block;background: #e6e6e6;position: relative;}
.tit-i .line em{width: 60px;height: 7px;background: #2d66d9;display: inline-block;position: absolute;left: 50%;top: -3px;margin-left: -30px;margin-bottom: 10px;}
.technology-slider{
	margin: 0 -15px;
	overflow: hidden;
	/*height: 373px;*/
}
.technology-slider .slick-dots{
	text-align: center;
	margin-top: 40px;
	position: absolute;left: 0;bottom: -23px;width: 100%;
}
.technology-slider .slick-dots li{
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
	background-color: #cccccc;
	width: 24px;
	height: 4px;
	border-radius: 5px;
}
.technology-slider .slick-dots li.slick-active{
	background-color: #0f6371;
}
.technology-slider .slick-dots li button{
	display: none;
}
.technology-slider .slick-list{padding-bottom: 3%;padding-left: 20px;padding-right: 2.5%;}
.technology-slider .slider{}
.technology{
	padding: 0 20px;
	-webkit-transition:.3s;
	transition:.3s;
	/*height: 290px;*/
}
 .technology .circle img{
	display: block;
	width: 100%;
}
.technology .circle{
	position: relative;
	text-align: center;
	overflow: hidden;
	border: 1px solid #b0b0b0;
	border-radius: 100%;
	max-width: 254px;
	padding: 0 15px;
	padding-top: 100%;
	-webkit-transition:.3s;
	transition:.3s;
	margin-top: 15px;
}
.technology .circle a{display: block;width: 100%;height: 100%;}
.technology .circle a img{position: absolute;top: 0;left: 0;/*max-width: 137%;*/width: 100%;height: 80%;}
.technology .circle .txt{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100%;
	height: 67px;
	line-height: 42px;
	background: #404040;
	text-align: center;
	transform: translate(-50%,-0%);
	-webkit-transform: translate(-50%,-0%);
	-o-transform: translate(-50%,-0%);
}
.technology .circle .txt span{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding-top: 10px;
}
.technology .circle a{
	display: block;
}
.technology .circle:hover{
	-moz-box-shadow:0px 0px 5px #7D7D7D; -webkit-box-shadow:0px 0px 5px #7D7D7D; box-shadow:0px 0px 5px #7D7D7D;
}
.technology:hover .circle a img{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); Firefox 10+, Firefox on Android
	filter: gray; 
	-webkit-filter: grayscale(0);
}
.technology:hover{
	/*padding-top: 17px;*/
	padding-bottom: 0;
}
/*.technology.slick-active{height: 357px;}*/
.technology:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2); 
	-o-transform: scale(1.2); 
	transform: scale(1.12);
	transform-origin: 50% 50%;
	/*width: 310px;*/
	border-color: #0f6371;
}
.technology:hover .circle{width: 100%;}
.technology:hover .circle .txt{
	background: #0f6371;
	width: 100%;
	height: 75px;
}
.technology:hover .circle .txt span{
	font-size: 16px;
	padding-top: 14px;
} 

.slick-slide{outline: none;}



.tit-pro2{text-align: center;margin: 5%	0;}
.tit-pro2 span{display: inline-block;color: #fff;width: 173px;height: 32px;background: #44a8f2;font-size: 16px;border-radius: 10px;line-height: 32px;}

.caseItem .slider{margin: 0 -15px;overflow: hidden;}
.caseItem{padding: 0 15px;}
.caseItem .pic{overflow: hidden;padding-top: 65%;position: relative;margin-bottom: 10px;}
.caseItem .pic a{-webkit-background-size: cover;display: block;-webkit-transition:.3s;position: absolute;left: 0;top: 0;width: 100%;height: 100%;
transition:.3s;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;border-radius: 5px;margin-bottom: 20px;}
.caseItem .txt h3{font-size: 16px;margin-bottom: 10px;}
.caseItem .txt{line-height: 21px;color: #888;}
.section2{padding-top: 5%;overflow: hidden;}
.list-more a{display: inline-block;border: 1px solid #ccc;line-height: 60px;width: 150px;text-align: center;margin-top: 20px;border-radius: 30px;}
.list-more a:hover{background: #3d85c6;color: #fff;}
.list-more{text-align: center;}
.caseSlider .slick-dots{text-align: center;margin-top: 5%;}
.slick-slide{outline: none;}
.caseItem:hover .pic a{-webkit-transform: scale(1.1);
-moz-transform: scale(1.1); 
-ms-transform: scale(1.1); 
-o-transform: scale(1.1); 
transform: scale(1.1);
transform-origin: 50% 50%;}
.video-m{display: none;}
.eng-more .more{display: block;width: 100%;line-height: 42px;text-align: center;text-transform: uppercase;font-size: 14px;background: #ececec;margin-top: 25px;}  


.hide-tab {
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}
.section4{
	padding: 5% 0;
	overflow: hidden;
}
.news-hd{
	text-align: center;
	margin-bottom: 40px;
}
.news-hd ul{
	display: inline-block;
	border-radius: 30px;
	height: 38px;
	line-height: 36px;
	border: 2px solid #0f6371;
	font-size: 0;
}
.news-hd ul li{
	display: inline-block;
	font-size: 0;
}
.news-hd ul li a{
	color: #0f6371;
	display: block;
	padding: 0 50px;
	border-radius: 28px 30px 30px 28px;
	font-size: 16px;
}
.news-hd ul li.current a,
.news-hd ul li a:hover{
	background-color: #0f6371;
	color: #fff;
}
.newsItem{
	padding: 0 15px;
}
.newsItem .pic{
	overflow: hidden;
}
.newsItem .pic a{
	display: block;
	padding-top: 64%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
	-webkit-transition:.3s;
	transition:.3s;
}
.newsItem .txt{
	padding: 10px 20px;
	overflow: hidden;
	border: 1px solid #e3e3eb;
	font-size: 12px;
	color: #666;
}
.newsItem .txt h3{
	font-size: 14px;
}
.newsItem .txt h3 a{
	color: #333;	
}
.newsItem:hover .txt h3 a{
	color: #0f6371;
}
.newsItem .txt .time{
	color: #3d85c6;
	margin-top: 20px;
}
.newsItem .txt p{
	overflow: hidden;
	font-size: 12px;
	color: #888;
	line-height: 20px;
}
.newsItem:hover .pic a{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	-o-transform: scale(1.1); 
	transform: scale(1.1);
	transform-origin: 50% 50%;
}
.newsItem:hover a.more{
	
}
.newsSlider .slick-dots{
	margin-bottom: 40px;
	text-align: center;
}
.newsSlider .slick-dots li,
.videoSlider .slick-dots li,
.caseSlider .slick-dots li{
	display: inline-block;
	margin: 0 3px;
	font-size: 0;
	height: 4px;
	width: 24px;
	background-color: #cccccc;
}
.newsSlider .slick-dots li.slick-active button,
.videoSlider .slick-dots li.slick-active button,
.caseSlider .slick-dots li.slick-active button{
	animation:point2 3s infinite;
	-moz-animation:point2 3s infinite; /* Firefox */
	-webkit-animation:point2 3s infinite; /* Safari and Chrome */
	-o-animation:point2 3s infinite;
	background: #0f6371;
	-webkit-transition:.3s;
	transition:.3s;
}
.newsSlider .slick-dots li button,
.videoSlider .slick-dots li button,
.caseSlider .slick-dots li button{
	width: 24px;
	height: 4px;
	font-size: 0;border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	border-radius: 10px;
	cursor: pointer;
}
.newsSlider .slick-arrow,
.links .slick-arrow,
.honorSlider .slick-arrow{
	position: absolute;
	top: 50%;
	width: 48px;height: 48px;
	background-repeat: no-repeat;
	border: 0;cursor: pointer;
	font-size: 0;
	margin-top: -24px;z-index: 2;
	background-color: transparent;outline: none; 
}
.newsSlider .slick-prev,
.honorSlider .slick-prev{background-image: url(../images/prev.png);left: -150px;}
.newsSlider .slick-next,
.honorSlider .slick-next{background-image: url(../images/next.png);right: -150px;}
.section2{}


.links{
	padding: 5% 0;
}
.links a{
	display: inline-block;
	opacity: .34;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 34)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=34);
	padding: 0 4px;
}
.links a:nth-child(7n){
	margin-right: 0;
}
.links a:hover{
	opacity: 1;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.section5{background: #0a0a0a;overflow: hidden;}
.about-section{background: #f5f5f5;padding-bottom: 5%;}
.about-section .cont{text-align: center;line-height: 24px;}
.about-section .cont h3{font-size: 24px;color: #030303;margin-bottom: 15px;}
.about-txt h3,
.about-section2 dt{
	font-size: 25px;
	margin-bottom: 30px;
	position: relative;
	padding-left: 12px;
	height: 24px;
	line-height: 24px;
}
.about-txt h3:before,
.about-section2 dt:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 24px;
	background-color: #0f6371;
	border-radius: 5px;
	
}
.about-txt em{
 	color: #156774;
	font-size: 20px;
	margin-bottom: 5px;
}
.about-txt a.more{width: 153px;height: 28px;text-align: center;line-height: 28px;background: #0f6371;color: #fff;font-size: 14px;display: inline-block;border-radius: 30px;margin-top: 30px;}
.about-txt a.more:hover{opacity: .8;
-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);}
.mission{-webkit-background-size: cover;padding: 5.2% 0 7.8%;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;}
 .mission .scroll-box {
    width: 73.5%;
    height: 148px;
    margin: 4.4% auto 1.8%;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    text-align: center;
    position: relative;overflow: hidden;
}
.mission .scroll-box .scroll {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}
.mission .btns {
    height: 29px;
    text-align: center;
}
.mission .btns span {
    display: inline-block;
    width: 29px;
    height: 29px;
    background: url(../images/prev02.png) no-repeat;
    margin: 0 8px;
    cursor: pointer;
}
.mission .btns span.down {
    background-image: url(../images/next02.png);
}

.classtype{height: 274px;padding-top: 5%;position: relative;-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;}
.classtype .cur{display: block;font-size: 12px;color: #fff;}
.classtype .cur a{color: #808080;}
.classtype .name{font-size: 24px;color: #fff;position: relative;padding-bottom: 20px;}
.classtype .name span{font-size: 18px;color: #3e85c7;text-transform: uppercase;}
.classtype .name:after{content: '';position: absolute;left: 0;bottom: 0;width: 32px;height: 1px;background: #fff;}
.cur-classname a{display: inline-block;font-size: 16px;margin: 0 15px;position: relative;}
.cur-classname a.on:after{display: block;}
.Insearch{padding: 4% 0;overflow: hidden;background: #0e1750;}
.Insearch .index-so{position: relative;left: auto;top: 0;width: 100%;transform: translateX(0);-webkit-transform: translateX(0);-o-transform: translateX(0);}
.Insearch .sw_sform{width: 100%;height: 70px;max-width: 100%;}
.Insearch .sw_sform .inp,.Insearch .sw_sform .sub{height: 60px;}
.cur-classname{line-height: 75px;background: #f7f8f9;font-size: 18px;text-align: center;color: #857473;}
.tab-hd-contact{padding: 6% 0;overflow: hidden;text-align: center;border-bottom: 1px solid #e5e5e5;margin-bottom: 40px;}
.tab-hd-contact li{display: inline-block;margin: 0 6%;font-size: 15px;color: #515151;}
.tab-hd-contact li span{background-repeat: no-repeat;height: 56px;width: 100%;background-position: center center;display: block;}
.tab-hd-contact li.s1 span{background-image: url(../images/c1.png);}
.tab-hd-contact li.s2 span{background-image: url(../images/c2.png);}
.tab-hd-contact li.s3 span{background-image: url(../images/c3.png);}
.tab-hd-contact li.hover{color: #47a9f2;}
.tab-hd-contact li.hover.s1 span{background-image: url(../images/c1_h.png);}
.tab-hd-contact li.hover.s2 span{background-image: url(../images/c2_h.png);}
.tab-hd-contact li.hover.s3 span{background-image: url(../images/c3_h.png);}
.leftWechat{margin-top: 50px;background: #44a8f2;color: #fff;padding: 20px;font-size: 12px;}
.leftWechat h3{font-size: 18px;font-weight: bold;margin-bottom: 10px;}
.leftWechat h5{border-bottom: 1px solid #fff;font-size: 12px;margin-top: 25px;margin-bottom: 18px;line-height: 28px;}
.leftWechat .btn{display: inline-block;width: 136px;height: 41px;text-align: center;line-height: 41px;background: #fff;color: #007ea1;font-size: 14px;}
.fixed-wechat{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 80;display: none;}
.fixed-wechat:after{content: '';position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.6);}
.fixed-wechat img{position: absolute;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);left: 50%;top: 50%;z-index: 100;}


.about-section2{background: #030202;overflow: hidden;}
.about-section2 dl{float: left;width: 50%;margin-bottom: 30px;}

.ul-classtype{margin: 0 -10px;margin-top: 20px;}
.ul-classtype li{float: left;width: 50%;padding: 0 10px;overflow: hidden;margin-bottom: 4%;}
.ul-classtype li .pic a{display: block;height: 312px;-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position:left center;
background-repeat: no-repeat;}
.ul-classtype li .txt{background: #fff;padding: 35px 40px;overflow: hidden;font-size: 14px;height: 260px;line-height: 21px;}
.ul-classtype li h3{font-size: 22px;font-weight: bold;margin-bottom: 10px;}
.ul-classtype li .btn{display: block;margin-top: 40px;width: 125px;height: 45px;text-align: center;line-height: 45px;border-radius: 5px;color: #fff;font-size: 14px;background: #323435;}


.pic-slider{border: 1px solid #007ea1;margin-bottom: 45px;}
.pic-slider img{display: block;width: 100%;}
.pic-slider .slick-dots{position: absolute;right: 16px;bottom: 20px;}
.pic-slider .slick-dots li{display: inline-block;width: 24px;height: 4px;border-radius: 5px;background: #cccccc;cursor: pointer;margin: 0 3px;}
.pic-slider .slick-dots li.slick-active{background: #0f6371;}
.pic-slider .slick-dots li button{display: none;}
.tit-pro{font-size: 20px;color: #ff5619;height: 24px;border-left: 4px solid #0f6371;margin-bottom: 30px;padding-left: 18px;line-height: 24px;}






.abt-stion5{padding-bottom: 6%;max-width: 98%;margin: 0 auto;}
#abt-stion5{padding-bottom: 180px;}
.abt-stion5 .swiper-slide{
		width: 180px;
		border-bottom: 3px solid #bfbfbf;
		position: relative;
		min-height: 180px;
		overflow: inherit;
	}
	.abt-stion5 .swiper-slide .icon{
		display: block;
		width: 20px;
		height: 20px;
		background: url(../images/img57.jpg) center no-repeat;
		position: absolute;
		left: 115px;
	}
	.abt-stion5 .swiper-slide:nth-child(odd) .icon{
		top:166px;
	}
	.abt-stion5 .swiper-slide:nth-child(even) .icon{
		bottom: -10px;
	}
	.abt-stion5 .swiper-slide .box{
		width:275px;
		position: absolute;
		left:0px;
		background-color: #fff;
		-webkit-transition: all 0.4s;
    	transition: all 0.4s;
		font-size: 14px;
		line-height: 1.7;
		color: #888;
		height: 130px;
		padding: 25px 20px 0;
		box-sizing:border-box;
		background:url(../images/bg.jpg) center repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	.abt-stion5 .swiper-slide .box .detaile{
		height: 72px;
		line-height: 1.6;
		padding-right: 5px;
	}
	
	.abt-stion5 .swiper-slide .box .detaile::-webkit-scrollbar{  
	  	width: 3px;  
	  	height: 13px;
	  	background-color: rgba(0,0,0,0.1);
	}  
	.abt-stion5 .swiper-slide .box .detaile::-webkit-scrollbar-thumb{  
		background-color: rgba(0,0,0,0.5);
		background-clip: padding-box;
	}  
	.abt-stion5 .swiper-slide:nth-child(odd) .box{
		top: 199px;
	}
	.abt-stion5 .swiper-slide:nth-child(even) .box{
		bottom: 25px;
	}
	.abt-stion5 .swiper-slide .box:before{
		display: block;
		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		content: '';
		position: absolute;
		left: 115px
	}
	.abt-stion5 .swiper-slide:nth-child(odd) .box:before{
		top: -11px;
		border-bottom: 11px solid #fff;
	}
	.abt-stion5 .swiper-slide:nth-child(even) .box:before{
		bottom: -11px;
		border-top: 11px solid #fff;
	}
	.abt-stion5 .swiper-slide .box .tit{
		font-size: 24px;
		color: #333333;
		line-height: 1;
		margin-bottom: 10px;
		font-weight: bold;
		-webkit-transition: all 0.2s;
    	transition: all 0.2s;
	}
	.abt-stion5 .swiper-button-next,
	.abt-stion5 .swiper-button-prev{
		width: 35px;
		height: 35px;
		margin-top: 40px;
		-webkit-transition: all 0.3s;
    	transition: all 0.3s;
	}
	.abt-stion5 .swiper-button-next{
		right: 0;
		background: url(../images/img15.png) center/cover no-repeat;
	}
	.abt-stion5 .swiper-button-prev{
		left: 0;
		background: url(../images/img14.png) center/cover no-repeat;
	}
	.abt-stion5 .swiper-slide:nth-child(odd) .box:before {
	    top: -11px;
	    border-bottom: 11px solid #fff;
	}


@media screen and (min-width: 768px){
	.abt-stion5 .swiper-slide .box {
	    font-size: 14px;
	    padding: 25px 20px 0;
	    height: 168px;
	 }
}
@media screen and (min-width: 1025px){
	.abt-stion5 .swiper-slide .box:hover {
	    background: url(../images/img11.jpg) center/cover no-repeat;
	    color: #fff;
	}
	.abt-stion5 .swiper-slide .box:hover .tit{color: #fff;}
	.abt-stion5 .swiper-slide.on:nth-child(odd) .box:before {
	    top: -11px;
	    border-bottom: 11px solid #e56734;
	}
	.abt-stion5 .swiper-slide.on .icon {
	    background: url(../images/img58.jpg) center no-repeat;
	}
	.abt-stion5 .swiper-slide.on:nth-child(even) .box:before {
	    border-top: 11px solid #e56734;
	    bottom: -11px;
	}
}


@media screen and (min-width: 1700px){
	.abt-stion5 .swiper-button-prev {
	    left: -93px;
	}
	.abt-stion5 .swiper-button-next {
	    right: -93px;
	}
}





.ant-table{padding-bottom: 5%;}
.ant-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.ant-table-thead > tr > th, 
.ant-table-tbody > tr > td {
    padding: 16px 16px;
    word-break: break-all;
    font-size: 14px;
}
.ant-table-thead > tr > th {
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    padding: 15px 16px;
    background: #fafafa;
    border-bottom: 1px solid #e8e8e8;
    font-weight: bold;
}
.ant-table i{
	background: url(../images/arrow_d.png) no-repeat;
	width: 16px;
	height: 18px;
	-webkit-background-size: 12px;
	background-size: 12px;
	display: inline-block;
	vertical-align: middle;
}
.ant-table-tbody > tr.ant-table-row:hover{
	background: #303f9f;
	color: #fff;
}
.ant-table-tbody > tr > td {
    border-bottom: 1px solid #e8e8e8;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ant-table{
	margin-top: 30px;
}
.ant-table-expanded-row{
	background: #fff;
	color: #333;	
}
.ant-table-expanded-row h2{
	margin-top: 16px;
	font-size: 18px;
	
}
.m-game-detail h2 {
    font-size: 18px;
    color: #333333;
    margin-top: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}
.ant-table .on i{
	background-image: url(../images/arrow_u.png);
}
.u-job-desc .title {
    font-size: 14px;
    color: #999999;
    line-height: 28px;
}
.u-job-desc span:nth-child(2n) {
    font-size: 14px;
    color: #333333;
    margin-right: 120px;
    margin-left: 8px;
}
.person{margin-top: 40px;line-height: 30px;margin-bottom: 50px;}




.slideTxtBox .hd{
	width: 140px;
	float: right;
	margin-left: 14%;
}
.slideTxtBox .hd ul li {
    width: 100%;
    height: 52px;
    line-height: 52px;
    margin-bottom: 28px;
    cursor: pointer;
}
.slideTxtBox .hd ul li  a{display: block;font-size: 14px;
    padding-left: 55px;
    background-repeat: no-repeat;
    background-position: 28px center;
    background-color: #fff;}
.slideTxtBox .hd ul li  a:hover{
	background-color: #2d66d9;
	color: #fff;
}
.hd_1 a{
    background-image: url(../images/a1.png);
}
.hd_1 a:hover{
    background-image: url(../images/a1_h.png);
}
.hd_2 a{
	background-image: url(../images/a2.png);
}
.hd_2 a:hover{
	background-image: url(../images/a2_h.png);
}
.hd_3 a{
	background-image: url(../images/a3.png);
}
.hd_3 a:hover{
	background-image: url(../images/a3_h.png);
}
.hd_4 a{
	background-image: url(../images/a4.png);
}
.hd_4 a:hover{
	background-image: url(../images/a4_h.png);
}
.section5{    padding-top: 70px;-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;min-height: 500px;}
.slideTxtBox .bd{overflow: hidden;color: #fff;font-size: 16px;line-height: 34px;}



.ul-eng{margin: 0 -5px;overflow: hidden;}
.ul-eng li{float: left;width: 20%;padding: 0 5px;}
.ul-eng li a{display: block;position: relative;width: 100%;height: 100%;overflow: hidden;}
.ul-eng li img{display: block;width: 100%;-webkit-transition:.3s;
transition:.3s;}
.ul-eng li a:after{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(45,102,217,.41);}
.ul-eng li .txt{position: absolute;z-index: 3;left: 0;top: 50px;width: 100%;text-align: center;font-size: 14px;color: #fff;line-height: 24px;}
.ul-eng li .txt h3{font-size: 18px;margin-bottom: 15px;}
.ul-eng li a:hover img{-webkit-transform: scale(1.1);
-moz-transform: scale(1.1); 
-ms-transform: scale(1.1); 
-o-transform: scale(1.1); 
transform: scale(1.1);
transform-origin: 50% 50%;}


.inside-menu {
  height: 70px;
  border-bottom: 1px solid #ededed;
  background: #fff;overflow: hidden;
}
.inside-menu p{float: left;background: url(../images/bg_sign06.png) no-repeat left center;padding-left: 30px;color: #a3a3a3;}
.inside-menu a {
  display: inline-block;
  font-size: 14px;
  line-height: 70px;
  color: #a3a3a3;
}
.inside-menu a:hover {
  color: #0062cb;
}
.inside-menu .menu {float: right;}
.inside-menu .menu a {
  position: relative;
  display: inline-block;
  margin: 0 16px;
  font-size: 14px;
  line-height: 70px;
  color: #a3a3a3;
}
.inside-menu .menu a:last-child {
  padding-right: 0;
}
.inside-menu .menu a:after {
  transition: all 0.5s;
}
.inside-menu .menu a:hover ,
.inside-menu .menu a.cur{
  color: #006ee2;
}
.inside-menu .menu a:hover:after, .inside-menu .menu a.cur:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #006ee2;
}
.honor{
	height: auto;
	overflow: hidden;
	padding-top: 100px;
	margin-top: -30px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f0f0f0;
}
.index_proshow_t{
	text-align: center;
}
.index_proshow_t h3{
    font-size: 28px;
    color: #fff;
    height: 35px;
    line-height: 35px;
}
.index_proshow_t p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    height: 35px;
    line-height: 35px;
}
.honorSlider{
	background: #fff;
	padding: 35px 45px;
	margin-top: 40px;
	margin-bottom: 5%;
}
.honorSlider .item{padding: 0 8px;}
.honorSlider .item span{display: block;width: 100%;text-align: center;height: 255px;line-height: 247px;border: 2px solid #2964d9;}
.honorSlider .item img{display: inline-block;vertical-align: middle;}
.mapBox{margin: 45px 0;}
.grayBg {
    background: #F6F6F6;
    overflow: hidden;
}
.textBg {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 0.3rem;
    background: #fff;
    padding: 0 60px;
    text-align: center;
    overflow: hidden;
}
.arTit h1 {
    font-size: 20px;
    color: #333333;
    line-height: 140%;
    margin: 10px 0;
}
.bkSlider{ width:100%; margin:15px 0; position:relative;}
.bkPrev,.bkNext{ position:absolute; top:50%; height:100%; transform:translateY(-50%); z-index:2; cursor:pointer;}
.bkPrev{ left:15px;}
.bkNext{ right:15px;}
.bkText p {
    margin: 15px 0;
    font-size: 14px;
}
.bkSlider {
    text-align: center;
}
.bkBot{ padding:15px 0; font-size:14px; color:#999999; line-height:32px;}
.bkBotLef{ text-align: right;}
.bkBotLef li a{ color:#656565; background:url(../images/bkPageBg.png) left center no-repeat; padding-left:23px; transition:all 0.3s linear;font-size: 15px;}
.bkBotRig{ float:right; font-size:0; margin:0 -6px; text-align:right; width:40%; padding:10px 0 0;}
.bkBotRig li{ padding:0 6px;}
.bkBotRig li a{ display:block; width:34px; height:34px; border-radius:50%; background-image:url(../images/shareBg.png); background-repeat:no-repeat; transition:all 0.3s linear;}
.bkBotLef li a:hover{color: #26b2ba;}
.bkSlider .slick-arrow{
	position: absolute;
	z-index: 5;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
	background-color: transparent;
	font-size: 0;
	cursor: pointer;
}
.bkSlider .slick-prev{background-image: url(../images/prev1.png);left: 0;}
.bkSlider .slick-next{background-image: url(../images/next1.png);right: 0;}
.bkSlider img{display: inline-block;padding: 15px;border: 1px solid #ddd;}
.bkText{font-size: 16px;line-height: 2;}
.arLine {
    width: 100%;
    height: 1px;
    background: #dddddd;
    font-size: 0;
    margin: 20px 0 0;
}
.case-txt-prev{float: left;padding: 15px 0;line-height: 33px;text-align: left;}
.bkBot{float: right;}


.projects-wrap {
    padding-top: 2.6%;
    background: #f5f5f5;
}
.projects-wrap .tips .detail p.t {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 2;
    color: #333;
}
.projects-wrap .tips {
    text-align: center;
    font-size: 12px;line-height: 21px;
}
.projects-wrap .tips .detail {
    position: relative;
    padding-top: 2.5%;
    margin-top: 2.8%;
    margin-bottom: 5%;
}
.projects-wrap .pj-part {
  padding: 3.6% 0;
}
.projects-wrap .pj-part.white {
  background: #fff;
}
.projects-wrap .pj-part {
  
  margin: 0 auto;
}
.projects-wrap .pj-part .box{
	min-height: 379px;
	background: #fff;
}
.projects-wrap .pj-part:nth-child(2n){
	background: #fff;
}
.projects-wrap .pj-part .img {
 	width: 50%;
 	float: left;
}
.projects-wrap .pj-part .img img {
  cursor: pointer;
}
.projects-wrap .pj-part .detail-bpx {
  overflow: hidden;
}
.projects-wrap .pj-part .detail {
  padding: 7%;
  line-height: 22px;
}
.projects-wrap .pj-part .detail h2 {
  position: relative;
  margin-bottom: 5.4%;
  font-size: 20px;
  line-height: 48px;
  color: #333;
}
.projects-wrap .pj-part .detail h2:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 46px;
  height: 3px;
  background: #115bb5;
}
.projects-wrap .pj-part .detail .in {
  margin-bottom: 10%;
}
.projects-wrap .pj-part .detail img.fl {
  margin: 0 2% 3% 0;
}
.pj-part dl dt{font-size: 12px;font-weight: bold;color: #004ea1;margin-bottom: 12px;}
.pj-part dl ul{margin: 0 -8px;overflow: hidden;}
.pj-part dl ul li{float: left;width: 25%;padding: 0 8px;}
.float-tips {
  position: fixed;
  right: 6.5%;
  top: 50%;
  width: 22px;
  opacity: 0;
}
.float-tips li {
  position: relative;
  width: 22px;
  margin-bottom: 5px;
  cursor: pointer;
}
.float-tips li span {
  position: absolute;
  top: 0;
  right: 22px;
  width: 60px;
  padding: 6px 0;
  text-align: right;
  font-size: 12px;
  line-height: 1;
  color: #0064bd;
  opacity: 0;
  transition: all 0.5s;
}
.float-tips li em {
  display: inline-block;
  width: 22px;
  height: 24px;
  background: url(../images/bg_sign17.png) no-repeat center top;
  transition: all 0.5s;
}
.float-tips li.hover span,
.float-tips li.cur span {
  opacity: 1;
}
.float-tips li.hover em,
.float-tips li.cur em {
  background-position: center bottom;
}
.float-tips .btn {
  width: 22px;
  height: 43px;
  background: url(../images/bg_sign18.png) no-repeat;
  cursor: pointer;
}
.inside-menu.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
}
.arTopInfor{margin-top: 10px;}
*{outline: none;}

