﻿body,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,p{
	margin: 0;
	padding:0;
}
body{
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}
.container{
	max-width: 1400px;
}
img{
	border: 0;
	max-width: 100%;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #666;
	transition:.3s;
}
.clearfix { 
	*zoom: 1; 
} 
.clearfix:before, 
.clearfix:after { 
	display: table; 
	line-height: 0; 
	content: ""; 
} 
.clearfix:after { 
	clear: both; 
} 
.container{
	max-width: 1400px;
	margin: 0 auto;
}

.container .title {
	position: relative;
}

.container .title label {
	font-size: 26px;
	position: absolute;
	left: 47%;
	top: 50%;
	color: #3B6FC9;
	opacity: .13;
	color: rgb(225, 240, 255) \9;
	z-index: -1 \9;
}

.time03{
	animation-delay:0.3s;
	-webkit-animation-delay:0.3s;
}
.time05{
	animation-delay:0.5s;
	-webkit-animation-delay:0.5s;
}
.time07{
	animation-delay:0.7s;
	-webkit-animation-delay:0.7s;
}
.time09{
	animation-delay:0.9s;
	-webkit-animation-delay:0.9s;
}
.time11{
	animation-delay:1.1s;
	-webkit-animation-delay:1.1s;
}
.time13{
	animation-delay:1.3s;
	-webkit-animation-delay:1.3s;
}
.time15{
	animation-delay:1.5s;
	-webkit-animation-delay:1.5s;
}
.time17{
	animation-delay:1.7s;
	-webkit-animation-delay:1.7s;
}
.time19{
	animation-delay:1.9s;
	-webkit-animation-delay:1.9s;
}

.header{
	position: relative;
	z-index: 2;
}
.header-border{
	border-bottom: 1px solid #ddd;
}
.topbar{
	height: 35px;
	background-color: #2b2a31;
	color: #cdcdcd;
}
.topbar .top-tel{
	float: left;
	padding: 9px 0;
	font-size: 12px;
}
.topbar .top-tel i{
	margin-right: 5px;
}
.topbar .top-subnav{
	float: right;
}
.topbar .top-subnav li{
	position: relative;
	float: left;
}
.topbar .top-subnav li a{
	display: inline-block;
	margin: 9px 0;
	padding: 0 15px;
	font-size: 12px;
	line-height: 14px;
	color: #cdcdcd;
	border-left: 1px solid #4b4a50;
}
.topbar .top-subnav li a:hover{
	color: #fff;
}
.topbar .top-subnav li input{
	margin-top: 5px;
	border: 0;
	border-radius: 3px;
	background-color: #fff;
	height: 22px;
	text-indent: 5px;
}
.topbar .top-subnav li a.serch-icon{
	position: absolute;
	top: 10px;
	right: 4px;
	padding: 0;
	margin: 0;
	border: 0;
	color: #666;
}
.navbar{
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 7px 0;
	background-color: #fff;
	transition:.3s;
}
.navbar .logo{
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 1px;
}
.navbar .logo img{
	display: block;
}
.navbar .nav{
	float: right;
	z-index: 999;
	margin-top: 4px;
}
.navbar .nav li{
	padding: 10px 0;
	margin: 0 40px;
	float: left;
}
.navbar .nav li a{
	position: relative;
	display: block;
	padding: 6px 18px;
	/* font-size: 18px; */
	color: #333;
	border-radius: 50px;
	letter-spacing: 1px;
}
.navbar .nav li.now a,.navbar .nav li a:hover{
	color: #3c70ca;
}
.navbar .nav li.now a {
	font-weight: bold;
}
.bottomLine{
	position: absolute;
	left: 0;
	bottom:0;
	height:4px;
	background-color: #3b6fc9;
	transition: all 0.3s ease;
	transform: skewX(-45deg);
}
.news-nav .navbar {
	z-index: 0;
}
.nav-btn{
	display: none;
	/* padding: 10px 13px 5px; */
	margin-top: 8px;
	margin-left: 20px;
	float: left;
	width: 38px;
	height: 30px;
	background: url(../img/nav-btn.png) no-repeat center / cover;
	/* background-color: #3d6cca; */
	/* border-radius: 3px; */
}
.nav-btn span{
	margin-bottom: 10px;
	display: block;
	width: 40px;
	height: 3px;
	background-color: #000;
	border-radius: 3px;
}
.isStuck{
	box-shadow: 0 4px 6px rgba(0,0,0,.1);
	padding: 4px 0;
}

.banner{
	padding: 56px 100px;
	background: url(../img/home_img_bg_1.png) top center no-repeat;
	background-size: 100% 84%;
}
.banner .owl-carousel{
	width: 100%;
	float: left; 
	/* box-shadow: 0 4px 6px #8fade2; */
}
.banner-carousel .item {
	/* height: 438px; */
	height: auto;
}
.banner-carousel .owl-nav,
.news-carousel .owl-nav{
	width: 100%;
	margin: 0;
	opacity: 0;
	transition:.3s;
}
.banner-carousel:hover .owl-nav,
.news-carousel:hover .owl-nav{
	opacity: 1;
}

.banner-carousel .owl-nav .owl-prev,
.banner-carousel .owl-nav .owl-next,
.news-carousel .owl-nav .owl-prev,
.news-carousel .owl-nav .owl-next,
.service-carousel .owl-nav .owl-prev,
.service-carousel .owl-nav .owl-next{
	background: transparent;
	padding: 0;
	margin: 0;
}
.banner-carousel .owl-nav .owl-prev:hover,
.banner-carousel .owl-nav .owl-next:hover,
.news-carousel .owl-nav .owl-prev:hover,
.news-carousel .owl-nav .owl-next:hover,
.service-carousel .owl-nav .owl-prev:hover,
.service-carousel .owl-nav .owl-next:hover{
	background-color: transparent;
}
.banner-carousel .owl-nav .owl-prev,
.news-carousel .owl-nav .owl-prev,
.service-carousel .owl-nav .owl-prev{
	position: absolute;
	left: 0;
	top: 40%;
}
.banner-carousel .owl-nav .owl-next,
.news-carousel .owl-nav .owl-next,
.service-carousel .owl-nav .owl-next{
	position: absolute;
	right: 0;
	top: 40%;
}
.banner-carousel .owl-nav i,
.news-carousel .owl-nav i,
.service-carousel .owl-nav i{
	font-size: 50px;
}
.banner-carousel .owl-dots,
.news-carousel .owl-dots{
	width: 100%;
	position: absolute;
	bottom: 5px;
	text-align: center;
}
.banner-carousel .owl-dots .owl-dot span,
.news-carousel .owl-dots .owl-dot span{
	background-color: #9ce6e6;
}
.banner-carousel .owl-dots .owl-dot.active span,
.banner-carousel .owl-dots .owl-dot:hover span,
.news-carousel .owl-dots .owl-dot.active span,
.news-carousel .owl-dots .owl-dot:hover span,
.service-carousel .owl-dots .owl-dot.active span,
.service-carousel .owl-dots .owl-dot:hover span{
	background-color: #fff;
}

