﻿body{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
ul{
	list-style-type: none;
	padding-left: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.thebox{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
    
}
.news-de-text{
	height: auto;
    overflow: hidden;
}

/*状态栏*/
.nav-top{
	background-color: #133477;
	line-height: 40px;
	font-size: 14px;
	color: white;
	min-width: 1200px;
	width:100%;
}
.nav-top span{
	float: right;
}
.nav-top a{
	color: white;
}

.nav-top .hy{float:left;}
/*导航栏*/
.navbar-default {
    background-color: white;
    border: none;
    height: 120px;
}
.navbar-collapse{
	padding-right: 0;
}
.container-fluid{
	padding-right: 0;
}
.navbar-nav {
    float: right;
    margin-top: 27px;
}
.navbar-default .navbar-nav>li>a {
    color: black;
    font-size: 18px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #133477;
    background-color: white;
    border-bottom: 2px solid #D9372A;
    border-top: 2px solid #D9372A;
}
.navbar-nav>li>a {
    line-height: 27px;
}
.navbar-brand {
    padding: 22px 15px;
}
.navbar{
	margin-bottom: 0;
}
/*轮播*/
.carousel-inner {
    min-width: 1200px;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-indicators {
     bottom: -5px; 
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: rgba(0,0,0,0.2);
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
	width: 100%;
}
/*解决方案*/
.in-solu{
	margin-top: 50px;
	margin-bottom: 30px;
}
.in-solu-til{
	text-align: center;
	margin-bottom: 25px;
}
.in-solu-til div:first-of-type{
	color: #133477;
	font-size: 24px;
	font-weight: bold;
}
.in-solu-til div:nth-of-type(2){
	font-size: 18px;
}
.in-solu-til div span{
	display: inline-block;
	height: 1px;
    width: 85px;
    background-color: #D83629;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.insolu-text{
	display: flex;
	justify-content: space-between;
	align-items:center;
	height: 260px;
}
.insolu-text>div{
	width: 221px;
	min-height: 230px;
	border-top: 3px solid;
    text-align: center;
    box-shadow: 2px 4px 12px 0.1px darkgrey;
    padding: 15px 15px 23px;
    transition: all 0.2s; 
}
.insolu-text>div>div:first-of-type{
	margin-bottom: 15px;
	font-size: 19px;
}
.insolu-text>div>div:nth-of-type(2){
	height: 50px;
	margin-bottom: 20px;
}
.insolu-text>div>div:nth-of-type(3){
	font-size: 12px;
	color: #666666;
	margin-bottom: 25px;
}
.insolu-text>div>a{
	padding: 5px 24px;
    border: 1px solid;
    border-radius: 4px;
    font-size: 11px;
}
.insolu-text>div:hover{
	width: 245px;
	border: 3px solid;
	border-top: 6px solid;
	padding: 21px 21px 29px;
}
.insolu-text>div:nth-of-type(1){
	border-color: #FF9972;
}
.insolu-text>div:nth-of-type(1)>a{
	border-color: #FF9972;
	color: #FF9972;
}
.insolu-text>div:nth-of-type(2){
	border-color: #85BB59;
}
.insolu-text>div:nth-of-type(2)>a{
	border-color: #85BB59;
	color: #85BB59;
}
.insolu-text>div:nth-of-type(3){
	border-color: #63A5FF;
}
.insolu-text>div:nth-of-type(3)>a{
	border-color: #63A5FF;
	color: #63A5FF;
}
.insolu-text>div:nth-of-type(4){
	border-color: #FF764D;
}
.insolu-text>div:nth-of-type(4)>a{
	border-color: #FF764D;
	color: #FF764D;
}
.insolu-text>div:nth-of-type(5){
	border-color: #CD0707;
}
.insolu-text>div:nth-of-type(5)>a{
	border-color: #CD0707;
	color: #CD0707;
}
/*合作案例*/
.in-case{
	margin-top: 45px;
	margin-bottom: 35px;
}
.in-case-til{
	margin-bottom: 50px;
}
.in-case-til div span{
	margin-left: 30px;
    margin-right: 30px;
}
.in-case-text{
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}
.in-case-text>div{
	width: 295px;
	text-align: center;
	transition: all 0.3s; 
}
.in-case-text>div img{
	width: 100%;
	height: 200px;
	margin-bottom: 17px;
}
.in-case-text>div div:first-of-type{
	font-size: 16px;
	color: black;
	margin-bottom: 12px;
	
    font-weight: bold;
}
.in-case-text>div div:nth-of-type(2){
	font-size: 12px;
	color: #999999;
	line-height: 24px;
    padding: 0 5px 8px;
}
.in-case-text>div>a:hover div:first-of-type{
	color: #D9372A;
}
.in-case-text>div:hover{
	box-shadow: 3px 3px 8px 0.6px grey;
}
.in-case>div>div:nth-of-type(3){
	text-align: center;
}
.in-case>div>div:nth-of-type(3)>a{
	color: #666666;
	font-size: 14px;
	border: 1px solid #666666;
	padding: 15px 60px;
	line-height: 50px;
}
/*guanyuwo*/
/*.in-about{
	height: 600px;
    background-image: url(../images/index/in-ab-bj.jpg);
    background-size: cover;
    min-width: 1200px;
    margin-bottom: 55px;
}
.in-about>div{
	display: flex;
	justify-content: space-between;
	padding-right: 32px;
}
.in-about>div>img{
	width: 600px;
	height: 600px;
}
.in-ab-text{
	width: 500px;
	padding-top: 65px;
	color: white;
}
.in-ab-text>div:first-of-type{
	margin-bottom: 40px;
}
.in-ab-text>div:first-of-type div:first-of-type{
	font-size: 24px;
	font-weight: bold;
}
.in-ab-text>div:first-of-type div:nth-of-type(2){
	font-size: 18px;
}
.in-ab-text>div:nth-of-type(2){
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
}
.in-ab-text>span{
	display: block;
	width: 33px;
	height: 2px;
	background-color: #D83629;
	margin-bottom: 20px;
}
.in-ab-text>div:nth-of-type(3){
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 30px;
}
.in-ab-text>div:nth-of-type(4){
	font-size: 14px;
    text-indent: 28px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 45px;
}
.in-ab-text>a{
	font-size: 14px;
	background-color: #D9372A;
	padding: 8px 20px;
	color: white;
}*/
/*行业新闻与问题*/
.nandq-box{
	
	min-width: 1200px;
	padding-top: 0px;
}
.nandq-box>div{
	display: flex;
	justify-content: space-between;
}
.index-dtxw-box{
	width: 700px;
	margin-bottom: 40px;
}
.thechose>div{
	float: left;
	width: 50%;
	height: 70px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
	margin-bottom: 12px;
}
.thechose>div:hover{
	cursor: pointer;
}
.thechose>div:first-of-type{
	background-color: transparent;
	border: 1px solid transparent;
	color: #274FAB;
}
.thechose>div:nth-of-type(2){
	border: 1px solid transparent;
}
.thechose>div>span{
	font-size: 24px;
	font-weight: bold;
}
.index-dt-xw-text{
	clear: both;
}
.index-dt-xw-text>div:nth-of-type(1){
	padding-bottom: 20px;
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 20px;
}
.index-dt-xw-text>div:nth-of-type(1)>a>div:nth-of-type(1)>img{
	width: 100%;
	margin-bottom: 18px;
}
.index-dt-xw-text>div:nth-of-type(1)>a>div:nth-of-type(2){
	font-size: 18px;
	font-weight: bold;
	color: black;
	margin-bottom: 10px;
}
.index-dt-xw-text>div:nth-of-type(1)>a:hover div:nth-of-type(2){
	color: #CD3D37;
}
.index-dt-xw-text>div:nth-of-type(1)>a>div:nth-of-type(2)>span{
	font-size: 12px;
	font-weight: 100;
	color: #999999;
	margin-bottom: 10px;
}
.index-dt-xw-text>div:nth-of-type(1)>a>div:nth-of-type(3){
	font-size: 14px;
    color: #666666;
    text-indent: 30px;
    line-height: 20px;
}
.dtxw-box{
	padding-bottom: 20px;
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 20px;
}
.dtxw-box>a>p{
	width: 70px;
	height: 70px;
	background-color: #274FAB;
	font-size: 30px;
	font-weight: bold;
	color: white;
	text-align: center;
	float: left;
}
.dtxw-box>a>p>span{
	font-size: 14px;
	position: relative;
    bottom: 14px;
}
.dtxw-box>a>div{
	margin-left: 90px;
}
.dtxw-box>a>div:nth-of-type(1){
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
	color: black;
}
.dtxw-box>a:hover div:nth-of-type(1){
	color: #CD3D37;
}
.dtxw-box>a>div:nth-of-type(2){
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	text-align: justify;
}
.in-que-box{
	width: 351px;
	height: 655px;
}
.inque-til{
	font-size: 18px;
	background-color: transparent;
	height: 70px;
	width: 100%;
	text-align: center;
	line-height: 70px;
	margin-bottom: 16px;
}
.inque-til span{
	font-size: 24px;
	font-weight: bold;
}
.botque-text{
	border-top: 2px solid #BFBFBF;
	border-bottom: 2px solid #BFBFBF;
}
.list_lh{ height:580px; overflow:hidden;}
.list_lh li{clear: both;border-bottom: 1px solid #DCDCDC;padding-top: 8px;
    padding-bottom: 5px;}
/*.list_lh li.lieven{ background:#F0F2F3;}*/
.list_lh li p{  padding:5px 10px;height:auto; line-height:24px;width: 100%;word-wrap:break-word;font-size: 14px;padding-left: 0;}
.list_lh li p a{ float:left;}
/*.list_lh li p em{ width:80px; font:normal 12px/24px Arial; color:#FF3300; float:right; display:inline-block;}
.list_lh li p span{ color:#999; float:right;}*/
.list_lh li p a.btn_lh{ background:#28BD19; height:17px; line-height:17px; color:#fff; padding:0 5px; margin-top:4px; display:inline-block; float:right;}
.btn_lh:hover{ color:#fff; text-decoration:none;}

.btm p{ font:normal 12px/24px 'Microsoft YaHei'; text-align:center;}
.list_lh li p:first-of-type{
	margin-bottom: 15px;
	font-weight: bold;
	color: black;
}
.list_lh li p:nth-of-type(2){
	color: #666666;
}
.list_lh li p img{
	    width: 41px;
    height: 41px;
    float: left;
    margin-right: 10px;
}
.list_lh li p span{
	
    width: 280px;
        padding-top: 10px;
	text-overflow: ellipsis; 
	-webkit-box-orient: vertical; 
  　　  word-break: break-all;
	display: -webkit-box;
	overflow : hidden;
	-webkit-line-clamp: 2;
}
.nandq-box{
	padding-bottom: 30px;
}
/*联系我们*/
.index-cont{
	min-width: 1200px;
	height: 611px;
	background-image: url(../images/index/foot-bj.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0 60px;
}
.index-conbox-left{
	display: inline-block;
}
.index-conbox-left>div:nth-of-type(1){
	width: 500px;
	font-size: 18px;
	color: white;
	padding-bottom: 30px;
	border-bottom: 1px solid white;
	margin-bottom: 20px;
}
.index-conbox-left>div:nth-of-type(1)>span{
	font-size: 24px;
	font-weight: bold;
	line-height: 42px;
}
.index-conbox-left>div:nth-of-type(2){
	color: white;
	font-size: 16px;
	line-height: 42px;
}
.index-conbox-left>div:nth-of-type(2)>img{
	margin-right: 10px;
	width: 24px;
}
.index-conbox-left>div:nth-of-type(2)>span{
	font-weight: bold;
}
.index-conbox-left>div>div{
	margin-top: 12px;
}
.index-conbox-left>div>div>div{
	float: left;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-right: 60px;
}
.index-conbox-right{
	width: 600px;
	padding-top: 100px;
	float: right;
	text-align: center;
}
.index-conbox-right>form>input:not(:last-child){
	height: 45px;
	border: 1px solid white;
	width: 100%;
	background-color: transparent;
	font-size: 14px;
	text-indent: 64px;
	margin-bottom: 20px;
}
.index-conbox-right>form>input:nth-of-type(1){
	background-image: url(../images/index/name.png);
	background-repeat: no-repeat;
	background-position: 15px;
    background-size: 30px;
}
.index-conbox-right>form>input:nth-of-type(2){
	background-image: url(../images/index/phone.png);
	background-repeat: no-repeat;
	background-position: 16px;
    background-size: 28px;
}
.index-conbox-right>form>textarea{
	border: 1px solid white;
	width: 100%;
	background-color: transparent;
	font-size: 14px;
	text-indent:16px;
	padding-top: 10px;
	height: 190px;
	margin-bottom: 20px;
}
.index-conbox-right>form>input[type=submit]{
	border: 1px solid white;
	background-color: transparent;
	width: 200px;
	height: 50px;
	font-size: 18px;
	color: white;
}
.index-conbox-right>form>input::-webkit-input-placeholder{color:#DCDCDC;}
.index-conbox-right>form>input::-moz-placeholder{/* Mozilla Firefox 19+ */color:#DCDCDC;}
.index-conbox-right>form>input:-moz-placeholder{/* Mozilla Firefox 4 to 18 */color:#DCDCDC;}
.index-conbox-right>form>input:-ms-input-placeholder{/* Internet Explorer 10-11 */ color:#DCDCDC;}
.index-conbox-right>form>textarea::-webkit-input-placeholder{color:#DCDCDC;}
.index-conbox-right>form>textarea::-moz-placeholder{/* Mozilla Firefox 19+ */color:#DCDCDC;}
.index-conbox-right>form>textarea:-moz-placeholder{/* Mozilla Firefox 4 to 18 */color:#DCDCDC;}
.index-conbox-right>form>textarea:-ms-input-placeholder{/* Internet Explorer 10-11 */ color:#DCDCDC;}
/*友情链接*/
.thelink{
	text-align: center;
	height: 55px;
	line-height: 55px;
	font-size: 14px;
	min-width: 1200px;
	clear: both;
}
.thelink a{
	margin-right: 20px;
	color: #666666;
}
/*页尾*/
footer{
	background-color: black;
	min-width: 1200px;
	padding-bottom: 20px;
}
footer>div{
	color: white;
	line-height: 35px;
	text-align: center;
}
footer>div>div{
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #4F4F4F;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
footer>div>div a{
	color: white;
}

/*关于我们页面*/
.about-top {
    
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 70px;
    padding-bottom: 70px;
}
.top-bimg img{
	width: 100%;
}
.about-til{
	margin-top: 50px;
	margin-bottom: 40px;
}
.about-til div span{
	background-color: black;
}
.ab-top-til{
	margin-bottom: 30px;
}
.ab-top-til>div:nth-of-type(1){
	font-size: 24px;
}
.ab-top-til>div:nth-of-type(2){
	font-size: 18px;
	    margin-bottom: 3px;
}
.ab-top-til span{
	display: block;
	height: 1px;
	width: 90px;
	background-color: #1F41BE;
}
.ab-top-text{
    width: 620px;
    padding-top: 0px;
       float: right;
}
.ab-top-teo{
	line-height: 28px;
	padding-bottom: 28px;
	text-align: justify;
	margin-bottom: 30px;
}
.ab-top-teo span{
	display: block;
}

.about-top{
	height: auto;
    overflow: hidden;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ab-top-img>img{
	max-width: none;
	height: 380px;
}
.about-box{
	margin-bottom: 30px;
}
.about-main{
	height: 540px;
	background-image: url(../images/others/ab-bj.jpg);
	min-width: 1200px;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 1px;
	margin-bottom: 40px;
}
.ab-main-le{
	width: 605px;
}
.ab-main-le>div:nth-of-type(2){
	line-height: 30px;
	text-align: justify;
	font-size: 15px;
}
.ab-main-img img{
	max-width: 530px;
}
.ab-main-text{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about-bot-til{
	margin-bottom: 20px;
}
.ab-bot-tipe{
	text-align: center;
	color: #555555;
	font-size: 16px;
	margin-bottom: 45px;
}
.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.ab2-box .swiper-container{
	margin-bottom: 25px;	
}
.swiper-slide {
	text-align: center;
	font-size: 16px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.ab2-box .swiper-slide{
	width: 280px;
	text-align: center;
}
.ab2-box .swiper-slide span{
	display: block;
	padding: 15px 0;
	color: #333333;
}
.ab-sw-o .swiper-slide img{
	width: 100%;
	height: 210px;
	border: 2px solid #1B4292;
}
.ab-sw-t img{
	height: 386px;
	border: 2px solid #1B4292;
}
.ab-sw-o{
	padding-top: 20px;
}

/*产品中心页面*/
.prod-box{
	margin-top: 60px;
}
.prod-til{
	text-align: center;
	font-size: 18px;
	margin-bottom: 45px;
}
.prod-til span{
	display: inline-block;
	background-color: #666666;
	height: 1px ;
	width: 95px;
    margin-bottom: 4px;
    margin-left: 8px;
    margin-right: 8px;
}
.prod-top{
	text-align: center;
	font-size: 16px;
	margin-bottom: 35px;
}
.prod-top a{
	color: #666666;
}
.prod-top a span{
	padding: 6px 15px;
    border-radius: 5px;
}
.prod-top a .cc-sp{
	display: inline-block;	
	color: white;
	background-color: #457ABB;
}
.prod-text>ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.prod-text>ul li{
	width: 293px;
	margin-left: 9px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.prod-text>ul li:nth-of-type(4n+1){
	margin-left: 0;
}
.prod-text>ul li img{
	width: 293px;
	height: 215px;
	box-sizing: border-box;
	border: 1px solid #E1E1E1;
	margin-bottom: 12px;
}
.prod-text>ul li div{
	font-size: 18px;
	color: black;
	text-align: center;
}
.prod-text>ul li:hover img{
	border: 2px solid #457ABB;
}
.prod-text>ul li:hover div{
	color: #3F80CF;
}
.fenye{
	font-family: 黑体;
	padding-top: 20px;
    margin-bottom: 55px;
}
.fenye ul{
	display: flex;
	justify-content: center;
}
.fenye ul li{
	margin-left: 3px;
	margin-right: 3px;
}
.fenye ul li a{
	font-size: 16px;
	padding: 8px 13px;
	color: #666666;
	background-color: #D2D2D2;
}
.fenye ul li .acta{
	background-color: #457ABB;
	color: white;
}
/*产品内页*/
.pro-de-box{
	margin-top: 45px;
}
.case-de-til{
	text-align: center;
	font-size: 25px;
	color: #525252;
	margin-bottom: 30px;
	font-weight: bold;
}
.case-de-text{
	padding-bottom: 50px;
	margin-bottom: 40px;
	border-bottom: 1px dashed gainsboro;
}
.case-de-text>div{
	font-size: 18px;
	color: #525252;
	line-height: 30px;
	text-indent: 37px;
	text-align: justify;
}
.case-de-text>.case-de-img{
	text-indent: 0;
	line-height: normal;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.case-de-text>.case-de-img img{
	max-width: 100%;
}
.pro-de-bot{
	margin-bottom: 45px;
}
.pro-de-bot>div{
	font-size: 17px;
	font-weight: bold;
	color: #666666;
	border-bottom: 2px solid #457ABB;
	margin-bottom: 20px;
	min-width: 300px;
	padding-bottom: 5px;
}
.pro-de-bot>ul{
	display: flex;
	justify-content: space-between;
}
.pro-de-bot>ul li{
	width: 280px;
}
.pro-de-bot>ul img{
	width: 100%;
	height: 220px;
	margin-bottom: 10px;
	border: 1px solid gainsboro;
}
.pro-de-bot>ul div{
	text-align: center;
	color: #666666;
}

/*解决方案页面*/
.solu-box{
	margin-top: 50px;
}
.solu-til{
	text-align: center;
	margin-bottom: 45px;
}
.solu-til>div:first-of-type{
	font-size: 24px;
	font-weight: bold;
	color: #133477;
	margin-bottom: 5px;
}
.solu-til>div:nth-of-type(2){
	font-size: 18px;
}
.solu-til>div span{
	display: inline-block;
	width: 80px;
	height: 1px;
	background-color: #666666;
	margin-bottom: 4px;
	margin-left: 10px;
	margin-right: 10px;
}
.solu-text>ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.solu-text>ul li{
	width: 580px;
	border: 2px solid #666666;
	margin-bottom: 40px;
}
.solu-text>ul li a{
	padding: 12px 10px;
	display: flex;
	justify-content: space-between;
}
.solu-text>ul li a>img{
	width: 188px;
	height: 200px;
}
.solu-text>ul li a>div{
	width: 355px;
	padding-top: 20px;
	color: #333333;
}
.solu-text>ul li a>div div{
	font-size: 18px;
	margin-bottom: 10px;
}
.solu-text>ul li a>div div span{
	display: block;
	width: 20px;
	height: 2px;
	background-color: #666666;
	margin-top: 8px;
}
.solu-text>ul li a>div>span{
	display: block;
	text-align: justify;
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
}
.solu-text>ul li a>div>span span{
	color: black;
}
/*案例页面*/
.case-text>ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.case-text>ul li{
	width: 580px;
	border: 2px solid #666666;
	margin-bottom: 45px;
}
.case-text>ul li a{
	display: flex;
	justify-content: space-between;
	padding: 12px;
}
.case-text>ul li a img{
	width: 300px;
	height: 230px;
}
.case-text>ul li a>div{
	width: 230px;
	padding-top: 25px;
}
.case-text>ul li a>div div{
	font-size: 16px;
	margin-bottom: 8px;
	color: #333333;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case-text>ul li a>div div span{
	display: block;
	width: 16px;
	height: 2px;
	background-color: #666666;
	margin-top: 2px;
}
.case-text>ul li a>div>span{
	display: block;
	text-align: justify;
	width: 100%;
	font-size: 13.5px;
	line-height: 21px;
	color: #666666;
}
.case-text>ul li a>div>span span{
	color: black;
}


/*新闻页面*/
.news-box{
	margin-top: 50px;
}
.news-text>ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news-text>ul li{
	width: 576px;
	border: 2px solid #666666;
	margin-bottom: 30px;
}
.news-text>ul li a{
	display: flex;
	justify-content: space-between;
	padding-right: 10px;
	    height: 100%;
}
.news-date{
	background-color: #E8E8E8;
	width: 83px;
	text-align: center;
	color: black;
	font-size: 36px;
	position: relative;
	padding-top: 10px;
}
.news-date span {
    display: block;
    background-color: #666666;
    color: white;
    padding: 0 5px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
}
.news-imp {
    width: 455px;
    padding: 14px 0 0;
    font-size: 18px;
    color: black;
}
.news-imp>span {
    display: block;
    color: #666666;
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 20px;
    margin-top: 10px;
}
.news-imp>span span{
	color: black;
}


/*新闻内页*/
.news-de-til {
	margin-top: 100px;
	border-bottom: 1px solid gainsboro;
	margin-bottom: 40px;
}
.news-de-til>div {
	font-size: 28px;
	text-align: center;
}
.news-de-til>div>div {
	color: #999999;
	font-size: 15px;
	margin-top: 30px;
	padding-bottom: 15px;
}
.news-de-til>div>div>span {
	margin-left: 15px;
	margin-right: 10px;
}
.news-de-text>div {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 10px;
	text-indent: 15px;
	text-align: justify;
}
.news-de-text>.news-text-img {
	text-indent: 0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news-de-text>.news-text-img>img {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.news-de-simg {
	float: left;
	margin-bottom: 15px;
	margin-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news-de-simg img{
	max-width: 100%;
}
.de-box-til {
	font-weight: bold;
	font-size: 18px;
}
.thebottom-jump>div {
	margin-top: 100px;
	border-top: 1px solid gainsboro;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.thebottom-jump>div>a {
	font-size: 15px;
	color: #999999;
	line-height: 35px;
	border: 1px solid gainsboro;
	text-align: center;
	margin-top: 40px;
	padding: 3px 15px;
}
.thebottom-jump>div>a>div {
	height: 30px;
	line-height: 30px;
}
.thebottom-jump>div>a:hover {
	background-color: gainsboro;
	color: darkblue;
}
.therr {
	width: 900px;
	float: right;
}
.thell {
	width: 250px;
	text-align: center;
	border-bottom: 1px solid gainsboro;
	border-top: 1px solid gainsboro;
	display: inline-block;
	margin-top: 146px;
}
.thell ul {
	padding-left: 0;
	list-style-type: none;
	text-align:left;
}
.thell li {
	margin-bottom: 5px;
}
.thell ul a {
	color: #666666;
}
.thell h4 {
	margin-bottom: 10px;
}

/*联系我们页面*/
.cont-box{
	margin-top: 50px;
}
.cont-top{
	width: 1022px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
}
.cont-top>img{
	width: 100%;
}
.cont-top>div{
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
}
.cont-top>div>div{
	font-size: 14px;
	text-align: left;
}
.cont-top>div>div:nth-of-type(3){
	margin-right: 85px;
}
.cont-top>div>div:nth-of-type(2){
	margin-left: 12px;
}
.cont-top>div>div>span{
	display: block;
}
.cont-top>div>div>span:nth-of-type(1){
	font-weight: bold;
	color: #DA362C;
	margin-top: 5px;
    margin-bottom: 8px;
}
.cont-top>div>div>span:nth-of-type(2){
	height: 1px;
	width: 30px;
	background-color: #1B4292;
	margin-right: auto;
	margin-left: auto;
}
.map-box{
	width: 100%;
	height: 400px;
	border: 2px solid #E1E2E6;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 35px;
}
.map-box>img{
	width: 100%;
	height: 100%;
}
.cont-bot{
	margin-bottom: 45px;
}
.cont-bot>form{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.cont-bot>form>div:nth-of-type(1){
	width: 390px;
	background-color: #F5F6FA;
	padding: 25px 35px 8px;
	font-size: 15px;
}
.cont-bot>form>div:nth-of-type(1)>div{
	border-bottom: 1px solid #D3D3D3;
	padding-bottom: 12px;
    padding-top: 15px;
}
.cont-bot>form>div:nth-of-type(1)>div>input{
	border: none;
	background-color: transparent;
	outline: none;
}
.cont-bot>form>div:nth-of-type(1)>div>label{
	font-weight: 100;
}
.cont-bot>form>div:nth-of-type(1)>div:first-of-type{
	font-weight: bold;
	margin-bottom: 10px;
	border: none;
	text-align: center;
	padding-bottom: 0;
	padding-top: 0;
}
.cont-bot>form>div:nth-of-type(2){
	width: 720px;
	text-align: center;
}
.cont-bot>form>div:nth-of-type(2) textarea{
	width: 100%;
	border: 1px solid #E1E2E6;
	background-color: #F5F6FA;
	padding-top: 12px;
	text-indent: 10px;
	font-size: 15px;
	height: 250px;
	margin-bottom: 10px;
}
.cont-bot>form>div:nth-of-type(2) input{
	font-size: 18px;
	width: 280px;
	height: 45px;
	border: 1px solid #E1E2E6;
	background-color: #F5F6FA;
}



.navbar-default{
	width: 100%;
	z-index: 999;
}

.dropdown-menu{
	border-top:none;
	border-bottom: 2px solid #D9372A;
}
.dropdown-menu>li>a {
    padding: 3px 13px;
}
.dropdown-menu{
	min-width: 104px;
	font-size: 15px;
	left: -1px;
}
.navbar-nav>li>.dropdown-menu{
	    margin-top: -2px;
}
.dropdown-menu>li>a:hover{
	background-color: #CD3D37;
	color: white;
}
.navbar-default .navbar-nav>.active>a {
    color: #133477;
    background-color: white;
    border-bottom: 2px solid #D9372A;
    border-top: 2px solid #D9372A;
}

/*艺站平台*/
.yzpt-box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
	margin-top: 45px;
}
.yzpt-box>img{
	width: 644px;
	height: 361px;
}
.yzpt-lef{
	width: 448px;
	padding-top: 15px;
}
.yzpt-lef>div{
	font-size: 14px;
	text-align: justify;
	margin-bottom: 40px;
}
.yzpt-lef>ul{margin-bottom: 30px;}
.yzpt-lef>ul li{
	color: #E45223;
	font-size: 15px;
	margin-bottom: 20px;
}
.yzpt-lef>ul li img{
	margin-right: 15px;
	margin-bottom: 1px;
}
.yzpt-lef a{
	display: block;
	text-align: center;
	width:200px;
}
.yzpt-lef a{
	font-size: 16px;
	border: 2px solid black;
	padding: 10px 50px;
	border-radius: 22px;
	color: black;
}
.about-top img{max-width: 50%;
    float: left;
    height: auto !important;}
.ab-top-img{    float: left;}
.cont img{max-width: 100%;}
.ab-top-img img{max-width: 100%;}