/*
@media only screen and (max-width: 1366px) {
	#headTop {
	    position: relative;
	    float: left;
	    height: 100%;
	    width: 15%;
	    margin: 0;
	}
	#navWrapper {
	    float: right;
	    height: 100%;
	    width: 85%;
	}
	#navWrapper .content .nav {
	    height: 100%;
	    float: right;
	    width: 100%;
	}
	#navWrapper .content .nav > .navitem {
	    transition: all .36s ease;
	    cursor: pointer;
	    position: relative;
	    float: left;
	    font-size: 14px;
	    width: 8.3333%;
	}
	#navWrapper .content .nav > .navitem > a {
	    transition: all .36s ease;
	    display: block;
	    padding: 0 0px;
	    border-bottom: 2px solid transparent;
	        border-bottom-color: transparent;
	    line-height: calc(70px - 2px);
	    text-align: center;
	}
}*/

html,body{
	background: #1b1b1b;
	min-width: 1366px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent; 
    border-color: transparent;
}
.qwt_more a{
	text-decoration: none;
	color: #fff;
}
.fixednav {
	background-color: #000 !important;
}
.sxy_pic img{
	height: 340px;
}
.error_message{
	display: flex;
}
.error_message img{
	display: block;
	align-self: center;
	width: 5%;
}
.error_message span{
	display: block;
	align-self: center;
	font-size: 14px;
}
video {
	position: absolute;
	right: 0px;
	/*bottom: 0px;*/
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	/*加滤镜*/
	/*-webkit-filter: grayscale(100%);*/
	/*filter:grayscale(100%);*/
}
.new-txt{
	padding-bottom: 30px;
}
.new-article li:last-child .new-txt{
	padding-bottom: 0px;
}
.sc-tit{
	color: #fff;
}
.sc-tit:hover{
	color: #00b4ff;
}
.background{
	background: #1b1b1b!important;
}
source {
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
}
.ai_01_bg{
	width: 83%;
	
}
.ai_01_bg:hover{
	
}


.ai_02_bg{
	width: 70%;
	margin-top: 50%;
	transform: translateY(-50%);
	transition: all 1s;
    position: relative;
    cursor: pointer;
    z-index: 0;
}
.ai_02_bg:hover{
	/*width: 75%;*/
	/*transform: scale(1.05);*/
}
.new-txt:hover .new-des{color: #fff!important;}
.nav-tabs {
	border-bottom: 1px solid #00b4ff;
}
.three_line:hover{
	color: #fff;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background-color: #00b4ff;
	border: 1px solid #00b4ff;
	border-bottom-color: transparent;
	border-radius: initial;
	text-align: center;
}
.sxy_img img{
	max-width: 706px;
	max-height: 440px;
	width: 100%;
}

.nav-tabs>li>a {
	text-align: center;
	padding: 0.1rem;
	color: #fff;
}

.nav-tabs>li>a:hover {
	border-color: #00b4ff;
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: #00b4ff;
	text-align: center;
	color: #fff;
	border-radius: initial;
}

.vr5g {
	position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);

}

.yzd {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}
.art_more button:hover{
	background: #00b4ff;
	border: 1px solid #00b4ff;
	border-radius: 4px;
}
.vr5g button,
.yzd button {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-family: "方正兰亭刊黑";
	font-size: 30px;
	padding: 0.08rem 0.5rem;
}
.vr5g button:hover,.yzd button:hover{
	background: #00b4ff;
    border: 1px solid #00b4ff;
    border-radius: 8px;
}

.art button {
	background: transparent;
	border: 1px solid #9e9e9e;
	color: #fff;
	/*font-family: "方正兰亭刊黑";*/
	font-size: 16px;
	padding: 0.08rem 0.2rem;
}

.art a {
	text-decoration: none;
}

.mrt-list-li li {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
}
.mrt-list-li li a{
	display: flex;
	text-decoration: none;
}
.tab-content a{
	text-decoration: none;
}
.mrt-list-li li a span{
	display: block;
	align-self: center;
}
.mrt-list-li li a span:first-child{
	padding-right: 8px;
}
.carousel_title {
	border-top: 1px solid #434343;
}

.carousel_num {
	display: block;
	color: #1b1b1b;
	opacity: 0;
	font-family: FZLTCXHJW;
    font-weight: lighter;
}