.banner .video{
	float: right;
	width: 35%;
	background-color: #fff;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	animation-fill-mode:none;
}
.video-content{
	margin: 8px;
}
.video-js{
	width: 100%!important;
	height: 317px!important;
}

.video-baoan .video-js {
    width: 75%!important;
    height: 450px!important;
    margin: 0 auto;
}

.video-js .vjs-big-play-button{
	top: 50%;
	left: 50%;
	margin-top: -0.75em;
	margin-left: -1.5em;
}
button.vjs-fullscreen-control.vjs-control.vjs-button {
    display: none;
}
.vjs-subtitles-button,.vjs-captions-button{
	display: none;
}
.video-title{
	margin: 18px 0;
	padding-top: 10px;
	height: 31px;
	text-align: center;
	color: #fff;
}
.video-title h2{
	margin-left: 10px;
	float: left;
	border-left: 3px solid #3b6fc9;
	padding-left: 15px;
	line-height: 18px;

}
.video-title h2 a{
	font-size: 16px;
	color: #3b6fc9;
}
.video-title a.more{
	float: right;
	margin-right: 10px;
	line-height: 18px;
}


.video-mobile{
	display: none;
	background-color: #dce6f7;
	text-align: center;
	color: #3b6fc9;
	font-size: 24px;
}
.video-mobile i{
	display: inline;
	font-size: 30px;
	margin-right: 10px;
	vertical-align: middle;
}
.video-mobile a{
	padding: 30px 0;
	display: block;
	color: #3b6fc9;
}


.home-service{
	padding: 25px 0 70px;
	/* background-color: #3b6fc9; */
	background: url(../img/home_img_bg_2.jpg) top center no-repeat;
	background-size: 100% 100%;
	color: #3b6fc9;
}
.home-service .title h2 {
	margin: 0 0 45px;
}
.home-service .title h2 a{
	color: #323232;
}
/* .home-service .title h2 i{
	background-color: #6c93d7;
} */
.home-service .title p{
	color: #9db7e4;
}
.home-service + hr {
	height: 5px;
	background: #e3e3e3;
	border: none;
	margin: 0;
}
.title h2{
	margin: 18px 0;
	font-weight: normal;
	letter-spacing: 3px;
	font-size: 28px;
	text-align: center;
	color: #6d6e71;
}
.title h2 i{
	vertical-align: middle;
	display: inline-block;
	content: "";
	width: 18px;
	height: 14px;
	/* background-color: #ddd; */
	background: url('../img/home_dot1.png');
	background-size: cover;
}
.title h2 span{
	display: inline-block;
	margin: 0 20px;
}
.title h2 a{
	color: #6d6e71;
}
.title h2 em{
	color: #3c70c9;
	font-style: normal;
}
.title p{
	letter-spacing: 1px;
	text-align: center;
	color: #a0a0a0;
}
.service-carousel .item{
	/* padding: 35px 0 25px; */
	margin: 10px 2px;
	/* text-align: center; */
	box-sizing: border-box;
	/* border: 4px solid #fff; */
	/* border-radius: 10px; */
	/* background: #fff; */
	/* box-shadow: #ddd 0 0 5px 2px; */
	/* width: 21%; */
	/* float: left; */
	/* margin-left: 3%; */
}
/* .service-carousel .item:hover {
	border-color: inherit;
} */
.service-carousel .item a{
	display: block;
}
/* .service-carousel .item:nth-child(1){
	background: url('../img/home_dot_1.png');
} */
.service-carousel .item a:hover img{
	transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1); 
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1); 
}

.service-carousel .item i img{
	width: 78px;
	display: inline-block;
	transition:0.3s;
}
.service-carousel h3{
	margin: 12px 0;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 2px;
	color: #3b6fc9;
}
.service-carousel p{
	color: #9cb1e0;
}
.service-carousel .owl-nav{
	width: 100%;
}
.service-carousel .owl-nav i{
	color: #769ad9;
	transition:.3s;
}
.service-carousel .owl-nav .owl-prev,
.service-carousel .owl-nav .owl-next{
	top: 24%;
}
.service-carousel .owl-nav .owl-prev:hover i,
.service-carousel .owl-nav .owl-next:hover i{
	color: #fff;
}

