@charset "utf-8";

@import url("../fonts/Turnpike/stylesheet.css");



.clear{clear: both;}


body,html{
	height: 100%;
	outline: none;
}


*{margin: 0; padding: 0;}
a:active,button:active,input:active,li:active,img:active{
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


a,button,input,li,img{
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


body{
	padding: 0;
	margin: 0;
	font-family: "microsoft yahei" , arial;
	box-sizing: border-box;
	letter-spacing:.5px
}

a{text-decoration: none;}
ul li{
	list-style: none;
}
input,button,a{
	outline: none;
}

h1,h2,h3,h4,h5,h6{
	margin-block-start: 0;
	margin-block-end: 0;
}
img{
	border: none;
}


.container{
	max-width: 1600px;
	width: 92%;
	margin: 0 auto;
	height: auto;
}



.nav_top{
	background: #FFFFFF;
	height: 92px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	border-bottom: 1px solid #eeeeee;
}

.nav_top .container{
	display: flex;
	height: 100%;
}

.logo{
	background-position: center left;
	height: 100%;
	background-repeat: no-repeat;
	width: 225px;
	display: block;
	padding-right: 2%;
}

.nav{
	height: auto;
	flex: 1;
	display: flex;
	justify-content: flex-end;
}

.nav>ul{
	width: 100%;
	max-width: 735px;
	float: right;
	height: 92px;
	display: flex;
}

.nav>ul>li{
	display: inline-block;
	line-height: 92px;
	flex: 1;
	text-align: center;
	position: relative;
} 

.nav>ul>li>a{
	display: block;
	width: 100%;
	height: 92px;
	color: #757578;
	font-size: 14px;
}

.nav>ul>li>ul{
	display: none;
	position: absolute;
	top: 92px;
	left: 0;
	min-width: 100%;
	width: auto;
}

.nav>ul>li>ul li{
	line-height: 40px;
	background: #eeeeee;
	width: auto;
	min-width: 100%;
	/* padding: 0 10px; */
	border-bottom: 1px solid #fff;
}

.nav>ul>li>ul li:last-child{
	border: none;
}

.nav>ul>li>ul li.navhover{
	background: #6B1E18;
}

.nav>ul>li>ul li.navhover a{
	color:#fff !important;
}


.nav>ul>li>ul li a{
	display: block;
	width: 100%;
	height: 40px;
	color: #666666;
	font-size: 14px;
	white-space:nowrap;
}

.nav>ul>li:hover>a{
	color: #6b1e18 !important;
}

.active>a{
	color: #6b1e18 !important;
}


.search_box{
	width: 100%;
	height: 92px;
	display: none;
}

.search_box button,.search_box div{
	width: 26px;
	height: 100%;
	border: none;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}


.search_box input{
	border: none;
	height: 46px;
	margin-top: 23px;
	width: calc(100% - 52px);
	display: inline-block;
	text-indent: 1em;
	float: left;
	font-size: 14px;
	line-height: 46px;
	
}


.search_bg{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 3;
	width: 100%;
	background: rgba(0,0,0,0.5);
}



.search{
	width: 30px;
	padding-left: 2%;
	height: 100%;
	cursor: pointer;
	background-position: center right;
	background-repeat: no-repeat;
}



.close{
	cursor: pointer;
	float: right !important;
}


.mini_nav{
	height: 59px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	display: none;
	border-bottom: 1px solid #eeeeee;
}

.mini_nav .container{
	position: relative;
}

.mini_nav .container img{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
	cursor: pointer;
}


.mini_logo{
	width: 100%;
	height: 60px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 35%;
}


.mini_bg{
	background: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	display: none;
	width: 100%;
	height: 100%;
}
.mini_bg .container>ul{
	overflow-y: auto;
}

.mini_bg .container>ul::-webkit-scrollbar{width:0px}

.mini_bg>ul{
	margin-top: 12px;
	width: 100%;
	height: auto;
}

.mini_bg ul li{
	width: 100%;
	display: block;
	height: auto;
}
.down_up>a::after{
	content: '';
	background-image: url(../img/index/right.png);
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 45px;
	position: absolute;
}


.down_up>a.aa::after{
	content: '';
	background-image: url(../img/index/right.png);
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 45px;
	position: absolute;
	transform: rotate(90deg);
}


.mini_bg .container>ul>li>a{
	border-bottom: 1px dashed rgba(255,255,255,0.2);
}


.mini_bg ul li a{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 45px;
	text-indent: 1em;
	height: 45px;
	position: relative;
}
.mini_bg ul li ul{
	display: none;
	border-bottom: 1px dashed rgba(255,255,255,0.2);
}

.mini_bg ul li ul li a{
	text-indent: 2em;
}


.mini_search{
	width: 100%;
	height: 36px;
	margin-top: 66px;
	background-color: rgba(255,255,255,0.9);
	border-radius: 8px;
}

.mini_search div,.mini_search button{
	width: 34px;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50%;
	float: left;
}


.mini_search button{
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
	border: none;
	background-color: transparent;
}

.mini_search input{
	border: none;
	height: 36px;
	width: calc(100% - 68px);
	display: inline-block;
	float: left;
	font-size: 14px;
	line-height: 46px;
	background-color: transparent;
	
}




.mini_close{
	cursor: pointer;
	float: right !important;
}





@media only screen and (max-width: 768px){
	.nav_top{
		display: none;
	}
	
	.mini_nav{
		display: block;
	}
}







.swiper-container {
	width: 100%;
	height: 300px;
}


.swiper-index{
	width: 100%;
	height: 100%;
}

.swiper-index .container{
	height: 100%;
	position: relative;
}



.swiper-index .swiper-slide .slogan{
	width: 400px;
	height: auto;
	z-index: 3;
	position: absolute;
	right: 0;
	top: 50%;
	
}


.swiper-index .swiper-slide h2{
	font-size: 54px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	width: 100%;
	text-align: justify;
	text-align-last: justify;
	padding-bottom: 10px;
}



.swiper-index .swiper-slide span{
	font-size: 20px;
	color: #fff;
	font-family: "arial black";
	display: inline-block;
	width: 100%;
	font-weight: normal;
	text-align: justify;
	line-height: 1.2em;
}


.swiper-index .swiper-slide span i{
	color: #ad2419;
	font-style: normal;
	display: inline-block;
	letter-spacing: 2.6px;
}

.swiper-index .swiper-slide a{
	display: block;
	width: 100%;
	height: 31px;
	margin: 20px auto 0;
} 
 
 .swiper-index .swiper-slide img{
	 float: left;
	 height: 31px;
 }


.swiper-index span i{
	color: #ad2419;
	font-style: normal;
	display: inline-block;
}  


.swiper-index .swiper-slide{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}



.index_p{
	width: 6px;
	height: 6px;
	border: 2px solid #fff;
	border-radius: 5px;
	display: inline-block;
	margin: 0 20px;
}

.swiper-index-page{
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	bottom: 7% !important;
}
.swiper-index-page .swiper-pagination-bullet-active{
	width: 54px;
	height: 2px;
	background: #ad2419 !important;
	transition: all .3s;
	border: none;
	line-height: 10px;
}






.TrackMatte{
	background-color: rgba(0,0,0,0.4); width: 100%; height: 100%; position: absolute; top: 0; left: 0;
	z-index: 1;
}





.design{
	width: 100%;
	height: 210px;
	padding: 95px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;	
}

.design .container{
	height: 100%;
}

.design ul{
	display: flex;
	display:-webkit-flex; 
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.design ul li{
	flex: 1;
	-webkit-flex: 1;
	height: 100%;
	margin-right: 5px;
	/* position: relative; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.design ul li:last-child{
	margin-right: 0;
}
.design ul li a{
	display: flex;
	display:-webkit-flex;
	/* justify-content: center; */
	align-items: center;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.design ul li a div{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index:0;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.7);
	display: inline-block;
	overflow: hidden;
}

.design ul li a span{
	font-size: 16px;
	color: #0c0809;
	position: absolute;
	z-index: 1;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}

.design ul li a:hover div{
	background: rgba(0,0,0,0.8);
}
.design ul li a:hover span{
	color: #fff;
}















.footer{
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
	width: 100%;
	height: 246px;
	padding: 83px 0;
	
}
.footer .container{
	display: flex;
	height: 100%;
}
.footer .container>div{
	border-right: 1px solid rgba(255,255,255,0.5);
	height: 100%;
}

.footer .container>div:nth-child(1){
	flex: 1;
}

.footer .container>div:nth-child(2){
	flex: 1.5;
}


.footer .container>div:last-child{
	flex: 1;
	border-right: none;
}

.copyright{
	display: flex;
	flex-direction:column;
	justify-content: space-between;
	width: 100%;
}

.copyright div{
	width: 100%;
}

.copyright div span{
	width: 96%;
	display: block;
}

.f_contact{
	font-size: 12px;
	color: #fff;
	line-height: 24px;
}

.f_contact a{
	color: #fff;
}

.name{
	height: 48px;
	line-height: 48px;
	font-size:16px;
	color: #fff;
}



.w_logo{
	background-repeat: no-repeat;
	background-size: auto 25px;
	height: 75px;
	background-position: left center;
	
}


.contactus>div, .contactus ul{
	width: 90%;
	max-width:320px;
	margin: 0 auto;
}


.contactus ul li{
	display: block;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #969ba4;
	color: #fff;
	font-size: 12px;
	white-space:nowrap;
}
.contactus ul li div{
	display: inline-block;
}

.contactus ul li div:first-child{
	float: left;
	text-align: left;
}
.contactus ul li div:last-child{
	float: right;
	text-align: right;
}



.quickmark{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.quickmark ul{
	width: auto;
	height: auto;
}

.quickmark ul li {
	display: inline-block;
	margin: 0 25px;
}

.quickmark ul li:last-child{
	margin: 0;
}

.quickmark ul li img{
	display: block;
	width: 99px;
	height: auto;
}

.quickmark ul li span{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 45px;
	font-size: 12px;
}









/*new*/

.new_head{
	width: 100%;
	margin-top: 92px;
	padding: 47px 0;
	overflow: hidden;
}


.new_head span{
	display: inline-block;
	padding: 34px 0 20px;
	width: auto;
	position: relative;
	color: #666666;
	font-size: 24px;
	font-weight: bold;
}


.new_head>span::after{
	content: '';
	height: 2px;
	width: 100%;
	background-color: #6b1e18;
	position: absolute;
	left: 0;
	bottom: 0;
}



.new_box{
	width: 100%;
}

.new_box a{
	display: flex;
	max-width: 100%;
	height: auto;
	padding: 52px 6%;
	border-top: 2px solid #e5e5e5;
}

.new_box a:last-child{
	border-bottom: 2px solid #e5e5e5;
}

.new_img{
	background-position: center center;
	background-repeat: no-repeat;
	height: 190px;
	width: 400px;
}

.new_content{
	flex: 1;
	min-width: 50%;
	padding-left: 45px;
	display: flex;
	flex-direction: column;
}


.new_title{
	font-size: 16px;
	color:#666666;
	font-weight: bold;
	display: block;
	width: 100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.time{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color:#666666;
	display: block;
	width: 100%;
}
.para{
	height: auto;
	line-height: 26px;
	font-size: 14px;
	color:#666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:4;
	text-align: justify;
	width: 100%;
	flex: 1;
}

.examine{
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
}

.examine i{
	display: block;
	width: 0%;
	height: 1px;
	margin-top: 9.5px;
	float: left;
	background-color: #6b1e18;
}

.examine div{
	width: 80px;
	height: 20px;
	line-height: 20px;
	position: relative;
	text-align: left;
	float: left;
}

.examine div::after{
	content: '';
	background-image: url(../img/new/new_r.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	height: 20px;
	width: 16px;
}


.new_box a:hover{
	background: #eeeeee;
}

.new_box a:hover .new_title , .new_box a:hover .time , .new_box a:hover .examine div{
	color: #000000;
}
.new_box a:hover i{
	width: calc(100% - 100px);
	transition: all .3s;
	margin-right: 20px;
}


.readmore{
	margin: 70px auto;
	height: 38px;
	width: 129px;
	line-height: 38px;
	text-align: center;
	background-color: #6b1e18;
}

.readmore a{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	height: auto;
}



.new_d>span::after{
	content: '';
	height: 2px;
	width: 12%;
	background-color: #6b1e18;
	position: absolute;
	left: 0;
	bottom: 0;
}
.new_d_btn{
	display: inline-block;
	float: right;
}
.new_d_btn span ,.new_d_btn a{
	display: inline-block;
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	height: 99px;
	line-height: 99px;
	padding: 0 30px;
	position: relative;
}

.new_d_btn span::before{
	content: '';
	background-image: url(../img/new/t.png);
	background-position: center center;
	height: 22px;
	width: 22px;
	margin-top: -11px;
	position: absolute;
	background-size: 100% 100%;
	top: 50%;
	left: 0;
}

.new_d_btn .fx::before{
	content: '';
	background-image: url(../img/new/f.png);
	background-position: center center;
	height: 22px;
	width: 22px;
	margin-top: -11px;
	position: absolute;
	background-size: 100% 100%;
	top: 50%;
	left: 0;
}


.ba::before{
	content: '';
	background-image: url(../img/new/b.png);
	background-position: center center;
	height: 22px;
	width: 22px;
	margin-top: -11px;
	position: absolute;
	background-size: 100% 100%;
	top: 50%;
	left: 0;
}

.new_d_box p{
	display: block;
	width: 100%;
	padding: 5px 0;
	font-size: 14px;
	line-height: 24px;
	text-indent: 2em;
	text-align: justify;
	color: #666666;
}
.new_d_box img{
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 0;
}

.new_d_box{
	width: 100%;
	height: auto;
	padding-bottom: 40px;
	border-bottom: 1px solid #bfbfbf;
}

.new_d_select{
	height: 56px;
	width: 100%;
	padding: 48px 0;
	position: relative;
}

.new_d_select span{
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 5px;
}

.new_d_select span a{
	display: inline;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #666666;
}

.new_d_select .scrpllTo{
	display: block;
	width: 31px;
	height: 17px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8.5px;
}
.new_d_select .scrpllTo img{
	display: block;
	width: 100%;
}



/*project*/



.pro_tab{
	width: 100%;
	margin-top: 92px;
	padding: 47px 0;
	overflow: hidden;
}
.pro_tab ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}

.pro_tab ul li{
	display: inline-block;
	width: auto;
	position: relative;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	margin-right: 35px;
	cursor: pointer;
	line-height: 56px;
}


.pro_tab_n{
	width: 100%;
	margin-top: 92px;
	padding: 70px 0 47px;
	/* overflow: hidden; */
	position: relative;
}
.pro_tab_n ul{
	width: 100%;
	height: auto;
}

.pro_tab_n ul li{
	display: inline-block;
	width: auto;
	height: 100%;
	padding-bottom: 17px;
	position: relative;
	color: #666666;
	margin-right: 6px;
	font-size: 14px;
	font-weight: bold;
}

.pro_tab_n ul li a{
	display: inline-block;
	color: #666666;
}
.pro_tab_n .ba{
	display: inline-block;
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	padding: 0 0 0 30px;
	position: relative;
}

.pro_back{
	width: auto;
	position: absolute;
	right: 0;
	top: 75px;
}


.pro_tab_n ul li:nth-child(1)::after{
	content: '';
	height: 2px;
	width: 100%;
	background-color: #6b1e18;
	position: absolute;
	left: 0;
	bottom: 0;
}

.pro_n_cont{
	padding: 25px 0 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.pro_n_cont .swiper_box{
	width: 55%;
	height: 100%;
	float: left;
}

.swiper_box .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }
.swiper_box .swiper-slide {
      background-size: cover;
      background-position: center;
	  cursor: pointer;
    }
.swiper_box .pro-top {
      /* height: 79%; */
      height: auto;
	  margin-bottom: 1%;
      width: 100%;
    }
.swiper_box .pro-thumbs {
      height: 130px;
      box-sizing: border-box;
      padding: 10px;
	  background-color: #eeeeee;
    }

.pro-top img{
	width: 100%;
	display: block;
	height: auto;
}

.describe{
	width: 45%;
	float: left;
	height: 100%;
}

.describe h2, .describe .describe_content{
	display: block;
	width: 70%;
	margin: 0 auto;
}
.describe h2{
	height: 80px;
	font-size: 24px;
	color: #666666;
}

.describe_content p{
	display: inline-block;
	width: 100%;
	height: 55px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666666;
}

.describe_content strong{
	display: inline-block;
	width: 100px;
	font-size: 18px;
	white-space: nowrap;
}



.pro_next{
	padding: 80px 0;
	display: flex;
	justify-content: space-between;
}
.pro_next span{
	display: inline-block;
	color: #666666;
	font-size: 14px;
}

.pro_next a{
	display: inline-block;
	color: #666666;
	font-size: 14px;
}




.pro_tab ul li.current{
	font-size: 24px;
	color: #000000;
	/* height: 2px; */
	/* padding: 34px 0 ; */
	border-bottom: 2px solid #6b1e18;
}


.pro_cont{
	padding: 0 0 90px;
	width: 100%;
	height: auto;
}


.item{
	display: none;
}


.item ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.pro_item ul li{
	width: calc(20% - 3.2px);
	height: 320px;
	float: left;
	margin-bottom: 4px;
	margin-right: 4px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%; 
	display: inline-flex;
	justify-content: center;
	align-items: flex-end;
}
.pro_item ul li:nth-child(5n){
	margin-right: 0;
}


.pro_item ul li a{
	height: 44px;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	display: flex;
	align-items: center;
}

.pro_item ul li a span{
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	/* font-weight: bold; */
}

.pro_item ul li:hover a{
	height: 100%;
	/* transition: all .6s; */
}










.abo_tab{
	width: 100%;
	margin-top: 92px;
	padding: 47px 0;
	overflow: hidden;
}
.abo_tab ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}

.abo_tab ul li{
	display: inline-block;
	width: auto;
	position: relative;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	margin-right: 35px;
	cursor: pointer;
	line-height: 56px;
}

.abo_tab ul li.current{
	font-size: 24px;
	color: #000000;
	/* height: 2px;
	padding: 34px 0 ; */
	border-bottom: 2px solid #6b1e18;
}


.abo_cont{
	padding: 0 0 90px;
	width: 100%;
	height: auto;
}


.abo_item ul.Ideology li{
	width: calc(25% - 1.5px);
	height: 525px;
	display: block;
	float: left;
	margin-right: 2px;
	background-repeat: no-repeat;
	background-position: center center;
	/* background-size: auto 100%; */
	position: relative;

}
.abo_item ul.Ideology li:nth-child(4){
	margin-right: 0;
}


.abo_item ul.Ideology li a{
	height: 100%;
	width: 100%;
	display: block;
	/* align-items: center; */
	text-align: center;
	background-color: rgba(0,0,0,0.3);
	position: relative;
	cursor: default;
}

.index_show{
	width: 100%;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
	display: block;
}






.abo_item ul.Ideology li a h3{
	display: block;
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.abo_item ul.Ideology li a p{
	display: block;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	height: auto;
	color: #fff;
	text-transform: capitalize;
}
.abo_item ul.Ideology li a span{
	width: 70%;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	margin-top: 35px;
	height: auto;
	display: none;
	line-height: 25px;
}




.abo_item ul.Ideology li.hover a{
	background-color: rgba(0,0,0,0.7);
}

.abo_item ul.Ideology li.hover a span{
	display: block;
}






.company{
	width: 100%;
	height: 640px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%; 
}



.company_box{
	min-width: 43%;
	height: 100%;
	padding: 0 40px;
	float: right;
	background-color: rgba(83,83,83,0.9);
}

.company_con{
	width: 500px;
	padding: 0;
	height: 524px;
	margin: 58px auto;
}



.company_con::-webkit-scrollbar
{
	width: 0;
	height:0;
	background-color: transparent;
}
 
.company_con::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: transparent;
}
 
.company_con::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: rgba(0,0,0,.3);
}

.company_con p , .company_con b{
	display: block;
	max-width: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 12px;
	text-indent: 2em;
	text-align: justify;
}
.company_con p:last-child , .company_con b{
	margin-bottom: 0;
}

.logo_item ul{
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
}

.logo_item ul li{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #eeeeee;
	flex: 0 0 16%;
	margin-right: 0.8%;
	height: 105px;
	margin-bottom: 20px;
    box-sizing: border-box;
}
.logo_item ul li:nth-child(6n){
	margin-right: 0;
}

.logo_item ul li a{
	display: block;
	width: 100%;
	height: 100%;
}



.map_box{
	width: 100%;
	height: 490px;
	position: relative;
	margin: 30px 0 96px;
}

#BTmap{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#BTmap .anchorBL{
	display: none;
}


.mapcontact{
	position: absolute;
	z-index: 2;
	right: 5%;
	top: 0;
	height: calc(100% - 120px);
	width: 390px;
	padding: 60px;
	background-color: rgba(83,83,83,0.9);
}

.mapcontact h2{
	display: block;
	height: 47px;
	width: 100%;
	padding: 0 1%;
	position: relative;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
}

.mapcontact h2::before{
	content: '';
	height: 2px;
	width: 100%;
	background-color: #6b1e18;
	position: absolute;
	left: 0;
	bottom: 0;
}

.mapcontact ul{
	width: 100%;
	margin: 20px auto;
	height: auto;
}

.mapcontact ul li{
	display: flex;
	width: 100%;
	height: 36px;
	line-height: 36px;
}
.mapcontact ul li span{
	display: block;
	flex: 1;
	color: #fff;
	font-size: 16px;
	margin-left: 20px;
	line-height: 36px;
}

.mapcontact ul li div{
	width: 22px;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}


.erwm{
	margin-top: 26px;
	height: 100px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.erwm img{
	display: inline-block;
	margin-right: 10px;
}

/* .erwm span{
	display: inline-block;
	line-height: 24px;
	color: #fff;
	font-size: 16px;

}
 */


.ser_tab{
	width: 100%;
	padding: 20px 0 40px;
	overflow: hidden;
	margin-top: 50px;
}
.ser_tab ul{
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}

.ser_tab ul li{
	display: inline-block;
	width: auto;
	position: relative;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	margin-right: 35px;
	cursor: pointer;
	line-height: 56px;
}

.ser_tab ul li.current{
	font-size: 24px;
	color: #000000;
	/* height: 2px;
	padding: 34px 0 ; */
}


.ser_cont{
	/* padding: 30px 0 0; */
	width: 100%;
	height: auto;
}


.service_con p{
	margin-bottom: 0px !important;
}

.company_con b{
	color: #c63537 !important;
	font-weight: bold;
}


.ser_n_item{
	width: 100%;
	height: auto;
}

.ser_n_box{
	display: flex;
	width: 100%;
	height: auto;
}

.ser_n{
	width: 520px;
	height: 390px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.ser_n_content{
	flex: 1;
	padding-left: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.ser_n_content p{
	display: block;
	font-size: 14px;
	color: #666666;
	text-align: left;
	line-height: 25px;
	margin-bottom: 8px;
}
.ser_n_content p:nth-child(1) ,.ser_n_content p:nth-child(2){
	text-indent: 2em;
	text-align: justify;
}


.ser_n_content p b{
	display: inline-block;
	font-weight: bold;
	font-style: normal;
	padding: 0 6px;
}



@media screen and (min-width: 768px){
	.company_con,.about_company{
		width: 550px !important;
	}
}



@media screen and (max-width: 1400px) {
	
	.new_d_btn{
		width: 100%;
		padding-top: 20px;
	}
	.new_d_btn span ,.new_d_btn a{
		height: auto;
		float: left;
		line-height: normal;
	}
}
@media screen and (max-width: 1108px) {
	.pro_cont{
		padding: 0 0 50px;
	}
	.abo_tab ul, .pro_tab ul,.ser_tab ul{
		display: flex;
		align-items: center;
		white-space: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
		scrollbar-width: none; 
	}
	
	/*.abo_tab ul li,.pro_tab ul li,.ser_tab ul li{
		cursor: move;
	} */
	
	
	.pro_tab ul::-webkit-scrollbar ,.ser_tab ul::-webkit-scrollbar,.abo_tab ul::-webkit-scrollbar  {
	        display:none;
	      }
	.ser_n{
		width: 300px;
		/* height: 225px; */
	}
	
	
	
	
	
}
@media screen and (max-width: 990px) {
	.design{
		height: 430px;
		background-size: auto 100%;
	}
	.design ul{
		 flex-flow: row wrap;
	}
	.design ul li{
		height: calc(50% - 5px);
		flex: 0 0 calc(33.333% - 4px);
		margin-right: 6px
	}
	.design ul li:nth-child(3n){
		margin-right: 0;
	}
	.copyright{
		width: calc(50% - 0.5px);
		max-width: calc(100% - 346px);
		float: left;
	}
	.contactus{
		width: calc(50% - 0.5px);
		min-width: 345px;
		float: left;
	}
	.footer{
		height: auto;
		padding: 40px 0 25px;
	}
	.footer .container>div:nth-child(1){
		flex: none;
	}
	.footer .container>div:nth-child(2){
		flex: none;
		border: none;
	}
	.footer .container>div:nth-child(3){
		flex: none;
	}
	.quickmark{
		width: 100%;
		/* float: left; */
		display: flex;
		justify-content: center;
		padding-top: 50px;
		
	}
	
	.quickmark ul li {
	    display: inline-block;
	    margin: 0 25px 0 0;
	}
	.footer .container{
		display: inherit;
	}
	.company_box{
		min-width: 50%;
		background-color: rgba(50,50,50,0.7);
	}
	
	.pro_item ul li{
		width: calc(25% - 3.2px);
	}
	.pro_item ul li:nth-child(5n) {
	    margin-right: 4px;
	}
	
	.pro_item ul li:nth-child(4n) {
	    margin-right: 0;
	}
	.pro_item ul li a span{
		font-size: 14px;
	}
	
	
	.pro_tab ul li.current{
		font-size: 18px;
	}
	.ser_n_box{
		display: block;
	}
	.ser_n{
		width: 100%;
		margin-bottom: 30px;
	}
	.ser_n_content{
		flex: none;
		width: 100%;
		height: auto;
		padding: 0;
	}
	
	.mapcontact{
		width: 350px;
		right: 0%;
		padding: 60px 40px;
	}
	.new_box a:hover{
		background: #ffffff;
	}
	.examine {
	    margin-top: 10px;
	}
	
}
@media screen and (max-width: 768px) {
	
	.new_head, .abo_tab, .pro_tab{
		margin-top: 60px;
		padding: 20px 0;
	}
	.pro_tab_n{
		margin-top: 60px;
		padding: 35px 0 20px;
	}
	
	
	.abo_item ul.Ideology li{
		width: calc(50% - 4px);
		height: 300px;
		margin-bottom: 4px;
		margin-right: 4px;
	}
	.abo_item ul.Ideology li:nth-child(2n){
		margin-right: 0;
	}
	.abo_cont{
		padding: 10px 0 50px;
	}
	.abo_tab ul li.current{
		font-size: 20px;
	}
	.abo_item ul.Ideology li a h3{
		font-size: 20px;
	}
	.abo_item ul.Ideology li a p{
		font-size: 16px;
	}
	.abo_item ul.Ideology li a span{
		width: 80%;
		margin-top: 12px;
		line-height: 21px;
	}
	
	.logo_item ul li{
		flex: 0 0 24%;
		height: 70px;
		margin-bottom: 10px;
	}
	.logo_item ul li:nth-child(6n){
		margin-right: 0.8%;
	}
	.logo_item ul li:nth-child(4n){
		margin-right: 0;
	}
	/* .mapcontact{
		width: 350px;
		right: 50%;
		margin-right: -235px;
		padding: 60px;
	}
	 */
	
	.mapcontact{
		width: calc(100% - 80px);
		height: auto;
		position: absolute;
		margin-top: 190px;
	}
	.map_box{
		margin: 30px 0 50px;
		height: 720px;
	}
	#BTmap {
	    height: 300px;
	    width: 100%;
	}
	
	
	.pro_item ul li{
		width: calc(33.333% - 3.2px);
	}
	.pro_item ul li:nth-child(5n) {
	    margin-right: 4px;
	}
	
	.pro_item ul li:nth-child(4n) {
	    margin-right: 4px;
	}
	.pro_item ul li:nth-child(3n) {
	    margin-right: 0;
	}
	.pro_n_cont{
		height: auto;
		overflow: hidden;
		padding: 10px 0 0;
	}
	.pro_n_cont .swiper_box{
		width: 100%;
		height: auto;
	}
	
	.describe{
		width: 100%;
		margin-top: 40px;
	}
	.describe h2, .describe .describe_content{
		width: 100%;
	}
	.describe h2{
		height: 40px;
		border-bottom: 1px solid #e5e5e5;
		font-size: 20px;
	}
	.describe_content strong{
		font-size: 14px;
		width: 80px;
	}
	
	.pro_next{
		display: inherit;
		padding: 30px 0 50px;
	}
	.pro_next span{
		display: block;
		width: 100%;
		padding: 10px 0;
	}
	
	
	.company{
		height: 515px;
	}
	
	.company_con{
		width: calc(100% - 50px);
		overflow: auto;
		height: 430px;
		padding: 0 25px;
		margin: 43px auto;
	}
	
	.company_box{
		width: 100%;
		padding: 0;
	}
	
	.ser_tab ul li.current{
		font-size: 18px;
	}
	
	.ser_tab {
	    margin-top: 30px;
		padding: 20px 0;
	}
	.swiper-index .swiper-slide .slogan{
		width: 355px;
	}
	.swiper-index .swiper-slide h2{
		font-size: 46px;
	}
	.swiper-index .swiper-slide span{
		font-size: 18px;
	}
	.swiper-index .swiper-slide img{
		height: 28px;
	}
	
	.pro_back {
	    top: 35px;
	}
	
	.readmore{
		margin: 50px auto;
	}
	.swiper_box .pro-thumbs{
		height: 100px;
	}
	
	.swiper-index .swiper-slide span i{
		 letter-spacing: 1.93px;
	}
	.describe_content p{
		height: 44px;
	}
	.company_con p, .company_con b{
		    line-height: 1.8em;
	}
	
	.time {
	    height: 30px;
	    line-height: 30px;
	    font-size: 13px;
	}
}

@media screen and (max-width: 630px){
	
	.footer .container>div{
		width: 100%;
		border: none;
		max-width: 100%;
		text-align: center;
	}
	.contactus .name{
		display: none;
	}
	.w_logo{
		background-position: center center;
	}	
	
	
	.new_box a{
		padding: 30px 0;
		display: block;
	}
	
	.new_img{
		width: 100%;
		margin-bottom: 20px;
		background-size: cover;
	}
	
	.new_content{
		width: 100%;
		flex: none;
		padding-left: 0;
		display: inherit;
	}
	
	.new_head>span{
		font-size: 18px;
		line-height: 28px;
		
	}
	.new_d_btn span::before{
		width: 18px;
		height: 18px;
	}
	.ba::before{
		width: 18px;
		height: 18px;
	}
	
	.new_d_btn .fx::before{
		width: 18px;
		height: 18px;
	}
	.new_d_btn span, .new_d_btn a{
		font-size: 13px;
		padding: 0 15px 0 30px;
	}
	.new_d_select{
		height: auto;
	}
	
	.new_d_select span{
		height: auto;
	}
	
	.new_d_select .scrpllTo{
		bottom: 24px;
		top: initial;
		margin-top: 0;
	}
	
	
	.quickmark {
	    padding-top: 20px;
	}
	
}
@media screen and (max-width: 420px) {
	.swiper-index .swiper-slide .slogan{
		width: 80%;
		margin: 0 auto;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.swiper-index .swiper-slide h2{
		font-size: 30px;
	}
	.swiper-index .swiper-slide span{
		font-size: 14px;
		text-align: left;
	}
	.swiper-index .swiper-slide img{
		height: 24px;
	}
	.swiper-index .swiper-slide span i{
		letter-spacing: 1.42px;
	}
	
	.design{
		height: 630px;
		padding: 58px 0;
	}
	.design ul{
		 flex-flow: row wrap;
		 overflow: hidden;
	}
	.design ul li{
		height: calc(33.333% - 6px);
		flex: 0 0 calc(50% - 3px);
		margin-right: 6px
		
	}
	.design ul li:nth-child(2n){
		margin-right: 0;
	}
	.design ul li:nth-child(3n){
		margin-right: 6px;
	}
	.design ul li:last-child{
		margin-right: 0 !important;
	}
	.design ul li{
		margin-right:6px;
	}
	.logo_item ul li{
		flex: 0 0 32%;
		height: 70px;
		margin-bottom: 10px;
	}
	.logo_item ul li:nth-child(6n){
		margin-right: 0.8%;
	}
	.logo_item ul li:nth-child(4n){
		margin-right: 0.8%;
	}
	.logo_item ul li:nth-child(3n){
		margin-right: 0;
	}
	.mapcontact h2{
		font-size: 16px;
	}
	.mapcontact ul li span{
		font-size: 14px;
		margin-left: 10px;
		line-height: 20px;
	}
	.mapcontact{
		width:calc( 100% - 60px);
		height: auto;
		padding: 30px;
		position: initial;
		margin-top: 10px;
	}
	.map_box{
		height: auto;
		margin: 30px 0 50px;
	}
	#BTmap {
	    height: 300px;
	    width: 100%;
	    position: relative;
	}
	
	.pro_item ul li{
		width: calc(50% - 3.2px);
		height: 230px;
	}
	.pro_item ul li:nth-child(5n) {
	    margin-right: 4px;
	}
	
	.pro_item ul li:nth-child(4n) {
	    margin-right: 4px;
	}
	.pro_item ul li:nth-child(3n) {
	    margin-right: 4px;
	}
	.pro_item ul li:nth-child(2n) {
	    margin-right: 0;
	}
	
	/* .swiper-index {
	    height: 60%;
	} */
	.swiper-index{
		height: 60%;
	}
	
	.index_p{
		width: 4px;
		height: 4px;
		margin: 0 10px;
	}
	.swiper-index-page .swiper-pagination-bullet-active{
		width: 32px;
	}
	
	.mapcontact ul li div {
	    background-size: 80% auto;
		background-position:top center;
	}
	.pro_back{
		display: none;
	}
	
	.para{
		-webkit-line-clamp: 3;
	}
	
	.new_box a{
		border-top: 1px solid #e5e5e5;
	}
	
	.new_d_select .scrpllTo{
		width: 22px;
	}
	
}