.carousel_li:hover .carousel_num {
	display: block;
	color: #00b4ff;
	opacity: 1;
}
.carousel_li:hover .abstract{
	color: #fff;
}
.carousel_li:hover .carousel_title {
	border-top: 1px solid #00b4ff;
	color: #00b4ff;
}

.carousel-indicators .active {
	background-color: #00b4ff!important;
	border-color: #00b4ff;
}

.carousel-control.left{
	background-image: inherit;
	opacity: 1;
}
.carousel-control.right{
	background-image: inherit;
	opacity: 1;
}



/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*css reset end*/

@font-face {
	font-family: WEBMAINFONT;
	src: url(http://www.chot.cn/Public/Home/fonts/WEBMAINFONT.TTF);
	font-style: normal
}

body,
html {
	background-color: #202020
}

body {
	overflow-x: hidden
}

body,
html {
	font: 12px Arial, WEBMAINFONT;
	color: #666;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch
}

body,
dd,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none
}

img {
	border: none;
	vertical-align: top
}


/*头部*/

.navitem a {
	color: #FFF
}

.bodyMask {
	transition: background .36s ease
}

#header {
	height: 80px;
	width: 100%;
	transition: all .36s ease;
	box-shadow: 0 0 0 rgba(0, 0, 0, .1);
	background-color: transparent;
	position: fixed;
	top: 0;
	z-index: 99
}

#header .wrapper {
	height: 100%
}

#header .wrapper>.content {
	max-width: 100%;
	width: 96%;
	min-width: 1200px
}

#header .wrapper>.content {
	max-width: 1440px;
	margin: 0 auto;
	height: 100%
}

#headTop {
	position: relative;
	float: left;
	height: 100%;
	margin-right: 50px
}

#headTop #logo {
	position: relative;
	display: block
}

#headTop #logo {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

#headTop #logo img {
	height: 44px!important;
	max-width: initial
}

#navWrapper {
	width: 100%;
    /* float: right; */
    height: 100%;
    position: absolute;
    right: 0;
}

#navWrapper .content .nav {
	height: 100%;
	float: right
}

#navWrapper .content .nav>.navitem {
	transition: all .36s ease;
	cursor: pointer;
	position: relative;
	float: left;
	font-size: 14px
}

#navWrapper .content .nav>.navitem>a.active {
	color: #00b4ff;
	border-color: #00b4ff
}

#navWrapper .content .nav>.navitem>a {
	line-height: calc(80px - 2px)
}

#navWrapper .content .nav>.navitem>a {
	transition: all .36s ease;
	display: block;
	padding: 0 26px;
	border-bottom: 2px solid transparent;
	line-height: calc(70px - 2px)
}

.clear {
	clear: both
}

#navWrapper .content .nav>.navitem>a:hover {
	border-color: #00b4ff;
	color: #00b4ff;
	background: none;
}

.owl-item .item img {
	display: block;
	width: 100%;
}

#navWrapper .content {
	position: relative
}

#navWrapper .content {
	height: 100%
}

#navWrapper .content::after {
	content: "";
	display: block;
	clear: both
}

#navWrapper .content .nav {
	height: 100%;
	float: right
}

#navWrapper .content .nav>.navitem {
	transition: all .36s ease;
	cursor: pointer;
	position: relative;
	float: left;
	font-size: 14px
}

#navWrapper .content .nav>.navitem>a {
	transition: all .36s ease;
	display: block;
	padding: 0 18px;
	border-bottom: 2px solid transparent;
	line-height: calc(70px - 2px)
}

#navWrapper .content .nav>.navitem>a {
	line-height: 64px
}

/*menu*/