.home-news{
	padding: 25px 0 50px;
	background: url(../img/home_img_bg_3.png) top center no-repeat;
	background-size: cover;
}
.home-news-bd{
	padding-top: 55px;
	padding-bottom: 30px;
}
.home-news .news-carousel{
	width: 60%;
	float: left;
	height: 400px;
}
.news-carousel .item {
	position: relative;
}
.news-carousel .item img{
	height: 400px;
}
.news-carousel .item p{
	position: absolute;
	bottom: 0;
	width: 80%;
	padding: 10px 0 10px 20px;
	font-size: 20px;
	text-align: left;
	color: #fff;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.news-carousel .owl-dots{
	position: absolute;
	bottom: 0;
	text-align: right;
	padding: 10px 0;
	width: 100%;
}
.news-carousel .owl-dots .owl-dot.active span,
.news-carousel .owl-dots .owl-dot:hover span,
.link-carousel .owl-dots .owl-dot.active span,
.link-carousel .owl-dots .owl-dot:hover span{
	background-color: #0073cc;
}
.news-carousel .owl-dots .owl-dot span,
.link-carousel .owl-dots .owl-dot span{
	background-color: #e8e8e8;
}
.home-news-list{
	float: right;
	width: 36%;
	height: 400px;
	background: #fff;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.home-news-list ul{
	padding: 10px 30px 10px 60px;
	/* border-left: 1px solid #ddd; */
}
.home-news-list li{
	position: relative;
	border-bottom: 1px solid #ededed;
}
.home-news-list li:before{
	position: absolute;
	top: 24px;
	left: -32px;
	content: "";
	display: block;
	width: 8px;
	height: 12px;
	background: url('../img/home_dot2.png');
	background-size: cover;
	/* background-color: #fff; */
	/* border-radius: 100%; */
	/* border: 3px solid #0073cc; */
}
.home-news-list li span{
	display: inline-block;
	padding: 10px 15px;
	border-radius: 30px;
	background-color: #0073cc;
	color: #fff;
}
.home-news-list li a{
	padding: 20px 0;
	display: block;
	font-size: 16px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.home-news-list li a:hover{
	color: #0073cc;
}
.news-newspaper{
	margin-top: 25px;
	text-align: center;
}

.home-case{
	padding: 25px 0;
	background: #f3f9fc url(../img/case-bg.jpg) bottom center no-repeat; 
	border-top: 1px solid #e5ecef; 
	border-bottom: 1px solid #e5ecef; 
}
.home-case-bd{
	padding: 50px 0 20px;
}
.home-case-bd a{
	position: relative;
	display: block;
	transition:0.3s;
}
.home-case-bd a:hover p{
	display: block;
}
.home-case-bd a:hover{
	position: relative;
	z-index: 1;
	transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05); 
	-webkit-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05); 
}
.home-case-bd p{
	display: none;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	font-size: 24px;
	letter-spacing: 2px;
	text-align: center;
}
.home-case-bd img{
	display: block;
}
.case-big{
	float: left;
	width: 50%;
}
.case-right{
	width: 50%;
	float: left;
}
.case-big p{
	line-height: 400px;
}
.case-big img{
	height: 400px;
}
.case-long img{
	width: 100%;
	height: 213px;
}
.case-long p{
	line-height: 213px;
}
.case-small a{
	width: 50%;
	float: left;
}
.case-small img{
	float: left;
	height: 187px;
}
.case-small p{
	line-height: 187px;
}


.home-link{
	padding: 25px 0;
}
.link-carousel .item{
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
.link-carousel .item a{
	display: block;
	margin: 15px 2px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	border: 4px solid #fff;
	height: 120px;
	line-height: 120px;
	border-radius: 10px;
	/* padding: 20px 0; */
}
.link-carousel .item a img{
	display: inline-block;
	width: auto;
	max-height: 100px;
	transition:.3s;
	vertical-align: middle;
}
.link-carousel .item a:hover {
	border-color: #3a6ec9;
}
.link-carousel .item a:hover img{
	transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1); 
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1); 
}
.link-btn{
	margin: 30px 0 50px;
}
.link-btn li{
	float: left;
	width: 18.4%;
	margin-left: 2%;
}
.link-btn li:first-child{
	margin-left: 0;
}
.link-btn a{
	padding: 10px 0;
	display: block;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.link-btn a:hover{
	background-color: #f3f3f3;
}
.link-btn a i{
	margin-right: 5px;
	font-size: 24px;
	display:inline-block;
	vertical-align: middle;
}

.new-footer {
	background: url('../img/footer.png') no-repeat;
	background-size: 100% 100%;
}
.new-footer .official-public-account .qrcode {
	background: url('../img/qrcode.png') no-repeat;
	background-size: 100% 100%;
}

.footer{
	background-color: #3b76c2;
}
.footer hr {
	height: 6px;
	background-color: #ff8c30;
	border: none;
}
.footer-list{
	float: left;
	border-right: 1px solid #5285c8;
	color: #afc2e2;
}
.footer-nav{
	padding: 45px 0 10px;
}
.footer-list h3 {
	text-align: left;
	font-size: 20px;
	margin-bottom: 25px;
}
.footer-list1 h3 {
	margin-left: 30%;
}
.footer-wechat h3 {
	text-align: center;
}
.footer-list p{
	padding: 8px 0;
}
.footer-list a{
	color: #afc2e2;
}
.footer-list a:hover{
	color: #ddd;
}
.footer-list1{
	width: 33%;
}
.footer-list1 label {
	width: 40%;
	display: inline-block;
}
.footer-list2 {
	width: 28%;
	padding-left: 6%;
	border: none;
}
.footer-list2 p {
	width: 49%;
	display: inline-block;
}
/* .footer-list2 p,
.footer-list3 p{
	padding-left: 30%;
} */
/* .footer-list3{
	width: 33%;
} */
.footer-wechat{
	float: left;
	width: 32%;
	/* padding-left: 60px; */
	text-align: center;
	color: #afc2e2;
	border-left: 1px solid #5285c8;
	border-right: none;
}
.footer-wechat p{
	padding: 8px 0;
}
.footer-copyright a{
	color: #afc2e2;
}
.footer-link .btn{
	float: left;
	padding: 8px 15px;
	border-radius: 3px;
	background-color: #5285c8;
	color: #fff;
}
.footer-link .btn i{
	margin-left: 5px;
}
.footer-copy{
	text-align: center;
	line-height: 35px;
	color: #afc2e2;
}
.footer-link{
	position: relative;
}
.footer-link ul{
	display: none;
	position: absolute;
	bottom: 0;
	background-color: #fff;
	border-radius: 3px;
}
.footer-link li{
	border-bottom:1px dashed #ddd;
}
.footer-link li:last-child{
	border-bottom: 0;
}
.footer-link ul li a{
	display: block;
	padding: 10px 10px;
}
.footer-link ul li a:hover{
	background-color: #f3f3f3;
}

.inside-banner{
	height: 540px;
	color: #3B6FC9;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.w-100 {
	width: 100%;
}
.phone-img {
	display: none;
}
/* .news-banner{
	height: auto;
} */
.news-nav {
	height: 76px;
	box-shadow:0px 2px 9px 0px rgba(0,0,0,0.17);
	margin-bottom: 10px;
}
.news-nav .container {
	position: relative;
}
.news-nav .navbar .nav li a {
	font-size: 20px;
}
.news-nav .breadcrumb {
	line-height: 76px;
}
.news-navbar {
	float: right;
	width: 50%;
	/* top: -1px; */
}
.news-navbar .nav {
	height: 58px;
}
.news-content .inside-right {
	width: 100%;
	float: none;
}
.news-content .sub-nav {
	display: none;
}
.news-content .sub-nav-new {
	display: none;
}
.breadcrumb {
	display: inline-block;
	line-height: 100px;
}
.breadcrumb li {
	display: inline-block;
	font-size: 24px;
	color: #858585;
	padding: 0 14px 0 29px;
	background: url('../img/news_home_2.png') no-repeat left center;
}
.breadcrumb li.home {
	padding-left: 38px;
	color: #303133;
	background: url('../img/news_home_1.png') no-repeat left center;
}
.about-banner{
	/* background-image: url('../img/about_banner_bg.jpg'); */
	background: url('../img/about_banner_bg1.png') no-repeat center / 622px 276px,
				url('../img/about_banner_bg.png') no-repeat center / 100% 100%;
}
.news-banner {
	/* background-image: url('../img/news_banner_bg.jpg'); */
	background: url('../img/news_banner_bg1.png') no-repeat center / 622px 276px,
				url('../img/news_banner_bg.png') no-repeat center / 100% 100%;
}
.scope-banner {
	/* background-image: url('../img/scope_banner_bg.jpg'); */
	background: url('../img/scope_banner_bg1.png') no-repeat center / 622px 276px,
				url('../img/scope_banner_bg.png') no-repeat center / 100% 100%;
}
.join-banner {
	/* background-image: url('../img/join_banner_bg.jpg'); */
	background: url('../img/join_banner_bg1.png') no-repeat center / 622px 276px,
				url('../img/join_banner_bg.png') no-repeat center / 100% 100%;
}
.product-banner{
	/* background: url(../img/product-banner.jpg) top center no-repeat; */
}
.case-banner{
	/* background: url(../img/case-banner.jpg) top center no-repeat; */
}
.service-banner{
	/* background: url(../img/service-banner.jpg) top center no-repeat; */
}
.inside-banner h2{
	margin-top: 130px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 38px;
	letter-spacing: 2px;
}
.inside-banner p{
	margin-left: -15px;
	font-size: 28px;
	color: #7AA3E9;
}
.inside-banner span{
	padding: 0 15px;
	display: inline-block;
	line-height: 14px;
	border-right: 1px solid #fff;
}
.inside-banner span:last-child{
	border-right: 0;
}
.news-banner, .scope-banner {
	color: #fff;
}
.news-banner p, .scope-banner p {
	color: #bbb;
}

.sub-nav{
	margin-top: 30px;
	margin-bottom: 50px;
	float: left;
	width: 23%;
	box-shadow: rgba(59,111,201,0.23) 10px 10px 0 0; 
}
.sub-nav h3{
	padding-left: 46px;
	height: 97px;
	line-height: 97px;
	font-weight: normal;
	font-size: 28px;
	background-color: #2964be;
	color: #fff;
	letter-spacing: 2px;
}
.sub-nav ul{
	background-color: #3B6FC9;
}
.sub-nav ul li{
	border-bottom: 1px dashed #5d8ad4;
}
.sub-nav ul li:last-child{
	border-bottom: 0;
}
.sub-nav ul li.now{
	border-bottom:0;
}
.sub-nav ul li.now a{
	background-color: #7AA3E9;
}
.sub-nav ul a{
	display: block;
	padding: 25px 25px 25px 47px;
	font-size: 18px;
	color: #fff;
}
.sub-nav ul a:hover{
	padding: 25px 20px 25px 55px;
	background-color: #3a77c9;
}

.sub-nav ul span{
	float: right;
	margin-top: 4px;
	height: 16px;
	width: 8px;
	background: url('../img/nav_arrow.png') no-repeat;
	background-size: cover;
}

.inside-right{
	padding-bottom: 50px;
	width: 69%;
	float: right;
}
.inside-right .title{
	border-bottom: 1px solid #ddd;
}
.inside-right .title h4{
	margin-bottom: -1px;
	padding: 20px 15px;
	float: left;
	font-weight: normal;
	font-size: 26px;
	color: #3c70ca;
	border-bottom: 4px solid #3c70ca;
}
.inside-right .crumbs{
	padding: 20px 0;
	float: right;
}
.inside-right .crumbs a,
.inside-right .crumbs span{
	margin: 0 5px;
}
.inside-right .crumbs span{
	color: #3c70ca;
}

.inside-right .breadcrumb {
	float: right;
	line-height: 70px;
	margin-top: 3px;
}

.inside-right .breadcrumb li {
	font-size: 20px;
}

.inside-right .content {
	margin: 0 20px 60px;
}

.inside-list{
	padding: 20px 0;
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
	width: 100%;
}
.inside-list:hover{
	background-color: #fafafa;
}

.inside-list dt{
	float: left;
	width: 170px;
	margin-right: 70px;
}
.inside-list dd.text-title a{
	display: block;
	padding-bottom: 10px;
	font-size: 18px;
	color: #444;
}
.inside-list dd.text-title a:hover{
	color: #3c70ca;
}
.inside-list dd.summary{
	line-height: 26px;
	color: #777;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.inside-list dd.date span{
	margin-top: 10px;
	display: inline-block;
	border-radius: 3px;
	padding: 6px 10px;
	background-color: #f1f1f1;
	color: #999;
}

/* .page{
	padding: 30px 0;
	text-align: center;
}
.page a{
	display: inline-block;
	padding: 7px 4px;
	color: #303133;
}
.page a.previous,
.page a.next {
	background-color: #EAEAEA;
	padding: 7px 14px;
}
.page a.now{
	background-color: #3c70ca;
}
.page a:hover{
	background-color: #a1a4a6;
} */

.page{
	padding: 30px 0 65px;
	text-align: center;
}
.pagination {
	text-align: right;
}
.pagination li{
	display: inline-block;
	color: #262626;
	min-width: 40px;
	height: 40px;
	box-sizing: border-box;
	line-height: 40px;
	text-align: center;
	margin-left: 10px;
}
.pagination li a,
.pagination li span{
	display: inline-block;
	padding: 0 7px;
}
.pagination li a {
	cursor: pointer;
}
/* .pagination li:first-child,
.pagination li:nth-child(2),
.pagination li:last-child,
.pagination li:nth-last-child(2) {
	background-color: #F6F6F6;
	border: 1px solid #EAEAEA;
	border-radius: 3px;
}
.pagination li:first-child a,
.pagination li:nth-child(2) a,
.pagination li:last-child a,
.pagination li:nth-last-child(2) a {
	padding: 7px 14px;
} */
.pagination li {
	background: #FFFFFF;
	border-radius: 1px;
	border: 1px solid #DCDDE0;
}
.pagination li a {
	
}
.pagination li.active{
	border: 1px solid #087FF4;
	color: #087FF4;
}
.pagination li.disabled {

}
/* .pagination li:not(.active):hover{
	background-color: #a1a4a6;
} */

.article{
	width: 100%;
	float: none;
	animation-fill-mode:none;
}
.article .content{
	padding: 20px 0;
}
.article .article-title h3{
	padding: 15px 0;
	font-weight: normal;
	font-size: 22px;
	text-align: center;
	color: #444;
}
.article .article-title span{
	display: block;
	text-align: center;
	color: #999
}
.article .article-content p{
	margin: 25px 30px;
	/*text-indent: 2em;*/
	line-height: 32px;
	font-size: 16px;
	color: #555;
	text-align:justify;
}
.article .article-content p img{
	display: block;
	margin: 0 auto;
	height: auto;
}

#about-tab{
	padding-top: 40px;
}
#about-tab .about-title{
	display: none;
	padding-left: 0;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: normal;
	background-color: #2964be;
	color: #fff;
	letter-spacing: 2px;
}
.about-nav{
	float: left;
	width: 26%;
	background-color: #3a6ec9;
}
.about-nav li{
	border-bottom: 1px dashed #5d8ad4;
}
.about-nav li:last-child{
	border-bottom: 0;
}