/* submenu styles */
.submenu {
	left: 0;
	max-height: 0;
	position: absolute;
	top: 100%;
	z-index: 0;
	width: 100%;
	background-color: rgba(19, 37, 108, .5);
	text-align: center;
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-ms-perspective: 400px;
	-o-perspective: 400px;
	perspective: 400px;
}
.submenu li {
	opacity: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);

	-webkit-transition: opacity .4s, -webkit-transform .5s;
	-moz-transition: opacity .4s, -moz-transform .5s;
	-ms-transition: opacity .4s, -ms-transform .5s;
	-o-transition: opacity .4s, -o-transform .5s;
	transition: opacity .4s, transform .5s;
}
.menu .submenu li:hover {background: #00b4ff;}
.menu .submenu li:hover a {
	border-radius: 0;
	color: #ffffff;
	text-decoration: none;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
	max-height: 2000px;
	z-index: 10;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
	opacity: 1;

	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
/* CSS3 delays for transition effects */
.menu li:hover .submenu li:nth-child(1) {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
	-webkit-transition-delay: 50ms;
	-moz-transition-delay: 50ms;
	-ms-transition-delay: 50ms;
	-o-transition-delay: 50ms;
	transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-ms-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
}
.submenu li:nth-child(1) {
	-webkit-transition-delay: 350ms;
	-moz-transition-delay: 350ms;
	-ms-transition-delay: 350ms;
	-o-transition-delay: 350ms;
	transition-delay: 350ms;
}
.submenu li:nth-child(2) {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.submenu li:nth-child(3) {
	-webkit-transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-ms-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	transition-delay: 250ms;
}


/*switch tab start*/
.switch_bg{width: 100%;height: 150px;background: url(../image/switch_bg.png) repeat-x;margin-top: 100px;}
.switch_bg {
	animation: rollhor 12s infinite linear;
	background-position: -200px center;
}
@keyframes rollhor {
	0% { background-position:-500px bottom;}
	50% { background-position:0 bottom;}
	100%{ background-position:500px bottom;}
}
.ff_indexPage .team_tabs.mlist {
	padding-bottom: 0;
	background-color: #181818;
}

.ff_indexPage .team_tabs.mlist {
	background: rgba(0, 0, 0, .03);
}

.ff_indexPage .module {
	padding-top: 96px;
	overflow: hidden;
}

.ff_indexPage .team_tabs {
	position: relative;
}

.module_container:before {
	content: "";
	position: absolute;
	width: 200vw;
	left: 50%;
	margin-left: -100vw;
	height: 1px;
	background: #434343;
	top: 169px;
}

.container_header {
	float: left;
}

.container_header .title {
	font-size: 36px;
}

.container_header .title {
	display: inline-block;
	margin-right: 10px;
}

.container_header .title {
	color: #f0f0f0;
}

.container_header .title::after {
	content: " ";
	width: 120px;
	height: 2px;
	display: block;
	margin-top: 30px;
	background-color: #00b4ff;
	z-index: 3;
}

.container_header .subtitle {
	color: #a2a2a2;
	font-family: WEBMAINFONT;
	line-height: 27px;
}

.container_header .subtitle {
	font-size: 16px;
	font-family: WEBMAINFONT;
}

.container_header .subtitle {
	display: inline-block;
}

.container_content {
	clear: both;
}

.content_wrapper {
	padding-top: 0;
}
/*banner*/
.slide-btn {
	background: #ff8300;
	color: #0b005c;
	font-weight: 600;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	font-family: FZXHJT	;
}
.slide-btn:hover {
	color: #fff;
	background-color: #ff9c33;
	text-decoration: none;
}

/*.slideshow li:nth-of-type(1) .slide-title .slide-title-left{color: #ff6c00;font-size: 70px;letter-spacing: 10px;font-family: HYSW;}
.slideshow li:nth-of-type(1) .slide-title .slide-title-right{color: #00ccff;font-size: 70px;letter-spacing: 10px;font-family: HYSW;}
.slideshow li:nth-of-type(1) .slide-desc .slide-desc-content{font-size: 36px;font-family: FZXHJT;letter-spacing: 5px;}*/
.slideshow li .slide-btn{font-family: FZXHJT;width: 200px;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}

/*.slideshow li:nth-of-type(1) .slide-btn{color: #0b005c;}
.slideshow li:nth-of-type(1) .slide-btn:hover{color: #fff;}*/
/*2*/
/*.slideshow li:nth-of-type(2) .slide-btn{font-size: 20px;color: #fff;background: rgba(0,21,50,.5);letter-spacing: 2px;
	border: 1px solid rgba(0,21,50,.8);border-radius: 25px;}
.slideshow li:nth-of-type(2) .slide-btn:hover{background: #0570d2;color: #E0E0E5;border: 1px solid #0570d2;}*/
.slideshow li:nth-of-type(2) .slide-btn{ position: relative; display: block; overflow: hidden; height: 51px; text-align: center; color: #fff; line-height: 24px; border: 1px solid rgba(0,21,50,.8);background: rgba(0,21,50,.5);letter-spacing: 2px;}
.slideshow li:nth-of-type(2) .slide-btn span{ position: absolute; z-index: 1; width: 100%; text-align: center; left: 0; top: 0; transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s;height: 51px;line-height: 51px;font-size: 22px;}
.slideshow li:nth-of-type(2) .slide-btn:before{ position: absolute; content: ""; background: #0570d2; width: 100%; height: 51px; left: -100%; top: 0; z-index: 0; transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s;}
.slideshow li:nth-of-type(2) .slide-btn:hover span{ color: #fff;}
.slideshow li:nth-of-type(2) .slide-btn:hover:before{ left: 0;}

/*3*/
/*.slideshow li:nth-of-type(3) .slide-btn{font-size: 20px;color: #ffffff;background: #0485E6;letter-spacing: 2px;}
.slideshow li:nth-of-type(3) .slide-btn:hover{background: #0570d2;color: #E0E0E5;}*/

.slideshow li:nth-of-type(3) .slide-btn{ position: relative; display: block; overflow: hidden; height: 51px; text-align: center; color: #fff; line-height: 24px; background: #0485E6; letter-spacing: 2px;}
.slideshow li:nth-of-type(3) .slide-btn span{ position: absolute; z-index: 1; width: 100%; text-align: center; left: 0; top: 0; transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s;height: 51px;line-height: 51px;font-size: 22px;}
.slideshow li:nth-of-type(3) .slide-btn:before{ position: absolute; content: ""; background: #0570d2; width: 100%; height: 51px; left: -100%; top: 0; z-index: 0; transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s;}
.slideshow li:nth-of-type(3) .slide-btn:hover span{ color: #fff;}
.slideshow li:nth-of-type(3) .slide-btn:hover:before{ left: 0;}

/*5*/
/*.slideshow li:nth-of-type(5) .slide-desc{font-size: 18px;color: #63ceff;font-weight: bold;font-family: DQHTJTZW;}*/
/*.slideshow li:nth-of-type(5) .slide-btn{font-size: 20px;color: #fff;background: #63ceff;}
.slideshow li:nth-of-type(5) .slide-btn:hover{background: #233FAB;}*/

.slideshow li:nth-of-type(5) .slide-btn{ position: relative; display: block; overflow: hidden; height: 51px; text-align: center; color: #fff; line-height: 24px; background: #63ceff; letter-spacing: 2px;}
.slideshow li:nth-of-type(5) .slide-btn span{ position: absolute; z-index: 1; width: 100%; text-align: center; left: 0; top: 0; transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s;height: 51px;line-height: 51px;font-size: 22px;}
.slideshow li:nth-of-type(5) .slide-btn:before{ position: absolute; content: ""; background: #233FAB; width: 100%; height: 51px; left: -100%; top: 0; z-index: 0; transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s;}
.slideshow li:nth-of-type(5) .slide-btn:hover span{ color: #fff;}
.slideshow li:nth-of-type(5) .slide-btn:hover:before{ left: 0;}

/*6*/
/*.slideshow li:nth-of-type(6) .slide-btn{font-size: 20px;color: #001532;background: #00DCFE;letter-spacing: 2px;}
.slideshow li:nth-of-type(6) .slide-btn:hover{background: #0570d2;color: #E0E0E5;}*/

.slideshow li:nth-of-type(6) .slide-btn{ position: relative; display: block; overflow: hidden; height: 51px; text-align: center; color: #001532; line-height: 24px; background: #00DCFE; letter-spacing: 2px;}
.slideshow li:nth-of-type(6) .slide-btn span{ position: absolute; z-index: 1; width: 100%; text-align: center; left: 0; top: 0; transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s;height: 51px;line-height: 51px;font-size: 22px;}
.slideshow li:nth-of-type(6) .slide-btn:before{ position: absolute; content: ""; background: #0570d2; width: 100%; height: 51px; left: -100%; top: 0; z-index: 0; transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s;}
.slideshow li:nth-of-type(6) .slide-btn:hover span{ color: #E0E0E5;}
.slideshow li:nth-of-type(6) .slide-btn:hover:before{ left: 0;}
/*7*/
/*.slideshow li:nth-of-type(7) .slide-btn{font-size: 20px;color: #001532;background: #00FBCB;letter-spacing: 2px;}
.slideshow li:nth-of-type(7) .slide-btn:hover{background: #0570d2;color: #E0E0E5;}*/

.slideshow li:nth-of-type(8) .slide-btn{ position: relative; display: block; overflow: hidden; height: 51px; text-align: center; color: #001532; line-height: 24px; background: #00FBCB; letter-spacing: 2px;}
.slideshow li:nth-of-type(8) .slide-btn span{ position: absolute; z-index: 1; width: 100%; text-align: center; left: 0; top: 0; transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s;height: 51px;line-height: 51px;font-size: 22px;}
.slideshow li:nth-of-type(8) .slide-btn:before{ position: absolute; content: ""; background: #0570d2; width: 100%; height: 51px; left: -100%; top: 0; z-index: 0; transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s;}
.slideshow li:nth-of-type(8) .slide-btn:hover span{ color: #E0E0E5;}
.slideshow li:nth-of-type(8) .slide-btn:hover:before{ left: 0;}


/*切换tabs效果*/
/*切换tabs效果 20190430改*/
.tc{text-align:center;} 
.fl{float:left} 
.fr{float:right}
.main-page{margin:0 auto;width:100%;}
.main-page .left, .main-page .right{float:left;}

.nav_col {position: absolute;right: 0;top: 0;height: 565px;}
.nav_num {height: 565px;border-left: 1px solid rgba(255,255,255,.5);border-right: 1px solid rgba(255,255,255,.5);position: absolute;right: 0;top: 0;}
.main-page .nav-item{width: 84px;right: 0;left: auto;top: 0;border-top: none;border-bottom: none;position: absolute;bottom: -40px;transform: translateX(-50%);text-align: center;-webkit-tap-highlight-color: transparent;padding: 40px 0;overflow: hidden;}

.udbtn {width: 84px;display: block;height: 35px;text-align: center;line-height: 35px;overflow: hidden;text-indent: -9999em; position: absolute;z-index: 9999;}
.uPrev{background: url(../image/z_up.png) no-repeat center;top: 5px;right: 27px; background-size: 20px 20px;}
.dNext{background: url(../image/z_down.png) no-repeat center;bottom: 5px;right: 27px; background-size: 20px 20px;}
.uPrev:hover{background: url(../image/z_up_hover.png) no-repeat center; background-size: 20px 20px;}
.dNext:hover{background: url(../image/z_dowm_hover.png) no-repeat center; background-size: 20px 20px;}
.prevStop{display: none;}
.nextStop{display: none;}

.main-page .nav-item .nav_item_list div.active{background-color: #00b4ff; border: 1px solid #00b4ff;}
.main-page .nav-item .nav_item_list div:hover{background-color: #00b4ff;border: 1px solid #00b4ff;color:#fff;}
.main-page .nav-item .nav_item_list div {
    color: #fff;
    margin-bottom: 70px;
    background-color: rgba(242,203,98,0);
    width: 45px;
    height: 45px;
    border-radius: 40px;
    text-align: center;
    margin: 28px 19px;
    transition: .1s ease;
}
.main-page .nav-item .nav_item_list div{margin: 26px 19px;transition: .1s ease;border: 1px rgba(242,203,98,0) solid; display: inline-block;zoom: 1; cursor: pointer;user-select: none;-moz-user-select: none;-ms-user-select: none;-webkit-user-select: none;font-family: FontCYJXY;}
.main-page .nav-item .nav_item_list div span{color: #fff;margin-top: 12px;margin-left: 12px;background-color: rgba(242,203,98,0);border: 0;width: 1px;height: 1px;border-radius: 20px;margin: 12px;background: 0 0;transition: all .2s ease-in;display: block;}
.main-page .nav-item .nav_item_list div span:after{font-family: WEBMAINFONT;font-size: 16px;}
.main-page .nav-item .nav_item_list div:nth-of-type(1) span:after{content: "01";}
.main-page .nav-item .nav_item_list div:nth-of-type(2) span:after{content: "02";}
.main-page .nav-item .nav_item_list div:nth-of-type(3) span:after{content: "03";}
.main-page .nav-item .nav_item_list div:nth-of-type(4) span:after{content: "04";}
.main-page .nav-item .nav_item_list div:nth-of-type(5) span:after{content: "05";}
.main-page .nav-item .nav_item_list div:nth-of-type(6) span:after{content: "06";}
.main-page .nav-item .nav_item_list div:nth-of-type(7) span:after{content: "07";}
.main-page .nav-item .nav_item_list div:nth-of-type(8) span:after{content: "08";}
.main-page .nav-item .nav_item_list div:nth-of-type(9) span:after{content: "09";}
.main-page .nav-item .nav_item_list div:nth-of-type(10) span:after{content: "10";}
.main-page .nav-item .nav_item_list div:nth-of-type(11) span:after{content: "11";}
.main-page .nav-item .nav_item_list div:nth-of-type(12) span:after{content: "12";}
.main-page .nav-item .nav_item_list div:nth-of-type(13) span:after{content: "13";}
.main-page .nav-item .nav_item_list div:nth-of-type(14) span:after{content: "14";}
.main-page .nav-item .nav_item_list div:nth-of-type(15) span:after{content: "15";}
.main-page .nav-item .nav_item_list div:nth-of-type(16) span:after{content: "16";}
.main-page .nav-item .nav_item_list div:nth-of-type(17) span:after{content: "17";}
.main-page .nav-item .nav_item_list div:nth-of-type(18) span:after{content: "18";}
.main-page .nav-item .nav_item_list div:nth-of-type(19) span:after{content: "19";}
.main-page .nav-item .nav_item_list div:nth-of-type(20) span:after{content: "20";}

/*20190430 改end*/

.main-page .content {
	position: relative;
	width: 100%;
	height: 510px;
	overflow: hidden;
}

.main-page .content .con-ggh {
	width: 100%;
	height: 510px;
}

.con-ggh ul {
	padding-top: 10px;
	display: block
}

/*.con-ggh ul li {
	margin-right: 20px;
	float: left
}*/

.con-ggh:hover {
	cursor: pointer;
}

.con-ggh:hover .zcinfo .b-intro .dp {
	color: #00b4ff;
	opacity: 60%;
}

.con-ggh:hover .zcinfo .pdlr15 p{color: #fff;}

.con-ggh:hover .zcinfo .bline .details a{
	color: #00b4ff;
}
.con-ggh:hover .ptpic-dl{
	border: 5px solid #00b4ff;
}

.index_box img{
	width: 100%;
	top: 0;
	position: relative;
	left: 0;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	transition: transform 0.3s;
}
.index_box img:hover{
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
}

/*.index_box{
	text-align: center;
	position: relative;
	overflow: hidden;
}
.index_box:before,
.index_box:after,
.box-content:before,
.box-content:after{
	content: '';
	background: linear-gradient(transparent,rgba(0,0,0,0.9));
	height: 100%;
	width: 25%;
	transform: translateY(-100%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: all 0.3s;
}
.index_box:hover:before,
.index_box:hover:after,
.index_box:hover .box-content:before,
.index_box:hover .box-content:after{
	transform: translateY(0);
}
.index_box:after{ left: 25%; }
.index_box .box-content:before{ left: 50%; }
.index_box .box-content:after{ left: 75%; }
.index_box:hover:before{ transition-delay: 0.225s; }
.index_box:hover:after{ transition-delay: 0.075s; }
.index_box:hover .box-content:before{ transition-delay: 0.15s; }
.index_box:hover .box-content:after{ transition-delay: 0s; }

.index_box img{
	width: 100%;
	height: auto;
	transition: all 0.3s ease 0s;
}
.index_box:hover img{ filter: grayscale(100%); }
.index_box .box-content{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.2s;
}
.index_box .content{
	width: 100%;
	padding: 7px 0;
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: -30px;
	z-index: 2;
	transition: all 0.3s ease 0.1s;
	height: auto;
}
.index_box:hover .content{
	opacity: 1;
	bottom: 5px;
}
.index_box .post{
	color:#fff;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 20px;
	text-align: justify;
	display: block;
}
.index_box .title{
	color: #1dd1a1;
	font-size: 20px;
	font-style: normal;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}*/

.pdlr0{padding-left: 0;padding-right: 0}
.pdl0{padding-left: 0}
.pdr0{padding-right: 0}
.pdlr15{padding-left: 15px;padding-right: 15px;}

.list-pic {
	/*background-color: rgba(255, 255, 255, 0.3);
	width: 208px;
	height: 198px;*/
}

.list-pic img {
	/*width: 208px;
	height: 198px;
	display: block*/
	z-index: 999;
	position: absolute;
	top: 185px;
	left: 100px;
	width: 142px;
}

.con-ggh .item-name {
	padding: 20px 0;
	height: 20px;
	width: 150px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.b-intro .dp {
	font-size: 24px;
	color: #f0f0f0;
	transition: all .36s ease;
	line-height: 45px;
	height: 45px;
}

.b-intro .subdes {
	transition: all .36s ease;
	color: #868585;
	font-size: 16px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.b-intro .subdes {
	display: block; /*定义为块级*/
	width: 100%; /*要显示文字的宽度*/
	overflow: hidden; /*超出的部分隐藏起来。*/
	line-height: 25px;
	height: 25px;
	font-size: 16px;
	/*white-space:nowrap;*/ /*不显示的地方用省略号...代替*/
	padding-right: 7px; /*文字距离右侧7像素。*/
	text-overflow: ellipsis; /* 支持 IE */
	-o-text-overflow: ellipsis; /* 支持 Opera */
}
.b-intro .subdes:after {
	content: "...";
	position: absolute;
	right: 13px;
	top: 45px;
}

.bline .subtitle {
	transition: all .36s ease;
	color: #8c8c8c;
	font-size: 14px;
	line-height: 22px;
	max-height: 44px;
	margin-top: 20px;
	padding-top: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2!important;
	overflow: hidden;
}

/*.bline .subtitle{
	width: 100%;
	height: 44px;
	line-height: 22px;
	position: relative;
	!*多行文本省略*!
	overflow : hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-line-clamp: 2!important;
	-moz-box-orient: vertical;

 	autoprefixer: off;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.bline .subtitle:after {
   bottom: 0;
   content: "...";
   padding: 0 5px 1px 30px;
   position: absolute;
   right: 0;
}*/

.bline .subtitle li{
	line-height: 30px;
	margin-right: 10px;
	text-align: justify;
	display: inline-flex;
}
.bline .subtitle li:before{
	content: '';
	background: url(../image/point.png) no-repeat;
	-webkit-background-size: 32px;
	background-size: 32px;
	background-position: 0 -1px;
	padding-left: 40px;
}

.ellipsis {
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.b-intro h3 {
	width: 490px;
	overflow: hidden;
	color: #fff;
	font-size: 14px
}

.b-intro p {
	width: 490px;
	overflow: hidden;
	color: #fff;
	font-size: 14px
}

.bline::before {
	content: " ";
	display: block;
	width: 560px;
	height: 1px;
	background-color: #737373;
	margin-top: 10px;
}

.bline .details {
	position: initial;
	transform: translateX(-15px);
	border: 0;
	background: url(../image/tb.png) no-repeat 0px -10px;
	bottom: 280px;
	right: 696px;
	color: rgba(255, 255, 255, .52);
	transition: .36s ease;
	font-size: 14px;
	text-align: center;
	width: 100px;
	display: block;
	line-height: 30px;
	padding: 0 20px;
}

.ck-m {
	width: 123px;
	height: 36px;
	line-height: 36px;
	border: 1px #fff solid;
	margin-top: 25px
}

.ptpic-dl {
	margin: 0;
	padding: 0;
}

.ptpic-dl{
	height: 500px;
	/*border: 1px solid rgba(11, 116, 195, 0.8);*/
}
/*.ptpic-dl:hover img{
	cursor: pointer;
	transform: scale(1.05);
}*/
.ptpic-dl img{
	width: 100%;
	height: 100%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}

.clearfix {
	zoom: 1;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.ff_indexPage .team_tabs .tab_content .owl-carousel .owl-stage-outer {
	padding-top: 65px;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}

.pdtb16 {
	padding: 7.5px 0;
}


/*底部导航*/

#bot_nav {
	height: 100%;
}

#bot_nav .content {
	position: relative;
	height: 100%;
}

#bot_nav .content .nav {
	height: 100%;
	border-bottom: 1px solid #00b4ff;
}

#bot_nav .content .nav>.navitem {
	transition: all .36s ease;
	cursor: pointer;
	position: relative;
	float: left;
	font-size: 14px;
	width: 8.33%;
	text-align:center;
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
}

#bot_nav .content .nav>.navitem>a {
	transition: all .36s ease;
	display: block;
	padding: 0;
	/*padding: 0 24px;*/
	border-bottom: 2px solid transparent;
	line-height: calc(70px - 2px);
}

#bot_nav .content .nav>.navitem>a.active {
	color: #00b4ff;
}

#bot_nav .content .nav>.navitem>a {
	line-height: 64px;
}

#bot_nav .content .nav>.navitem>a:hover {
	color: #00b4ff;
	background: none;
}


/*底部联系方式*/

.pdtb3 {
	padding: 3px 0;
}

.mgtb29 {
	margin: 29px 0;
}

.lineleft {
	border-left: 1px solid rgba(225, 225, 225, 0.6);
}

.bot_contact {
	border-left: 1px solid rgba(225, 225, 225, 0.2);
	border-right: 1px solid rgba(225, 225, 225, 0.2);
}

.bot_contact li {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #e1e1e1;
}


.bot_contact li:nth-of-type(1) {
	background: url(../image/qq.png) no-repeat;
	background-position: 0 7px;
}
.bot_contact li:nth-of-type(2) {
	background: url(../image/telephone.svg) no-repeat;
	background-position: -2px 4px;
	background-size: 20px	;
}
.bot_contact li:nth-of-type(3) {
	background: url(../image/phone.png) no-repeat;
	background-position: 0 7px;
}
.bot_contact li:nth-of-type(4) {
	background: url(../image/address.png) no-repeat;
	background-position: 0 7px;
}



/*留言*/

.inputtxt {
	color: #fff;
	border: 0;
	height: 40px;
	line-height: 40px;
	padding: 10px 20px;
	margin-bottom: 15px;
	transition: all .3s ease-out 0s;
	background: rgba(255, 255, 255, 0.1)!important;
}

.contactform_content textarea {
	width: 100%;
	height: 150px;
	resize: none;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.1)!important;
	border-radius: 2px;
	border: 0;
	padding: 10px 20px;
	color: #fff;
}

.contactform_submit .submit {
	color: #acacac;
	background-color: #222121;
	position: relative;
	height: 48px;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	width: 100%;
	color: #acacac;
	font-size: 16px;
	padding: 5px 0;
	cursor: pointer;
}

.contactform_submit input:hover {
	background-color: #00b4ff;
}

.leave .inputtxt.submit:hover {
	background-color: #00b4ff!important;
	color: #fff
}

input,
textarea {
	font-family: WEBMAINFONT, Arial;
	outline: 0;
	font-size: 14px;
	-webkit-appearance: none;
	border: none;
	background: 0 0;
	background-color: none!important;
}




/*底部导航*/
#bot_nav {height: 100%;}
#bot_nav .content {position: relative;height: 100%;}
#bot_nav .content .nav{height: 100%;border-bottom:1px solid #00b4ff;}
#bot_nav .content .nav>.navitem {
    transition: all .36s ease;
    cursor: pointer;
    position: relative;
    float: left;
    font-size: 14px;
}
#bot_nav .content .nav>.navitem>a {
    transition: all .36s ease;
    display: block;
    border-bottom: 2px solid transparent;
    line-height: calc(70px - 2px);
}
#bot_nav .content .nav>.navitem>a.active {
    color: #00b4ff;
}
#bot_nav .content .nav>.navitem>a {
    line-height: 64px;
}
#bot_nav .content .nav>.navitem>a:hover{color:#00b4ff;background: none;}

/*底部联系方式*/
.pdtb3{padding: 3px 0;}
.mgtb37{margin: 15px 0;}
.lineleft {border-left: 1px solid rgba(225,225,225, 0.6);}
.bot_contact {border-left: 1px solid rgba(225,225,225,0.2);border-right: 1px solid rgba(225,225,225,0.2);}
.bot_contact ul {width: 100%;margin: 0 auto;text-align: left; padding-left: 8%;}
.bot_contact li {height: 30px;line-height: 30px;font-size: 16px;color: #e1e1e1;}

.bot_contact li span {font-size: 14px;font-family: WEBMAINFONT;padding-left: 25px;height: 30px;line-height: 30px;}

.bot_bg{
	background-color: #202020;
}
.mrt-list-li ul li a:hover{
	color: #00b4ff;
}
/*scroll top*/
.suspension {
    width: 46px;
    position: fixed;
    right: 60px;
    bottom: 60px;
    z-index: 9999;
    background-color: #4c4646;
}
.suspension .back-top {
    background-image: url(../image/top.svg);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 46px;
    height: 46px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    z-index: 9999;
}
.suspension .back-top:hover{
	background-color: #1B8BF5;
}