.about-nav li a{
	display: block;
	padding: 17px 25px 17px 45px;
	font-size: 18px;
	color: #fff;
}
.about-nav li.selectActive{
	border-bottom: 0;
}
.about-nav li.selectActive a{
	background-color: #039ad5;
}
.about-nav li a:hover{
	padding: 17px 20px 17px 50px;
	background-color: #3a77c9;
}

.about-nav li span{
	margin-top: 5px;
	float: right;
}

.about-content{
	display: none;
}
.about-content{
	float: right;
	width: 70%;
	height: 500px;
	background-color: #fff;
}
.about-content h3{
	padding: 30px 20px;
	color: #3c70c9;
}
.about-info{
	padding: 0 20px;
	overflow: hidden;
}
.about-info-txt{
	margin-top: 20px;
	max-height: 460px;
	overflow-y: auto; 
}
.about-info-txt p{
	margin: 0;
	margin-bottom: 20px;
	color: #444;
	text-indent: 2em;
	line-height: 24px;
}
.about-info-txt p a{
	padding: 8px 20px;
	background-color: #3c70c9;
	font-size: 14px;
	color: #fff;
}
.about-info-zzjg .about-info-img{
	position: relative;
	width: 100%;
}
.about-info-zzjg .about-info-img a{
	position: absolute;
	top: 80px;
	right: 80px;
	padding: 8px 20px;
    background-color: #3c70c9;
    font-size: 14px;
    color: #fff;
}
.foreign{
	padding: 20px 0;
}
.foreign-list{
	margin: 35px -20px 20px -20px;
}
.foreign-list li{
	margin-bottom: 20px;
	width: 25%;
	float: left;
}
.foreign-list li a{
	display: block;
	margin: 0 20px;
}
.foreign-list li a img{
	transition:.3s;
}
.foreign-list li a:hover img{
	transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05); 
	-webkit-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05); 
}

.foreign-list li a p{
	margin-top: 10px;
	line-height: 20px;
	color: #444;
	text-align: center;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.foreign-list li a:hover p{
	color: #3c70c9;
}


.media,.job{
	padding: 52px 0;
	background: #f3f9fc; 
	border-top: 1px solid #e5ecef; 
	border-bottom: 1px solid #e5ecef; 
}
.media-title{
	width: 22%;
	height: 292px;
	float: left;
	text-align: center;
	font-size: 28px;
	background-color: #3b76c2;
	color: #fff;
	letter-spacing: 2px;
}
.media-title i{
	margin: 60px 0 30px;
	color: #b1c8e7;
	display: block;
	font-size: 80px;
}

.media-list{
	float: left;
	width: 78%;
	background-color: #fff;
}
.media-list li{
	float: left;
	width: 33.333%;
	background-color: #fff;
}
.media-list li .media-txt{
	padding: 30px 20px 20px;
	height: 96px;
}
.media-list li .media-txt h4{
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
}
.media-list li .media-txt h4 a{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.media-list li .media-txt p{
	color: #999;
	line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.media-list li .media-img{
	position: relative;
	height: 146px;
	overflow: hidden;
}
.media-list li .media-img a img{
	transition:.3s;
}
.media-list li .media-img a:hover img{
	transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1); 
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1); 
}
.media-list li a:hover{
	color: #3b76c2;
}
.media-list li:nth-child(1) .media-img:before,
.media-list li:nth-child(2) .media-img:before,
.media-list li:nth-child(3) .media-img:before{
	position: absolute;
	margin-left: 20px;
	content: "";
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
}
.media-list li:nth-child(2) .media-img:before{
	bottom: 0;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
}

.media-pic{
	padding: 10px;
	margin-right: 15px;
	float: left;
}
.media-txt{
	padding: 10px 15px;
}
.media-txt p{
	margin-top: 10px;
	text-indent: 2em;
	line-height: 26px;
}

.location{
	padding: 25px 0;
}
.location-table{
	margin: 40px 0;
	height: 300px;
	overflow-y:auto;
	background-color: #fff;
}
.location table{
	width: 100%;
	border-spacing: 0;
    border-collapse: collapse;
    color: #444;
}
.location table th{
	background-color: #f3f9fc;
	text-align: left;
	color: #3b76c2;
}
.location table th,.location table td{
	padding: 15px 10px;
	border-top: 1px solid #e5ecef;
	border-bottom: 1px solid #e5ecef;
}
.location table tr:hover{
	background-color: #f3f9fc;
}

.job{
	padding: 25px 0;
}
.job-nav li{
	margin-right: 30px;
	float: left;
	font-size: 22px;
	color: #6d6e71;
	cursor: pointer;
}
.job-nav li.selectActive{
	color: #3c70c9;
}
.job-content{
	padding: 20px 0;
	display: none;
	clear: both;
}
.job-content p{
	margin: 20px 0;
	line-height: 24px;
	color: #666;
}

.product{
	margin-top: -280px;
}
.product-nav{
	height: 280px;
	background-color: #3c70ca;
}
.product-nav .title{
	padding: 15px 0;
}
.product-nav .title h2{
	color: #fff;
}
.product-nav .title h2 i{
	background-color: #6d94d7;
}
.product-list{
	margin: 0 30px;
}
.product-list li{
	position: relative;
	float: left;
	width: 16.666%;
	text-align: center;
}
.product-list li a{
	padding: 16px 0;
	display: block;
	font-size: 18px;
	color: #fff;
}
.product-list li a:hover{
	margin-top: -5px;
}
.product-list li a img{
	width: 64px;
	margin-bottom: 5px;
}
.product-list li a:hover{
	background-color: #3a77c9;
}
.product-list li.now a{
	background-color: #0091db;
}
.product-list li.now:before{
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #0091db transparent transparent transparent;
}
.product-content{
	margin-bottom: 50px;
	padding: 34px;
	background-color: #f0f2f4;
}
.product-intro dt{
	width: 23%;
	float: left;
	margin-right: 20px;
}
.product-intro dd h3{
	padding-top: 10px;
	margin-bottom: 20px;
	color: #3c70ca;
	font-size: 20px;
	font-weight: normal;
}
.product-intro dd{
	color: #444;
	line-height: 22px;
}
.intro-panel{
	float: left;
	margin: 0 1.5%;
	width: 30.333%;
	background-color: #fff;
}
.intro-list{
	margin: 30px -15px 0;
}
.intro-panel .title{
	padding: 20px 0 0;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #3c70ca;
	letter-spacing: 2px;
}
.intro-panel .title i{
	font-weight: normal;
	margin-right: 10px;
	font-size: 32px;
	display: inline-block;
	vertical-align: middle;
}
.intro-panel ul{
	padding: 0 15px 20px;
}
.intro-panel li{
	padding: 0 0 0 16px;
	margin: 15px 0;
	line-height: 22px;
	color: #444;
	background: url(../img/triangle.png) 0 3px no-repeat;
}

.intro-wide{
	margin-top: 30px;
	width: 97%;
}
.intro-wide p{
	margin: 10px 15px;
	line-height: 24px;
	color: #666;
}
.intro-wide ul{
	overflow: hidden;
}

.intro-wide li{
	float: left;
	width: 25%;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}
.intro-wide li a{
	margin-left: 16px;
}

.intro-wide dl{
	float: left;
	width: 97%;
	margin: 0 1.5%;
	padding-bottom: 15px;
}

.intro-wide dt{
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 0;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	color: #3c70ca;
}
.intro-wide dd{
	width: 33.333%;
	float: left;
	padding: 8px 15px;
	line-height: 20px;
    background: url(../img/triangle.png) 0 10px no-repeat;
    box-sizing:border-box;
}



.case .news-carousel{
	margin-top: 30px;
}
.case .content p{
	margin: 20px 0;
	color: #555;
	font-size: 16px;
	line-height: 28px;
}
.case .news-carousel p{
	padding: 10px 0;
	position: absolute;
	bottom: 0;
	margin: 0;
	color: #fff;
	background:#000;
	background:rgba(0,0,0,0.8);
	background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.56) 64%,rgba(0,0,0,0.8) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(64%,rgba(0,0,0,0.56)),color-stop(100%,rgba(0,0,0,0.8)));
	background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.56) 64%,rgba(0,0,0,0.8) 100%);
	background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.56) 64%,rgba(0,0,0,0.8) 100%);
	background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.56) 64%,rgba(0,0,0,0.8) 100%);
	background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.56) 64%,rgba(0,0,0,0.8) 100%);
	white-space: inherit;
	font-size: 14px;
	line-height: 20px;
}
.case .content h5{
	margin: 30px 0;
	font-weight: normal;
	font-size: 18px;
	color: #3c70ca;
}
.case .content hr{
	border: none;
	border-top: 1px solid #ddd;
	height: 0;
}


.service-banner{
	color: #666;
}
.service-banner span{
	border-color: #ddd;
}
.message-text{
	padding: 20px;
	color: #999;
	text-align: center;
}
.message {
	font-size: 18px;
}
.message li{
	margin-bottom: 10px;
}
.message li input,.message li textarea{
	width: 100%;
	padding: 15px 0;
	text-indent: 10px;
	border: 1px solid #ddd;
	box-sizing:border-box;
}
.message li a.btn{
	font-size: 16px;
	display: inline-block;
	padding: 15px 40px;
	background-color: #3c70ca;
	color: #fff;
}
.message li a.btn:hover{
	background-color: #2964be;
}

.search-prompt{
	padding: 20px 0;
}
.search-box{
	margin-bottom: 20px;
	padding: 7px 15px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.search-box:hover{
	background-color: #fafafa;
}

.search-box-title{
	padding: 10px 0;
	font-weight: normal;
	font-size: 20px;
	color: #444;
	border-bottom: 1px solid #ddd;
}
.search-box-title a:hover{
	color: #3c70ca;
}
.search-box-summary{
	padding: 10px 0;
	line-height: 26px;
	color: #999;
}

.message p{
	line-height: 24px;
    color: #333;
    margin: 30px 10px;
}
.video-js .vjs-big-play-button{
	background: url(../img/play.png) center no-repeat\9;
}
.jwlogo{
	display:none;
}
.job-style h3{
	background: #2964be url(../img/job-style.png) top right no-repeat;
}
.job-style ul{
	background-color: #fff;
	border: 1px solid #ddd;
}
.job-style ul li{
	border-bottom: 1px solid #ddd;
}
.job-style ul a{
	margin: 25px 25px 25px 37px;
	padding: 0 0 0 10px;
	color: #666;
	border-left: 2px solid #004498;
}
.job-style ul a:hover{
	background-color: inherit;
	padding: 0 0 0 15px;
}
.job-style ul li.now a{
	background-color: inherit;
}
.job-style ul li.now>a{
	color: #004498;
	background-color: inherit;
}
.job-style ul li ul{
	padding: 8px 0;
	border: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.job-style ul li ul li a{
	border: 0;
	margin: 12px 10px 12px 47px;
	font-size: 16px;
}
.job-style ul li ul li{
	border-bottom: 0;
	background: url(../img/triangle.png) 36px 3px no-repeat;
}

.scope-form {
	margin: 0 20px;
	font-size: 26px;
	display: none;
}
.scope-form textarea,
.scope-form input {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
	font-size: 24px;
	border-radius: 6px;
	border: 1px solid #979797;
	padding: 20px;
	resize: none;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
}
.scope-form input {
	padding-left: 85px;
	background-repeat: no-repeat;
	background-position: 20px center;
}
.scope-form input.name {
	background-image: url('../img/phone_scope_name.png');
}
.scope-form input.phone {
	background-image: url('../img/phone_scope_number.png');
}
.scope-form h3 {
	font-weight: bold;
	padding-left: 26px;
	margin-bottom: 30px;
	background: url('../img/scope_title_icon.png') no-repeat left center;
}
.scope-form button {
	font-size: 30px;
	background: #3B6FC9;
	height: 80px;
	display: block;
	width: 80%;
	margin: 50px auto 10px;
	border-radius: 80px;
	border: none;
	outline: none;
	cursor: pointer;
	color: #fff;
}
.scope-form button[disabled] {
	background: #898989;
}
.scope-form p {
	text-align: center;
	color: #898989;
	font-size: 22px;
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color:#bbb;
}
input::-moz-placeholder,
textarea::-moz-placeholder {   /* Mozilla Firefox 19+ */
	color:#bbb;
}
input:-moz-placeholder,
textarea:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
	color:#bbb;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {  /* Internet Explorer 10-11 */
	color:#bbb;
}

.webkit-line-clamp {
    display: -webkit-box; /* 将对象作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 3; /* 3行，只有 webkit内核支持 */
    word-break: break-all; /* 纯英文换行 */
    overflow: hidden;
}

.container.bg {
	padding: 0 calc(50% - 700px);
	background: #F5F6F8;
}

.sub-nav-new ul {
	margin: 75px auto 90px;
	display: flex;
	justify-content: center;
}

.sub-nav-new ul li {
	box-sizing: border-box;
	width: 200px;
	height: 66px;
	margin-right: 80px;
	border-radius: 1px;
	/* border: 1px solid #A8A8A8; */
	text-align: center;
	/* line-height: 66px; */
	font-size: 16px;
	cursor: pointer;
}

.sub-nav-new ul li .product-image {
	display: inline-block;
	width: 90px;
	height: 90px;
	margin-bottom: 10px;
}

.sub-nav-new ul li .product-image.image2 {
	background: url('../img/icon/about-1.png') no-repeat center / 100% 100%;
}
.sub-nav-new ul li.now .product-image.image2 {
	background: url('../img/icon/about-now-1.png') no-repeat center / 100% 100%;
}
.sub-nav-new ul li .product-image.image4 {
	background: url('../img/icon/about-3.png') no-repeat center / 100% 100%;
}
.sub-nav-new ul li.now .product-image.image4 {
	background: url('../img/icon/about-now-3.png') no-repeat center / 100% 100%;
}
.sub-nav-new ul li .product-image.image32 {
	background: url('../img/icon/about-4.png') no-repeat center / 100% 100%;
}
.sub-nav-new ul li.now .product-image.image32 {
	background: url('../img/icon/about-now-4.png') no-repeat center / 100% 100%;
}

.sub-nav-new ul li .product-image.image9 {
	background: url('../img/icon/product-1.png') no-repeat center / 100% 100%;
}
.sub-nav-new ul li.now .product-image.image9 {
	background: url('../img/icon/product-now-1.png') no-repeat center / 100% 100%;
}
.sub-nav-new ul li .product-image.image10 {
	background: url('../img/icon/product-2.png') no-repeat center / 100% 100%;
}
.sub-nav-new ul li.now .product-image.image10 {
	background: url('../img/icon/product-now-2.png') no-repeat center / 100% 100%;
}
.sub-nav-new ul li .product-image.image23 {
	background: url('../img/icon/product-3.png') no-repeat center / 100% 100%;
}
.sub-nav-new ul li.now .product-image.image23 {
	background: url('../img/icon/product-now-3.png') no-repeat center / 100% 100%;
}
.sub-nav-new ul li .product-image.image24 {
	background: url('../img/icon/product-4.png') no-repeat center / 100% 100%;
}
.sub-nav-new ul li.now .product-image.image24 {
	background: url('../img/icon/product-now-4.png') no-repeat center / 100% 100%;
}
.sub-nav-new ul li .product-image.image25 {
	background: url('../img/icon/product-5.png') no-repeat center / 100% 100%;
}
.sub-nav-new ul li.now .product-image.image25 {
	background: url('../img/icon/product-now-5.png') no-repeat center / 100% 100%;
}
.sub-nav-new ul li .product-image.image26 {
	background: url('../img/icon/product-6.png') no-repeat center / 100% 100%;
}
.sub-nav-new ul li.now .product-image.image26 {
	background: url('../img/icon/product-now-6.png') no-repeat center / 100% 100%;
}
.sub-nav-new ul li .product-image.image27 {
	background: url('../img/icon/product-7.png') no-repeat center / 100% 100%;
}
.sub-nav-new ul li.now .product-image.image27 {
	background: url('../img/icon/product-now-7.png') no-repeat center / 100% 100%;
}

.sub-nav-new ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #1F1F1F;
}

.sub-nav-new ul li.now {
	/* border: 1px solid #087FF4; */
}

.sub-nav-new ul li.now a {
	color: #087FF4;
}

.sub-nav-new ul li:last-child {
	margin-right: 0;
}

.content-box {
	margin-top: 100px;
}

.content-box .content {
	box-sizing: border-box;
	padding: 80px 100px;
	width: 1400px;
	background: #FFFFFF;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	margin-bottom: 80px;
}

.join-banner + .container .sub-nav-new {
	display: none;
}

.news-banner + .news-content {
	margin-top: 100px;
}

.news-content-box .news-box {
	margin-top: 100px;
}

.news-content-box .news-box .inside-list {
	box-sizing: border-box;
	padding: 45px 120px 45px 60px;
	background: #FFFFFF;
	border-radius: 1px;
	height: 350px;
	margin-bottom: 50px;
	display: flex;
}

.news-content-box .news-box .inside-list .img {
	width: 420px;
	height: 260px;
	margin-right: 50px;
}

.news-content-box .news-box .inside-list .right {
	flex: 1;
	width: calc(100% - 470px);
}

.news-content-box .news-box .inside-list .right .text-title {
	font-size: 22px;
	color: #333333;
	line-height: 22px;
	
}
.news-content-box .news-box .inside-list .right .text-title a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	
}
.news-content-box .news-box .inside-list .right .text-title a:hover {
	color: #3c70ca;
}

.news-content-box .news-box .inside-list .right .text-desc {
	margin: 50px 0;
	padding: 18px 26px 0;
	height: 72px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	background: #F8F8F8;
	border-radius: 2px;
	border-bottom: 16px solid #F8F8F8;
}

.news-content-box .news-box .inside-list .right .date {
	display: flex;
	justify-content: space-between;
}

.news-content-box .news-box .inside-list .right .date span {
	font-size: 14px;
	color: #999999;
	line-height: 22px;
}
.news-content-box .news-box .inside-list .right .date .link {
	font-size: 14px;
	color: #087FF4;
	line-height: 22px;
}

.line-clamp {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hidden-in-lg {
    display: none !important;
}

@media (max-width: 767px) {
	.hidden-in-lg {
		display: block !important;
	}
	
	.hidden-in-sm {
		display: none !important;
	}

	.container.bg {
		padding: 0;
	}

	.inside-banner + .container {
		margin: 0;
	}

	.inside-banner {
		height: 250px !important;
	}

	.inside-list {
		border: 0;
	}

	.news-banner + .news-content {
		margin-top: 50px;
	}

	.about-banner{
		background: url('../img/about_banner_bg1.png') no-repeat center / 295px 128px,
					url('../img/about_banner_bg.png') no-repeat center / 100% 100%;
	}
	.news-banner {
		/* background-image: url('../img/news_banner_bg.jpg'); */
		background: url('../img/news_banner_bg1.png') no-repeat center / 295px 128px,
					url('../img/news_banner_bg.png') no-repeat center / 100% 100%;
	}
	.scope-banner {
		/* background-image: url('../img/scope_banner_bg.jpg'); */
		background: url('../img/scope_banner_bg1.png') no-repeat center / 295px 128px,
					url('../img/scope_banner_bg.png') no-repeat center / 100% 100%;
	}
	.join-banner {
		/* background-image: url('../img/join_banner_bg.jpg'); */
		background: url('../img/join_banner_bg1.png') no-repeat center / 295px 128px,
					url('../img/join_banner_bg.png') no-repeat center / 100% 100%;
	}
	
	.sub-nav-new ul {
		padding: 0 20px;
		display: block;
		background-color: #fff;
		margin: 0 auto;
		box-shadow: 0px 2px 5px 0px rgba(4,19,45,0.08);
		overflow-x: auto;
		white-space: nowrap;
		text-align: center;
	}
	
	.sub-nav-new ul li {
		box-sizing: border-box;
		width: auto;
		height: auto;
		margin-right: 0;
		border-radius: 0;
		border: 0;
		text-align: center;
		line-height: 20px;
		font-size: 14px;
		padding: 15px 0;
		display: inline-block;
		margin-right: 30px;
	}
	
	.sub-nav-new ul li a {
		display: inline-block;
		width: 100%;
		height: 100%;
		color: #1F1F1F;
	}

	.sub-nav-new ul li .image {
		display: none;
	}
	
	.sub-nav-new ul li.now {
		border: 0;
		border-bottom: 2px solid #0B7DED;
	}
	
	.sub-nav-new ul li.now a {
		color: #087FF4;
	}
	
	.sub-nav-new ul li:last-child {
		margin-right: 0;
	}
	
	.content-box {
		margin-top: 0;
	}
	
	.content-box .content {
		box-sizing: border-box;
		padding: 30px 20px;
		width: 100%;
		background: transparent;
		font-size: 14px;
		color: #333333;
		line-height: 21px;
		margin-bottom: 0;
	}
	
	.join-banner + .container .sub-nav-new {
		display: none;
	}
	
	.news-content-box .news-box {
		margin-top: 35px;
	}
	
	.news-content-box .news-box .inside-list {
		box-sizing: border-box;
		padding: 0 20px;
		background: transparent;
		border-radius: 1px;
		height: 96px;
		margin-bottom: 20px;
		display: flex;
	}
	
	.news-content-box .news-box .inside-list .img {
		width: 128px;
		height: 96px;
		margin-right: 15px;
	}
	
	.news-content-box .news-box .inside-list .right {
		flex: 1;
		width: calc(100% - 145px);
	}
	
	.news-content-box .news-box .inside-list .right .text-title {
		font-size: 15px;
		color: #333333;
		line-height: 18px;
		width: 100%;
	}
	.news-content-box .news-box .inside-list .right .text-title a:hover {
		color: #3c70ca;
	}
	
	.news-content-box .news-box .inside-list .right .text-desc {
		margin: 8px 0 16px;
		padding: 0;
		height: 36px;
		background: transparent;
		border-radius: 0;
		font-size: 13px;
		color: #999999;
		line-height: 18px;
		border: 0;
		-webkit-line-clamp: 2;
	}
	
	.news-content-box .news-box .inside-list .right .date {
		display: block;
	}
	
	.news-content-box .news-box .inside-list .right .date span {
		font-size: 11px;
		color: #999999;
		line-height: 11px;
	}
	.news-content-box .news-box .inside-list .right .date .link {
		display: none;
	}
}

