.titles{ text-align:center; padding:20px 0px;position: relative;}
.titles h3{ font-family:HelveticaNeueCE; font-size:34px; color:#212121; line-height:38px; margin-bottom:10px; }
.titles h5{font-size:20px; line-height:38px;margin-bottom:25px;color:#212121;font-weight: 300;}
.titles:before {
    content: "";
    position: absolute;
    left: 47%;
    bottom: 25px;
    width: 60px;
    height: 2px;
    background: #e70012;
}

.titles1{ text-align:center; padding:20px 0px;position: relative;}
.titles1 h3{ font-family:HelveticaNeueCE; font-size:30px; color:#212121; line-height:38px; margin-bottom:10px; font-weight: 500;}
.titles1 h5{font-size:20px;margin-bottom:25px;color:#212121;font-weight: 300;}
.titles1 .line{ background:#b1b1b1; height:1px; width:160px; margin:0 auto; position:relative}
.titles1 .line:after{ display: block; height:5px; width:42px; background:#369ad6; position:absolute; left:50%; margin-left:-21px; top:-2px;
    content: " ";}
.titles1:before {
    content: "";
    width: 18px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 45px;
    left: 33%;
}
.titles1:after {
    content: "";
    width: 18px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 45px;
    right: 33%;
}

.titles2{text-align: center;width: 100%;padding-top: 20px;position: relative;}
.titles2 h3{
	font-size: 36px;
    color: #222;
}
.titles2 span{
	font-size: 36px;
    color: #222;
}
.titles2 img{vertical-align: middle;}
.titles2 .titles2_line{font-size: 16px;color: #222;text-transform: uppercase;}
.titles2 .titles2_line i {
    padding: 0 20px;
}
.titles2 h5{font-size:14px; text-align: center; padding: 10px 0px;width:80%; font-weight: 500;margin: auto;}
.titles2:after{ display: block;
    height: 2px;
    width: 42px;
    background: #c9313e;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    content: " ";}

@media screen and (max-width: 1023px){
	.titles h3{font-size: 24px;}
	.titles h5{font-size: 16px;line-height: 28px;}
	.titles1 h3 {font-size: 24px;}
	.titles1 h5 {font-size: 16px;}
	.titles1:before{left: 15%;}
	.titles1:after{right: 15%;}
}
.w1600{width:1600px; margin: auto;}

.btn {
    background: #00469c;
    border-radius: 5px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
}


/*============================================
search-section 搜索
===========================================*/
.search-section{padding:20px 0px;}
.search-wapper{display: flex; justify-content:space-around;}
.search-keys{font-size:14px; color:#2e2e2e;flex-grow: 1; line-height: 45px; padding-right:50px;}
.search-keys h5{font-size:16px; color:#26aae1; font-weight: bold; padding-right:5px;display:inline-block;}
.search-keys a{padding:0px 10px; color:#2e2e2e; font-size:14px;}
.sy-search-wrapper{width:30%;}
.sy-search-c{font-size:14px; position: relative;}
.sy-search-c input[type="text"]{background: #ffffff; border:1px solid #ccc; padding:10px 80px 10px 10px; width: 100%; top: 0px; left: 0px; right: 0px; bottom: 0px;}
.sy-search-c input[type="submit"]{
	background:#2cbfff url("/images/icon/ico_search.png") center no-repeat;
	position: absolute;top:0px; right: 0px; bottom:0px; width:60px; border: 0px;
	
}
.sy-search-c input[type="submit"]:before{content: "\e649";
    font-family: "iconfont" !important;
    font-size: 16px;
    color: #333;
    display: inline-block;
	position: absolute;top:0px; right: 0px;
}




/*============================================
2.0 about-section start 简介
===========================================*/
.about-section{padding-top: 120px;padding-bottom: 120px;position: relative; background: #ffffff;}

.side-bg {
    height: 100%;
    position: absolute;
    left: -30px;
    top: 0;
    width: 30%;
}
.side-bg img {
    left: 0;
    position: absolute;
    top: 60px;
    opacity: 0.7;
	border: none;
    outline: none;
    max-width: 100%;
}

.about-items {
  	padding:0px;
	background: #FFFFFF;
}

.about-item{padding:0px 50px;}
.about-item .about-title{display: block; font-size:18px; color:#303030;}


.about-items h2 {
  font-size:40px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
  padding-right:10px;
}

.about-items a {
  margin-top: 15px;
  margin-right: 10px;
}
.about-desc{font-size:16px; color:#303030; font-weight: 300;line-height: 30px;}

.about-section .btn-contact {
  border: 2px solid #e7e7e7;
  padding: 8px 25px;
  background: #ffffff;
}
.about-section .btn {
    background: #00469c;
    border-radius: 5px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
}
.about-section a.btn{
    font-size:18px; color:#FFFFFF; padding:20px 30px; 
}

.about-section .btn-contact i {
  background: #00cdcd;
  height: 30px;
  width: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  color: #ffffff;
  margin-right: 10px;
  
}

.about-items p:last-child {
  margin-bottom: 0;
}



.about-section .thumb-box{overflow: hidden; padding:0px;}
.about-section .thumb-box .thumb {
  position: relative;
  z-index: 1;
}
.about-section .thumb-box .thumb img {
    -moz-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    -webkit-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    -o-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    padding: 0px;
	width: 100%;
}




@media (max-width: 1620px)
{
	
}
@media (max-width: 1365px)
{
	
	
}
@media (max-width: 1023px) {
    
}




/*============================================
2.0 col-prod-section start 简介
===========================================*/
.col-prod-section{padding:0px; position: relative; margin: auto;}
.col-prod-section .col-prod-wrapper{width:100%;overflow: hidden;}
.col-prod-nav{background: #fff; width:100%; overflow: hidden;}
.col-prod-nav ul{width:1200px; margin: auto;display: flex;justify-content: space-between;}
.col-prod-cont{background: #f1f1f1; width:100%; overflow: hidden; padding:50px 0px;}
.col-prod-cont .tab-content{width:1200px; margin: auto;}
.tab .tab-content {
	padding: 10px;
	font-size: 17px;
	color: #6f6f6f;
	line-height: 30px;
	letter-spacing: 1px;
	position: relative;
	margin: auto;
}
.tab-content>div{opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
	display: none;
}
.tab-content>div.active{display: block;opacity: 1;}

.col-prod-nav li{width:100%; padding:30px 0px;}
.col-prod-nav li a{ display: block; text-align: center; color:#222;}
.col-prod-nav li.active{width:100%;background: #f1f1f1; color:#00469c; font-size: 16px; font-weight: bold;}
.col-prod-nav li.active a{color:#00469c;}
.col-prod-nav li .col-thumb-icon{}
.col-prod-nav li .col-thumb-icon i{}
.col-prod-nav li .col-thumb-icon i.icon-hengwenhengshiji:after{content: url("/images/icon/icon-col01.png");}
.col-prod-nav li .col-thumb-icon i.icon-burushilaohuashiyancang:after{content: url("/images/icon/icon-col02.png");}
.col-prod-nav li .col-thumb-icon i.icon-quanxinfenggao:after{content: url("/images/icon/icon-col03.png");}
.col-prod-nav li .col-thumb-icon i.icon-shiyanxiang:after{content: url("/images/icon/icon-col04.png");}
.col-prod-nav li .col-thumb-icon i.icon-zhuanlunchishiji:after{content: url("/images/icon/icon-col05.png");}
.col-prod-nav li .col-thumb-icon i.icon-henwenhenshichengzhongxiang:after{content: url("/images/icon/icon-col06.png");}


.col-prod-cimg,.col-prod-pimg{padding:0px;}
.col-prod-cimg-slider{width:100%; margin: auto; padding: 0px; overflow: hidden; height:380px;}
.col-prod-pimg-slider{width:100%; margin: auto; padding: 0px; overflow: hidden;height:380px;}

.col-prod-cimg-slider li{position: relative;}
.col-prod-cimg-slider li .col-thumb{width:100%;}
.col-prod-cimg-slider li .col-thumb.left{background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;}
.col-prod-cimg-slider li .col-thumb img{max-width:100%;}
.col-prod-cimg-slider li .col-text{width:100%; position: absolute; bottom: 20px; left: 20px; z-index: 10;padding: 30px;}

.col-prod-cimg-slider li .col-text h2{font-size:24px; color:#FFFFFF; font-weight: 500;}
.col-prod-cimg-slider li .col-text h2 a{color:#FFFFFF;}
.col-prod-cimg-slider li .col-text p{font-size:14px; color:#FFFFFF; font-weight: 300; line-height: 2em;}

.col-prod-pimg-slider li{width:100%; padding:0px;}
.col-prod-pimg-slider li .col-thumb{width:100%; height:auto;max-height: 280px; overflow: hidden;}
.col-prod-pimg-slider li .col-thumb img{max-width:100%;}
.col-prod-pimg-slider li .col-text{width: 100%;height:50px;line-height: 50px;
    bottom: 0;
    display: block;
    background: #dcdddd;
    color: #222;
    font-weight: 300;
    text-align: center;
    z-index: 3;
}
.col-prod-pimg-slider li .col-text:hover{background: #00469c;}
.col-prod-pimg-slider li .col-text:hover a{color: #FFFFFF;}
.col-prod-pimg-slider li .col-text a{
    color: #222;
	display: block;
}
.col-prod-cimg-slider .owl-theme .owl-dots{margin-top: 30px;}



/*============================================
2.0 hot-section start 热点
===========================================*/
.hot-section{overflow: hidden;padding: 0px 80px;padding-top: 50px; background: #FFFFFF;}
.hot-title-wrapper{position: relative;margin-bottom: 70px;text-align: center;}
.hot-title-wrapper h3{
	display: inline-block;
	padding: 0 30px;
	background: white;z-index: 2;
	position: relative;
	text-transform: uppercase;
	font-family: "Roboto Condensed" !important;
    font-weight: 300;
    font-style: normal;
    font-size: 26px;
    line-height: 32px;
    color: #000000;
}
.hot-title-wrapper:after{content: ''; width: 100%;
    height: 1px;
    background: #000;
    display: block;
    margin-top: -20px;}

.hot-title{position: relative;padding-top:50px;margin-bottom: 50px;text-align: center;}
.hot-title h3{
	display: inline-block;
	padding: 0 30px;
	background: white;z-index: 2;
	position: relative;
	text-transform: uppercase;
	font-family: "Roboto Condensed" !important;
    font-weight: 300;
    font-style: normal;
    font-size: 40px;
    line-height: 32px;
    color: #000000;
}

.hot-more{display: block; text-align: center; padding-bottom:50px;}
.hot-more a{margin:auto; font-size: 20px; color:#333;}

.hot-container{width:100%;margin-bottom: 40px; overflow: hidden;}
.hot-container .hot-item{position: relative;float: left;width: 33.33333%;overflow: hidden; padding:12px 12px;}
.hot-container .hot-item:nth-of-type(1){width: 66.66667%;}




.hot-container .hot-item .Images{display: block;overflow: hidden;width: 100%;}
.hot-container .hot-item .Images img {
	width: 100%;
    -webkit-animation: sy-animation-bottom-right-out .25s ease-in-out both;
    animation: sy-animation-bottom-right-out .25s ease-in-out both;
}

.hot-container .hot-item:hover .Images img {
    transform: scale(1.1, 1.1); }
.hot-container .hot-item:hover .Images .sy-overlay {
    opacity: 0.65; }
.hot-container .hot-item:hover .Images img {
    -webkit-animation: sy-animation-bottom-right 1s ease-in-out both;
    animation: sy-animation-bottom-right 1s ease-in-out both; }

.hot-container .hot-item .Names h3{}
.hot-container .hot-item:hover .hot-item-text h3,.hot-container .hot-item:hover .hot-item-text h5{color:#ffffff;}

.hot-item .Images{width:100%; padding: 0px; margin:auto;}
.hot-container .hot-item .Names{width: calc(100% - 24px); height:50px; background: rgba(0,0,0,0.8); bottom: 10px; position: absolute;}
.hot-container .hot-item .Names h3 a{color:#ffffff;}
.hot-container .hot-item .Names h3{line-height:50px; font-size: 18px; overflow: hidden;text-align: center; color:#ffffff;}
.hot-container .hot-item:nth-of-type(1) .Names{height:80px; bottom: 0px;}
.hot-container .hot-item:nth-of-type(1) .Names h3{line-height:80px;font-size: 28px;}



.hot-container .hot-item .btn-1{position: absolute; bottom: 0px; left: 0px; width:100px; height: 25px; line-height: 25px; text-align: center; margin: auto; overflow: hidden; background: #29c0ff;z-index: 6;}
.hot-container .hot-item .btn-1 a{display: block; color:#ffffff; font-size:14px;}
.hot-container .hot-item:hover .btn-1 a{color:#ffffff;}


@media (max-width: 1620px)
{
	.hot-item-text{
		left: 30px;
	}
}
@media (max-width: 1365px)
{
	.hot-container .hot-item {width: 50%;}
	.hot-container .hot-item:nth-of-type(1) {width: 100%; }
	
	
}
@media (max-width: 1023px) {
    .hot-container .hot-item{width: 100%; }
}



/*============================================
2.0 news-section start
===========================================*/
.news-section{display: flex;padding: 80px 0px 50px 0px; background: #ffffff; position: static;}
.news-section .title_news{width:100%; margin: 0px auto 20px auto;padding: 0px;}
.news-section .title_news h3{font-size:50px; color:#888888; font-weight: 300; line-height: 50px; display: inline-block; padding-right:10px; text-transform: capitalize;}
.news-section .title_news h5{font-size:28px; color:#e62129; font-weight: bold;display: inline-block;}
.news-section dl{width:100%; height: auto; display: block;border-bottom: 1px solid #ebebeb; padding:0px 15px 10px 15px; margin-bottom: 0px;}
.news-section dl:hover{cursor: pointer; /*box-shadow: 2px 2px 10px rgba(0,0,0,0.2);*/ border-bottom: 0px;  -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.2);
    box-shadow: 0 15px 30px rgba(0,0,0,.2);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);}
.news-section dl dt{padding:15px 0px 5px 0px;}
.news-section dl dt span{color:#a4a4a4; font-size:18px; text-align: right; float:right;font-weight: 500;}
.news-section dl dt a{color:#222222; font-size:18px;}
.news-section dl dd{color:#555555;font-size:14px; line-height: 20px; height: 40px; overflow: hidden;padding-right: 60px;}



/*============================================
3.0 anli-section start 首页案例
===========================================*/
.anli-section{background: #ffffff; padding: 100px 0px; position: relative;}
.anli-items {
  	padding:0px;
}

.anli-item{padding:50px;}
.aboanliut-item .anli-title{display: block; font-size:18px; color:#303030;}


.anli-items h2 {
  font-size:40px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 25px;
  display: inline-block;
  padding-right:10px;
}

.anli-items a {
  margin-top: 15px;
  margin-right: 10px;
}
.anli-desc{font-size:16px; color:#303030; font-weight: 300;}

.anli-section a.btn{
    font-size: 18px;
    color: #FFFFFF;
    padding: 20px 30px;
    margin-top: -40px;
    margin-left: 10%; 
}

.anli-item{position: absolute;right: 5%;top: 10%;padding:0px;}
.anli-item .anli-title{background: #fff;max-width: 25vw;
    font-size: 28px;
    padding: 50px 40px 80px 40px;}

.anli-items p:last-child {
  margin-bottom: 0;
}



.anli-section .thumb-box{overflow: hidden; padding:0px;}
.anli-section .thumb-box .thumb {
  position: relative;
  z-index: 1;
}
.anli-section .thumb-box .thumb img {
    -moz-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    -webkit-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    -o-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    padding: 0px;
	width: 100%;
}


/*============================================
cen_box_anli start
===========================================*/
.new-section{padding:100px 0px 20px 0px; background:#f5f5f5; overflow: hidden;}
.new-section .news-wrapper{margin: auto;}
.news-wrapper .news-wrapper-c{ overflow: hidden;}
.news-wrapper-c ul{margin:auto; padding:0px;}
.news-wrapper-c ul li{width:25%;margin: auto; padding: 0px; display: block;float: left; padding-left:20px;}
.news-wrapper-c ul li:nth-of-type(1){width:50%;padding-left:0px;}
.news-wrapper-c ul li .Images{overflow: hidden;}
.news-wrapper-c ul li .Images img{max-width:100%; width: 100%;}
.news-wrapper-c ul li .Names{ overflow: hidden;}
.news-wrapper-c ul li .Names h3{font-size: 16px;
    color: #222;
    padding: 15px 5px;
    line-height: 20px;
    font-weight: bold;
    margin: 10px auto;
    height: 40px;
    overflow: hidden;}
.news-wrapper-c ul li .Names p{line-height: 22px;
    color: #444;
    padding: 0px 5px;}
.news-wrapper-c ul li:nth-of-type(1) .Names h3{font-size: 22px;line-height: 30px;height: 80px;font-weight: 600;}
.news-wrapper-c ul li:nth-of-type(1) .Names p{display: none;}
.news-wrapper-c ul li a{display: flex;flex-flow: column;}
.news-wrapper-c ul li:nth-of-type(3) a{flex-flow: column-reverse;}

.news-wrapper-c ul li:nth-of-type(1){position: relative;}
.news-wrapper-c ul li:nth-of-type(1) .Images{}
.news-wrapper-c ul li:nth-of-type(1) .Names{position: absolute; bottom:0px;background: rgba(0, 0, 0, 0.4);width: 100%;height: 50px;line-height: 50px;}
.news-wrapper-c ul li:nth-of-type(1) .Names h3{color: #FFFFFF; text-align: center;padding: 0px; font-size:20px;}
.news-wrapper-c ul li:nth-of-type(1) .Names p{display: none;}




/*合作客户*/
.hzkh-section{overflow: hidden;padding: 0px 80px;padding-top: 50px; background: #F5F5F5;}
.hzkh-section{position: relative;margin-bottom: 0px;text-align: center;}
.hzkh-section h3{
	display: inline-block;
	padding: 0 30px;
	background: none;z-index: 2;
	position: relative;
	text-transform: uppercase;
	font-family: "Roboto Condensed" !important;
    font-weight: 300;
    font-style: normal;
    font-size: 26px;
    line-height: 32px;
    color: #000000;
}
/*.hzkh-section:after{content: ''; width: 100%;
    height: 1px;
    background: #000;
    display: block;
    margin-top: -20px;}*/

.hzkh-title{position: relative;padding-top:50px;margin-bottom: 50px;text-align: center;}
.hzkh-title h3{
	display: inline-block;
	padding: 0 30px;
	background: none;z-index: 2;
	position: relative;
	text-transform: uppercase;
	font-family: "Roboto Condensed" !important;
    font-weight: 300;
    font-style: normal;
    font-size: 40px;
    line-height: 32px;
    color: #000000;
}

.hzkh-more{display: block; text-align: center; padding-bottom:50px;}
.hzkh-more a{margin:auto; font-size: 20px; color:#333;}

.company-hz-wrap{width: 100%;height:auto;overflow: hidden; padding:20px 0px 50px 0px;}
.company-hz-wrap ul{padding-left: 0px;}
.company-hz-wrap ul li{width: 180px;height: 100px;float: left;position: relative;line-height: 0;margin: 10px;overflow: hidden;}
.company-hz-wrap ul li img{width: 180px;max-height: 100px;border: 1px solid rgba(0,0,0,0.1);}
.company-hz-wrap ul li a{width: 180px;height: 0;display: block;position: absolute;bottom: 0;left: 0;font-size: 14px;color: #fff;background: rgba(9,62,94,0.9);text-align: center;line-height: 100px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;padding: 0px; margin:auto;
transition:height .3s;
-moz-transition:height .3s; /* Firefox 4 */
-webkit-transition:height .3s; /* Safari and Chrome */
-o-transition:height .3s; /* Opera */}
.company-hz-wrap ul li:hover a{height: 100px;}
.company-hz-wrap .nobor,.company-hz-wrap ul li:first-child{}
/*=====================================
2.1 prodlist-section start
=======================================*/
.prodlist-section{background: #ffffff;padding: 60px 0px 50px 0px; background: url("/images/bg/bg_gcal.jpg") bottom repeat;overflow: hidden;/*background-size: cover;*/}

.prodlist-section .MyCont{
	width: 1200px;
    height: auto;
    padding: 0px;
    margin: auto;
    clear: both;
    padding-top: 20px;}

.MyCont .MyContLeft
{
	width:220px;
	height:auto;
	margin:0px;
	border:0px;
	float:left;
	margin-left: 0px;
	margin-top: 15px;
    background: #FFF;
}
.MyCont .MyContLeft h2{
	width:100%;
	padding: 30px 15px 20px 15px;
	height: auto;
	text-transform: uppercase;
    color:#226eac;
	font-size:25px;
	line-height: 30px;
	font-weight: 500;
	border-bottom:1px solid #dddddd;
}
.MyCont .MyContLeft h2 b{ color:#9e9e9e;font-weight: 200;padding-left: 10px;font-size: 14px;}
.MyContLeft .middle01_cpjsTitle
{
	width:228px;
	float:left;
	height:66px;
	overflow:hidden;
	background:url("left01.jpg") no-repeat;
}
.MyContLeft .middle01_cpjsTitle_e
{
	width:228px;
	float:left;
	height:66px;
	overflow:hidden;
	background:url("enleft01.jpg") no-repeat;
}
.MyContLeft .middle01_cpjs
{
    border-bottom: 0px;
	float: left;
	width: 100%;
	/*background: #ebebeb url("side_cp_bg.png") center 300px no-repeat;*/
	/*background: #ebebeb;*/
	padding: 10px 15px 50px 15px;
}


.middle01_cpjs .ColumnList ul
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
	float:left;
	list-style:none;
	border:0px;
	padding: 0px;
}
.middle01_cpjs .ColumnList ul li
{
	width:100%;
	height:auto;
	/*background: url(/images/icon/ico02.png) 15px center no-repeat;*/
	/*overflow:hidden;*/
	line-height:41px;
	/*text-indent:40px;*/
	margin:5px auto;
	float: left;
	border:0px;
}
.middle01_cpjs .ColumnList ul li:hover{ /*background: url(/images/icon/ico02.png) 15px center no-repeat;*/}
.middle01_cpjs .ColumnList ul li.cur{/*background: url(/images/icon/ico02.png) 15px center no-repeat;color:#FFF;*/height: auto;overflow: hidden;}
.middle01_cpjs .ColumnList ul li.selected{/*background: url(/images/icon/ico02.png) 15px center no-repeat;color:#FFF;*/}
.middle01_cpjs .ColumnList ul li.selected a{ color:#FFFFFF;}
.middle01_cpjs .ColumnList ul li.selected ul li a{ color:#666666;}
.middle01_cpjs .ColumnList ul li a
{
	/*background:none;*/
	text-indent:30px;
	font-size: 16px;
	color:#000000;
	display: block;
	background: url(/images/icon/ico02.png) 0px center no-repeat;
}
.middle01_cpjs .ColumnList ul li a:hover{ color:#f68100;font-size: 16px; text-decoration: underline;}
.middle01_cpjs .ColumnList ul li.cur a{ color:#f68100;font-size: 16px;}
.middle01_cpjs .ColumnList ul li.cur a:hover{ color:#f68100;text-decoration:underline;}
.middle01_cpjs .ColumnList ul li ul
{
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background:none;
	display:block;
	margin: 0px;
}
.middle01_cpjs .ColumnList ul li.cur ul{ display:block;}
.middle01_cpjs .ColumnList ul li.cur ul li.cur
{
	background: #B3E5FC;
    padding: 0px;
    margin: 1px 0px;
	border-left:0px;
	border-right:0px;
}
.middle01_cpjs .ColumnList ul li.cur ul li.cur{ background:#efefef;}
.middle01_cpjs .ColumnList ul li.cur ul li.selected
{
	background: #B3E5FC;
    padding: 0px;
    margin: 1px 0px;
	border-left:0px;
	border-right:0px;
}
.middle01_cpjs .ColumnList ul li ul li
{
	/*background: #efefef;*/
    padding: 0px;
    margin: 1px 0px;

	border-left:0px;
	border-right:0px;
	
}
.middle01_cpjs .ColumnList ul li.cur ul li a{ color:#333; background: url(/images/icon/ys_ico1.png) 15px center no-repeat;font-size: 14px;text-indent: 35px;}
.middle01_cpjs .ColumnList ul li.cur ul li a:hover{ color:#333;text-decoration:underline;}
.middle01_cpjs .ColumnList ul li ul li:hover{ background:#e1f5fe;}
.middle01_cpjs .ColumnList ul li ul li a{ color:#333; background: url(/images/icon/ys_ico1.png) 15px center no-repeat;font-size: 14px;text-indent: 35px;}
.middle01_cpjs .ColumnList ul li ul li a:hover{ color:#333;text-decoration:underline;}

.middle01_cpjs .ColumnList ul li ul li ul{border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background:#F5F5F5;
	display:none;
	margin: 0px;}
.middle01_cpjs .ColumnList ul li.cur ul li ul{ display:none;}
.middle01_cpjs .ColumnList ul li ul.show{ display:block;}
.middle01_cpjs .ColumnList ul li.cur ul li ul.show{ display:block;}
.middle01_cpjs .ColumnList ul li ul li ul li
{
	background: #efefef;
    padding: 0px;
    margin: 1px 0px;
	border-left:0px;
	border-right:0px;
}
.middle01_cpjs .ColumnList ul li ul li ul li.selected
{
	background: #B3E5FC;
    padding: 0px;
    margin: 1px 0px;
	border-left:0px;
	border-right:0px;
}
.middle01_cpjs .ColumnList ul li.cur ul li ul li a{text-indent: 40px;background: url('/style/ico05.gif') 40px 15px no-repeat;}
.middle01_cpjs .ColumnList ul li.selected ul{ display:block;}
.middle01_cpjs .ColumnList ul li ul li.cur1
{
	background: #B3E5FC;
    padding: 0px;
    margin: 1px 0px;
	border-left:0px;
	border-right:0px;
}

.side_cp_ico{ position: absolute; top:-150px; left:0px;}

.side_lxfs{width:100%; height:120px;float: left; background: #333333;}
.side_lxfs h3{width: auto;height: 30px;background: url(/images/icon/ico_tel_red.png) left center no-repeat;font-size: 16px;color: #FFFFFF;float: left;margin: 29px 20px 10px 30px;line-height: 40px;padding-left: 45px;font-weight: 300;}
.side_lxfs p{ width:100%;line-height: 30px; font-size:28px; color:#FFFFFF; flaot:left; text-align: center;}
.side_lxfs p a{display: block;width: 100%;overflow: hidden;line-height: 30px; font-size:25px;}

.MyCont .celarBoth
{
	float:left;
	width:100%;
	height:20px;	
}
.MyContLeft .box_left
{
	width:230px;
	margin:10px 0px 0px 0px;
	padding:0px;
	float:left;
	height:100%;
}




.MyCont .c1_cp_bpxs{ width: 940px;
    float: left;
    margin-left: 40px;
    margin-top: 0px;}
.c1_cp_bpxs ul li{margin: -1px 22px 10px 9px;
    float: left;
    padding: 7px 7px 0px 7px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 220px;}
.c1_cp_bpxs ul li:hover{
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.2);
    box-shadow: 0 15px 30px rgba(0,0,0,.2);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    background: #F5F5F5;
}
.c1_cp_bpxs .showbox .Images img {
    width: 214px;
    height: 160px;
    border: 1px #cccccc solid;
    padding: 2px;
}
.c1_cp_bpxs .showbox .Names {
    float: left;
    clear: both;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #2CABD4;
    font-weight: 500;
    overflow: hidden;
}

.cen_box1 .mTitle{width:100%;margin:0 auto;line-height:50px;color:#333333;font-size:40px;text-align:center;padding: 0px;margin-top: 0px;margin-bottom: 15px;font-weight: 200;}
.mTitle em{ color:#C49664;}
.cen_box1 .l1{margin: 75px auto 0px 190px;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 300;
    float: left;
    width: 180px;}
.cen_box1 .l2{margin: 75px auto 0px 145px;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 300;
    float: left;
    width: 180px;}
.cen_box1 .l3{margin: 75px auto 0px 170px;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 300;
    float: left;
    width: 180px;}


.MyCont .m_tit{
	margin-top: 50px;
	margin-bottom: 40px;
    text-align: center;
    position: relative;}
.MyCont .m_tit h2{    display: inline-block;
    padding: 10px 19px;
    border: 1px solid #DBDBDB;
    font-size: 25px;
    background: #fff;
    position: relative;
    z-index: 2;
    color: #333;font-weight: 300; line-height: normal;}
.MyCont .m_tit i{position: absolute;
    left: 0;
    top: 26px;
    width: 100%;
    border-top: 1px solid #DBDBDB;
    z-index: 1;}
.c1_cp_bpxs ul{padding-left:0px;}
.c1_cp_bpxs ul li{margin: -1px 5px 20px 5px;
    float: left;
    padding: 5px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 220px;}
.c1_cp_bpxs ul li:hover{
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.2);
    box-shadow: 0 15px 30px rgba(0,0,0,.2);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    background: #ffffff;
}
.c1_cp_bpxs .showbox .Images img {
    width: 100%;
    height: auto;
	min-height: 170px;
    border: 0px #cccccc solid;
    padding: 0px;
}
.c1_cp_bpxs .showbox .Names {
    float: left;
    clear: both;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #2CABD4;
    font-weight: 500;
    overflow: hidden;
	background: #f0f0f0;
	padding: 0px 10px;
	/*background: #ffffff;*/
}

.c1_cp_bpxs .showbox .Names a{color:#333;}
.c1_cp_bpxs .showbox .Names a:hover{color:#f68100;}





@media screen and (max-width: 1023px){
	.prodlist-section .MyCont{width:100%;padding: 0px;}
	.MyCont .MyContLeft{display: none;}
	.MyCont .c1_cp_bpxs{width:100%;    margin: auto;}
	.c1_cp_bpxs ul li{width: 49%;padding: 0px;margin: 10px 0.5%;}
	.c1_cp_bpxs .showbox .Images img {width: 100%;height: auto;border: 0px #cccccc solid;padding: 0px;min-height: auto;}
}






.prodList-cont { width:100%;padding-top:10px;}
.box1_cp_m {
    display: none;
}
.prodList-cont ul{padding:0px;}
.prodList-cont ul li,.box1_cp_m .showbox ul li{ width:32%; height:265px; border:0px solid #0260ae; float:left; margin:10px 0.5%; background:#0260ae; position: relative;overflow: hidden;}
.prodList-cont ul li.mr0{margin-right:0px;}
.prodList-cont ul li:hover,.box1_cp_m .showbox ul li:hover{ background: #d8d8d8; background: rgba(0, 160, 233, 0.9); cursor: pointer;}
.prodList-cont ul li .Images,.box1_cp_m .showbox ul li .Images{ width:100%; height:auto; overflow:hidden;}
.prodList-cont ul li .Images img,.box1_cp_m .showbox ul li .Images img{ width:100%; max-width: 100%; height:auto; overflow:hidden; padding:0px; border:0px;transition-duration: 1s;
    -ms-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;}
.prodList-cont ul li:hover .Images img{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15); cursor: pointer;}
.prodList-cont ul li .Names,.box1_cp_m .showbox ul li .Names{width:100%; height:50px; line-height: 50px; overflow:hidden; padding:0px; text-align:center; color:#333333; font-size:14px; position: absolute; left: 0px; bottom: 0px; background:#009be4; background: rgba(0, 0, 0, 0.6);}
.prodList-cont ul li .Names h5,.box1_cp_m .showbox ul li .Names h5{margin: 10px auto 0px auto;font-size: 16px;}

.prodList-cont ul li .Names a,.box1_cp_m .showbox ul li .Names a{ color:#ffffff; font-weight:500;font-size: 16px;}
.prodList-cont ul li .Names a:hover,.box1_cp_m .showbox ul li .Names a:hover{ color:#FFFFFF;}
.prodList-cont ul li .Names:hover,.box1_cp_m .showbox ul li .Names:hover{ background: #d8d8d8; background: rgba(0, 155, 228, 0.7);}
.prodList-cont ul li:hover .Names,.box1_cp_m .showbox ul li:hover .Names{ background: #d8d8d8; background: rgba(0, 155, 228, 0.7);}
.prodList-cont ul li:hover .Names a,.box1_cp_m .showbox ul li:hover .Names a{ color:#FFFFFF; font-weight:500;}


.prodList-cont .btn_more,.box1_cp_m .btn_more 
{
    text-align: center;width: 100%;float: left;margin-top: 50px;margin-bottom: 50px;
}
.prodList-cont .btn_more .box,.box1_cp_m .btn_more .box {
    display: inline-block;
}
.prodList-cont .btn_more .box i,.box1_cp_m .btn_more .box i {
    margin-top: 20px;
    float: left;
    width: 120px;
    border-bottom: 1px solid #D8D8D8;
}
.prodList-cont .btn_more .box a,.box1_cp_m .btn_more .box a {
  float: left;
  width: 156px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  border: 0px solid #D8D8D8;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background-color: #009be4;
  overflow: hidden;
  padding: 1px;
  text-decoration: none;
}
.prodList-cont .btn_more .box a span,.box1_cp_m .btn_more .box a span {
  border-radius: 18px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #009be4;
}
.prodList-cont .btn_more .box a:hover span,.box1_cp_m .btn_more .box a:hover span {
  color: #fff;
  background-color: #0082bf;
}

@media screen and (max-width: 1023px){
	.cen_box1{float: none;display: inline-block;}
	.box1_cp_m{display: block;}
	.box1_cols{display: none;}
	.prodList-conts{display: none;}
	
	.prodlist-section{padding-top:20px;background: #e5e5e5 url(/images/bg/bg_cpjs.jpg) bottom no-repeat;}
}
@media (min-width: 375px) and (max-width: 767px)
{
	.prodlist-section .h3-subTitle{font-size: 12px;}
	.prodlist-section .p-themeTitle{font-size: 16px;}
	
	
	.cen_box1 .container{ padding:0px 4vw;}
	.box1_cp_m ul,.box1_cp_m li{padding:0px;}
	.prodList-cont ul li,.box1_cp_m ul li{ width:44vw; height:44vw; border:0px solid #0260ae; float:left; margin:1vw; background:#0260ae; position: relative;}
.prodList-cont ul li.mr0{margin-right:0px;}
.prodList-cont ul li:hover,.box1_cp_m ul li:hover{ background:#009be4; background: rgba(0, 0, 0, 0.7); cursor: pointer;}
.prodList-cont ul li .Images,.box1_cp_m ul li .Images{ width:100%; height:100%;float: left; overflow:hidden;}
.prodList-cont ul li .Images img,.box1_cp_m ul li .Images img{ width:100%; height:100%; overflow:hidden; padding:0px; border:0px;}
.prodList-cont ul li .Names,.box1_cp_m ul li .Names{width:100%; height:40px; line-height: 40px; overflow:hidden; padding:0px; text-align:center; color:#FFFFFF; font-size:14px; position: absolute; left: 0px; bottom: 0px; background:#009be4; background: rgba(0, 0, 0, 0.7);}
.prodList-cont ul li .Names h5,.box1_cp_m ul li .Names h5{margin: 10px auto 0px auto;font-size: 15px;}

.prodList-cont ul li .Names a,.box1_cp_m ul li .Names a{ color:#FFFFFF; font-weight:500;}
.prodList-cont ul li .Names a:hover,.box1_cp_m ul li .Names a:hover{ color:#FFFFFF;}
.prodList-cont ul li .Names:hover,.box1_cp_m ul li .Names:hover{ background:#009be4; background: rgba(0, 0, 0, 0.7);}
.prodList-cont ul li:hover .Names,.box1_cp_m ul li:hover .Names{ background:#009be4; background: rgba(0, 0, 0, 0.7);}
.prodList-cont ul li:hover .Names a,.box1_cp_m ul li:hover .Names a{ color:#FFFFFF; font-weight:500;}

.prodList-cont .btn_more,.box1_cp_m .btn_more 
{
    text-align: center;width: 100%;float: left;margin-top: 30px;margin-bottom: 20px;
}
.prodList-cont .btn_more .box,.box1_cp_m .btn_more .box {
    display: inline-block;
}
.prodList-cont .btn_more .box i,.box1_cp_m .btn_more .box i {
    margin-top: 20px;
    float: left;
    width: 120px;
    border-bottom: 1px solid #D8D8D8;
}
.prodList-cont .btn_more .box a,.box1_cp_m .btn_more .box a {
  float: left;
  width: 156px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  border: 0px solid #D8D8D8;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background-color: #009be4;
  overflow: hidden;
  padding: 1px;
}
.prodList-cont .btn_more .box a span,.box1_cp_m .btn_more .box a span {
  border-radius: 18px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #009be4;
}
.prodList-cont .btn_more .box a:hover span,.box1_cp_m .btn_more .box a:hover span {
  color: #fff;
  background-color: #009be4;
}
}



.portfolio-grid{position: relative; height: 800px;}
.shorttitle {
  display: none;
}
.portfolio-grid-filter {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 35px;
}
.portfolio-grid-filter li {
	display: inline-block;
	padding: 0px 16px;
	text-transform: uppercase;
	color: #6c6c6c;
	font-size: 12px;
	cursor: pointer;
	position:relative;
}
.tab-active {
	position: absolute;
	width:0px;
	height: 1px;
	background:transparent;
	left: 0;
	top: 11px;
	right: 0;
	text-align: center;
	margin: 0px auto;
	transition: all 0.7s ease 0s;
	
}
.tab-active::before {
	position: absolute;
	top: 0px;
	content: "";
	height: 100%;
	left: 0;
	transition: all 0.5s ease-out;
	background-image: url('../img/shape/active-shape.png');
	width: 100%;
	text-align: center;
	margin: 0px auto;
	right: 0;
}
.portfolio-grid-filter li.active{
	color:#e84809;
}
.portfolio-grid-filter li.active .tab-active{
	width:100%;
	transition: all 0.7s ease 0s;
}
.portfolio-item {
	position: relative;
	margin-bottom: 30px; cursor: pointer;
}
.portfolio-item img{max-width: 100%;width: 100%;}
.portfolio-grid-text {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
     background: -moz-linear-gradient(272deg, rgba(1,0,17,0.8) 0%, rgba(4,1,48,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(1,0,17,0.8)), color-stop(100%, rgba(4,1,48,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(272deg, rgba(1,0,17,0.8) 0%, rgba(4,1,48,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(272deg, rgba(1,0,17,0.8) 0%, rgba(4,1,48,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(272deg, rgba(1,0,17,0.8) 0%, rgba(4,1,48,1) 100%); /* ie10+ */
    background: linear-gradient(178deg, rgba(1,0,17,0.8) 0%, rgba(4,1,48,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010011', endColorstr='#040130',GradientType=0 ); /* ie6-9 */ 
	opacity:0;
	overflow:hidden;
	transition: all 0.7s ease 0s;
}
.portfolio-item:hover .portfolio-grid-text {
	opacity:1;
	overflow:visible;
	transition: all 0.7s ease 0s;
}
.portfolio-grid-hoverlay {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}
.portfolio-subtitle {
	color: #c1bfbf;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 3px;
	margin-bottom:14px;
	display:inline-block;
	width:100%;
}
.portfolio-grid-hoverlay h3 {
	color: #fff;
	margin-bottom: 6px;
}
.border-shape{
	position: relative;
	text-align: center;
	margin: 0px auto;
	display: inline-block;
	width: 36px;
	background:#e84809;
	height:3px;
}
.portfolio-button.center {
	text-align: center;
	margin-top: 30px;
}

.portfolio-grid-v2-text-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.70);
	visibility:hidden;
	opacity:0;
	transition: all 0.7s ease 0s;
}
.portfolio-item:hover .portfolio-grid-v2-text-overlay {
	visibility:visible;
	opacity:1;
	transition: all 0.7s ease 0s;	
}
.portfolio-grid-v2-text {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 40px 30px;
	transform: scale(0);
	transition: all 0.7s ease 0s;	
}
.portfolio-item:hover .portfolio-grid-v2-text{
	transform: scale(1);
	transition: all 0.7s ease 0s;	
}
.portfolio-grid-v2-text h3 a {
	color: #fff;
}
.portfolio-grid-v2-text h3{
	margin-bottom:10px;
}
.portfolio-grid-v2-text span {
	color: #fff;
}
.portfolio-grid-v2-border-shape {
	position: relative;
	display: inline-block;
	width: 26px;
	background: #e84809;
	height: 4px;
	margin-bottom: 10px;
}

/*=====================================
0.7 service-area start
=======================================*/
.maps-section{
  padding: 100px 0 70px;
  background: #f5f5f5 url("/images/bg/bg_map.jpg") center no-repeat;
	background-size: cover;
	min-height: 700px;
	position: relative;
}
.map-cont{
	position:absolute;
	width:40vw;
	top:200px;
	left:45%
}
.map-cont h3{font-size:50px; text-transform: uppercase;
	-webkit-mask-image:-webkit-gradient(linear, 0 0, 0 bottom, from(#0154b0), to(#216ec6));
}
.map-cont h5{font-size:16px; color:#303030; line-height: 1.8em; padding-left:10px; font-weight: 300;}
.map-phone{font-size: 40px; padding:40px 0px 0px 10px;}
.map-phone span{font-size: 50px; padding-right: 10px;}
/*==========================================
/*==========================================


0.8 track-area start
===========================================*/

.index_ad01{width:100%; height: 231px; background: url("/images/img/ad01.jpg") center no-repeat; float: left; margin: auto;}
.index_ad02{width:100%; height: 231px; background: url("/images/img/ad02.jpg") center no-repeat; margin: auto;}

@media screen and (max-width: 1023px){
	.index_ad01{display: none;}
	.index_ad02{display: none;}
}

.track h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    color:#fff;
}

.track-section{
    padding: 60px 0 70px;
    background: url(/images/track-bg.jpg) no-repeat center center / cover;
}
/*.track-section:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}*/

.track-section .track-boxs{
    position:relative;
}
.track-section .track-boxs .track-boxs-c{padding: 20px; color:#FFFFFF;font-size:16px;}
.track-section .track-boxs .track-boxs-c b,.track-section .track-boxs .track-boxs-c strong{color:#ffc600;}
.track-section .track-boxs span {
  position:absolute;
  padding:5px;
  border-style: solid;
  border-color: #FFFFFF;
}

.track-section .track-boxs .row1 {
  border-width: 5px 0 0 5px;
  top:-5px;
  left:-5px;
}

.track-section .track-boxs .row2 {
  border-width: 5px 5px 0 0;
  top:-5px;
  right:-5px;
}


.track-section .track-boxs .col1 {
  border-width: 0 0 5px 5px;
  bottom:-5px;
  left:-5px;
}


.track-section .track-boxs .col2 {
  border-width: 0 5px 5px 0;
  bottom:-5px;
  right:-5px;
}

.track-section .track-lx{
	width: 100%;
    height: 80px;
    color: #fff;
    font-size: 24px;
	padding-top: 10px;
}
.track-section .track a.track-btn {
    background:#ffffff;
    color: #262626;
    border: 0;
    outline: 0;
    padding: 10px 40px;
    transition: all .3s;
	margin: auto;
    display: table;
	border-radius: 10px;
    margin-top: 30px;
	box-shadow: 1px 1px 5px #333;
}
.track-section .track a:hover{
  background:#31b5e1;
}
/*============================================



/*****************************************************************************************************************************
首页 cen_box_yy
*****************************************************************************************************************************/
.cen_box_yy{width:100%; margin: auto;overflow: hidden;padding: 50px 0px 80px 0px;border-top:7px solid #b4b4b4;background: #f5f5f5;}
.cen_box_yy .c_title{margin:60px auto 20px auto;}
.c_title h3 {
    font-size: 30px;
    color: #373a41;
    text-align: center;
    width: 100%;
    font-weight: 300;
}
.c_title h5 {
    font-size: 14px;
    color: #75777c;
    text-align: center;
    width: 100%;
    font-weight: 300;
    text-transform: uppercase;
}


.cen_box_yy ul{margin:auto;padding: 0px;}
.cen_box_yy li{margin:auto; padding: 0px; list-style:none; height: 350px; overflow: hidden; position: relative; float: left;}
.cen_box_yy li:nth-child(1){width:45%;padding: 10px 5px 10px 0px;}
.cen_box_yy li:nth-child(2){width:55%;padding: 10px 0px 10px 5px;}
.cen_box_yy li:nth-child(3){width:55%;padding: 10px 5px 10px 0px;}
.cen_box_yy li:nth-child(4){width:45%;padding: 10px 0px 10px 5px;}

.cen_box_yy li .img{width:100%;height: 350px; overflow:hidden;}
.cen_box_yy li:nth-child(2) .img img{width:100%; max-width: 100%;}
.cen_box_yy li .texts{position:absolute; bottom:50px; right:50px;}
.cen_box_yy li .texts a{font-size:16px; color:#ffffff; font-weight: bold; text-align: right;text-shadow: 1px 1px 5px #000;}



/*.hy_cols{width:100%; height: 380px; background: #f2f2f2;overflow: hidden; margin: 20px auto; padding: 0px;position: relative;}
.hy_col{width:600px; float: left; height: 60px; line-height: 60px; overflow: hidden;position: absolute; top: 0px; right:0px; background: #eee;}
.hy_col a{width:auto; height: 60px;line-height: 60px; margin: 0 1px 1px 0; padding: 0px 20px; text-align: center; float: left; background: #bebebe;}
.hy_col a.cur{ background: #0b5ccf; color:#FFFFFF;}
.hy_col a h3{
    font-size: 18px;
    color: #2e2e2e;
    font-weight: 300;
    margin-top: 18px;
}
.hy_col a h5{font-size: 14px;
    color: #2e2e2e;
    font-weight: 300;}
.hy_col a:hover h3,.hy_col a:hover h5,.hy_col a.cur h3,.hy_col a.cur h5{color:#FFFFFF;}
.hy_col .hy_tel{
	width: 100%;
    height: 80px;
    background: #FFFFFF url(anli_tel.png) no-repeat 150px center;
    padding: 20px 0 0 230px;
    font-weight: normal;
    font-size: 14px;
    color: #666666;
	float: left;
}
.hy_col .hy_tel h5 {
    font-size: 30px;
    color: #2e2e2e;
	line-height: 30px;
    font-weight: 500;
}*/

.hy_cols{width:100%; height: 400px; background: #f2f2f2;overflow: hidden; margin: 0px auto 0px auto; padding: 0px;position: relative;}
.hy_col{width:525px; height: auto;background: #f2f2f2;/*margin-top: 60px;*/top: 60px;z-index: 100;position: absolute;right: 0px;}
.hy_col a{
	width: 100%;
    height: auto;
	/*line-height: 80px;*/
	font-size:20px;
    margin: 20 0px 0px 0;
    padding: 25px 30px 25px 50px;
    text-align: left;
    float: right;
    background: transparent;
	color:#333333;
}
.hy_col a.cur,.khal_col a:hover{ background: #89c700; color:#FFFFFF;text-decoration: none;width: 110%;overflow: visible;}
.hy_col a:before{color:#333333; font-size: 26px; padding-right: 10px;}
.hy_col a:hover:before,.hy_col a.cur:before{color:#FFFFFF;padding-left: 50px;}
.hy_col a:nth-of-type(1):before{content: "\e664"; font-family: iconfont;}
.hy_col a:nth-of-type(2):before{content: "\e7d8";font-family: iconfont;}
.hy_col a:nth-of-type(3):before{content: "\e721";font-family: iconfont;}
/*.hy_col a h3{
	color: #093e5e;
    font-size: 16px;
    text-align: left;
    padding-top: 0px;
	font-weight: 500;
	line-height: 80px;
}
.hy_col a h3 em.hy_qichehangye:before{content: "\e62e";}
.hy_col a h3 em.hy_wujinchongya:before{content: "\e60a";font-size: 18px;}
.hy_col a h3 em.hy_jiadianzhileng:before{content: "\e7ce";font-size: 22px;}
.hy_col a h3 em.hy_jungonghangye:before{content: "\e636";font-size: 22px;}
.hy_col a h3 em.hy_qitahangye:before{content: "\e89e";}
.hy_col a h3 em{font-size: 20px; padding-right:5px;}
.hy_col a h5{font-size: 14px;
    color: #2e2e2e;
    font-weight: 300;}
.hy_col a:hover h3,.hy_col a:hover h5,.hy_col a.cur h3,.hy_col a.cur h5{color:#FFFFFF;}*/
.hy_col .khal_tel{
	width: 100%;
    height: 80px;
    background: #FFFFFF url(anli_tel.png) no-repeat 150px center;
    padding: 20px 0 0 230px;
    font-weight: normal;
    font-size: 14px;
    color: #666666;
	float: left;
}
.hy_col .hy_tel h5 {
    font-size: 30px;
    color: #2e2e2e;
	line-height: 30px;
    font-weight: 500;
}

.hy_img{width: 675px;
    float: left;
    height: 400px;
    overflow: hidden;
    margin: auto;
    padding: 0px;
	display: block;
    position: relative;}
.hy_img img{width:100%;max-width:100%; float: left; height: 100%; overflow: hidden; margin: auto; padding: 0px;}
/*.hyDescs{width: 360px;height: 100%; display: block;margin: auto;padding: 0px;}*/
.hy_img .hyDesc{
	width: auto;
    height: 350px;
    padding: 100px 20px 10px 20px;
    /*float: left;*/
    overflow: hidden;
    /*position: absolute;
    bottom: 90px;
    right: 100px;*/
    line-height: 30px;
    font-size: 16px;
    text-align: left;
    color: #333;
    /* background: #000000; */
    filter: Alpha(opacity=50);
    /* background: rgba(0, 0, 0, 0.5); */
}

.hy_img .hyDesc h3{font-size: 20px; color:#093e5e; float: left; margin-bottom:10px;padding-bottom: 10px;border-bottom: 1px solid #ff6666;}
.hy_img .hyDesc h5{width: 100%;
    font-size: 14px;
    float: left;
	color:#333333;
    font-weight: 300;
    height: 125px;
    overflow: hidden;
    line-height: 1.8em;}
.hyDesc .more{float: left;
    padding: 5px 30px;
    background: #023d81;
    color: #FFF;}
.hyDesc .more:hover{background: #ff6600;}


@media screen and (max-width: 1023px){
	.cen_box_yy{padding-top: 20px;background: #eee; overflow: hidden;}
	.hy_cols{width:100%;}
	.hy_img .hyDesc {
    width: 90%;
    height: 200px;
    padding: 30px 0px 10px 30px;
    float: left;
    overflow: hidden;
    position: absolute;
    top: 100px;
    left: 5%;
    line-height: 30px;
    font-size: 16px;
    text-align: left;
    color: #fff;
    background: #000000; 
    filter: Alpha(opacity=50);
    background: rgba(0, 0, 0, 0.5); 
}
}





/*****************************************************************************************************************************/
/*首页cen_box_zx*/
/*****************************************************************************************************************************/
.cen_box_zx{width:100%; margin: auto;overflow: hidden;padding: 20px 0px 0px 0px;background: #ffffff url("/images/bg/bg_ry.jpg") top center no-repeat;}
.cen_box_zx .zx-titles{padding:50px 0px 20px 0px;text-align: center;}
.cen_box_zx .zx-titles h3{ font-size:50px; color:#000000;}
.cen_box_zx .zx-titles h3 span{color:#ff6600;}
.cen_box_zx .zx-titles h5{ font-size:20px; color:#cccccc; text-transform: uppercase;}

.cen_box_zx .zs-boxs{width:100%;margin-top: 90px;}
.cen_box_zx .zs-boxs ul{padding: 0px; margin: auto;}
.cen_box_zx .zs-boxs ul li{width:185px; height: auto; max-height: 130px; overflow: hidden; margin:15px 10px 15px 0px; float: left; border:1px solid #ccc;text-align: center;}
.cen_box_zx .zs-boxs ul li img{text-align: center; vertical-align: middle;}


/*****************************************************************************************************************************/
/*首页cen_box_zx*/
/*****************************************************************************************************************************/



/*****************************************************************************************************************************/
/*首页cen_box_khal*/
/*****************************************************************************************************************************/

.cen_box_khal{width:100%; margin: auto;overflow: hidden;padding: 50px 0px 80px 0px;background: #f6f6f6;}
.cen_box_khal .titles1{margin:5px auto 0px auto;}
.cen_box_khal .titles1:before{display: none;}
.cen_box_khal .titles1 h3 {
    font-size: 45px;
    color: #cf1616;
    text-align: center;
    width: 100%;
    font-weight: bold;
	margin-bottom: 20px;
}
.cen_box_khal .titles1 h3 span{ color:#093e5e;}
.cen_box_khal .titles1 h5 {
    font-size: 20px;
    color: #666;
    text-align: center;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
}
.cen_box_khal .titles1:after{content: url("/images/icon/t_bg_left2.jpg"); text-align: center; margin: auto; height: 18px; padding-top:20px;background: none;position: initial;}


.cen_box_khal ul{margin:auto;padding: 0px;}
.cen_box_khal li{margin:auto; padding: 0px; list-style:none; height: 350px; overflow: hidden; position: relative; float: left;}
.cen_box_khal li:nth-child(1){width:45%;padding: 10px 5px 10px 0px;}
.cen_box_khal li:nth-child(2){width:55%;padding: 10px 0px 10px 5px;}
.cen_box_khal li:nth-child(3){width:55%;padding: 10px 5px 10px 0px;}
.cen_box_khal li:nth-child(4){width:45%;padding: 10px 0px 10px 5px;}

.cen_box_khal li .img{width:100%;height: 350px; overflow:hidden;}
.cen_box_khal li:nth-child(2) .img img{width:100%; max-width: 100%;}
.cen_box_khal li .texts{position:absolute; bottom:50px; right:50px;}
.cen_box_khal li .texts a{font-size:16px; color:#ffffff; font-weight: bold; text-align: right;text-shadow: 1px 1px 5px #000;}



.khal_cols{width:100%; float: left;height: 530px; background: #f2f2f2;overflow: hidden; margin: 20px auto; padding: 0px;position: relative;}
.khal_col{width:230px; float: left; height: auto;overflow: hidden;background: #eee;}
.khal_col a{width:230px; height: 105px; border-left:5px solid #e8e8e8; margin: 0 0px 1px 0; padding: 0px 20px; text-align: center; float: left; background: #ffffff url("/images/icon/al_ico.png") no-repeat 28px 78px;}
.khal_col a.cur,.khal_col a:hover{ background: #ff6600 url("/images/icon/al_ico_a.png") no-repeat 28px 78px; color:#FFFFFF;border-left:5px solid #333;}
.khal_col a h3{
	color: #2e2e2e;
    font-size: 20px;
    text-align: left;
    padding-top: 30px;
	font-weight: 500;
	line-height: 40px;
}
.khal_col a h5{font-size: 14px;
    color: #2e2e2e;
    font-weight: 300;}
.khal_col a:hover h3,.khal_col a:hover h5,.khal_col a.cur h3,.khal_col a.cur h5{color:#FFFFFF;}
.khal_col .khal_tel{
	width: 100%;
    height: 80px;
    background: #FFFFFF url(anli_tel.png) no-repeat 150px center;
    padding: 20px 0 0 230px;
    font-weight: normal;
    font-size: 14px;
    color: #666666;
	float: left;
}
.khal_col .khal_tel h5 {
    font-size: 30px;
    color: #2e2e2e;
	line-height: 30px;
    font-weight: 500;
}

.khal_img{   width: 950px;
    float: right;
    height: 100%;
    overflow: hidden;
    margin: auto;
    padding: 0px;
     position: relative;}
.khal_img img{width: 100%;max-width: 100%; float: left; height: 100%; overflow: hidden; margin: auto; padding: 0px;}
.khal_img .hkalDesc{
	width: 100%;
    height: 80px;
    padding: 0px 0px 0px 80px;
    float: left;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    right: 0px;
	line-height: 80px;
    font-size: 20px;
    text-align: left;
    color: #fff;
    background: #000000;
    filter: Alpha(opacity=80);
	background: rgba(0, 0, 0, 0.8);
    /*background: rgba(120, 120, 120, 0.8); */
	
}

.khal_img .hkalDesc h3{font-size: 20px; float: left; margin:auto;line-height: 80px;}
.khal_img .hkalDesc h5{width: 100%;
    font-size: 16px;
    float: left;
    font-weight: 500;
    height: 95px;
    overflow: hidden;
    line-height: 1.8em;}


@media screen and (max-width: 1023px){
	.cen_box_yy{padding-top: 20px;background: #eee; overflow: hidden;}
	.khal_col{width:100%;}
	.khal_img .hkalDesc {
    width: 90%;
    height: 200px;
    padding: 30px 0px 10px 30px;
    float: left;
    overflow: hidden;
    position: absolute;
    top: 100px;
    left: 5%;
    line-height: 30px;
    font-size: 16px;
    text-align: left;
    color: #fff;
    background: #000000; 
    filter: Alpha(opacity=50);
    background: rgba(0, 0, 0, 0.5); 
}
}


/*****************************************************************************************************************************/
/*首页cen_box_khal*/
/*****************************************************************************************************************************/






@media screen and (max-width: 1023px){
	
	.features-area{padding-top:40px;}
	.section-title h2{font-size: 20px;}
	.section-title h2:before {left: 40%;}
	.features-area.features-style-2 .feature-img {padding-bottom: 20px;}
	.feature-wrap{text-align: center;}
	.features-area.features-style-2 .features-icon{margin:auto;}
}







@media screen and (max-width: 1023px){
	.company-section{padding: 50px 0 0;}
	.company-area {padding: 50px 0;}
	.company-img-wrap{display: none;}
	.company-content-wrap{width:100%;}
	.company-content-wrap .company-content-title{padding: 20px;}
	.company-content-title h3{font-size: 30px;}
	.company-content-title h3:before{left:15%;}
	.company-content-title h3:after{right:15%;}
	.company-content-title h5{padding:0px 50px; line-height: 30px;}
	.company-hz-wrap{display:flex;flex-wrap: wrap;
    justify-content: space-between;}
	.company-hz-wrap ul li{margin: 1.5%;    width: 30%;overflow: hidden;flex: 1;    height: 65px;}
}
@media (min-width: 375px) and (max-width: 767px)
{
	.company-content{padding: 0px 30px 20px 30px;}
	.company-content .title-sub {font-size: 16px;color: #222;font-weight: bold;padding: 30px 0px;}
	.company-content .cols .cols_item{width:44%; cursor: pointer;}
	.company-content .title-sub .num {padding-bottom: 20px;}
}
@media screen and (max-width: 374px)
{
	.company-content{padding: 0px 30px 20px 30px;}
	.company-content .title-sub {font-size: 16px;color: #222;font-weight: bold;padding: 30px 0px;}
	.company-content .cols .cols_item{width:44%; cursor: pointer;}
	.company-content .title-sub .num {padding-bottom: 20px;}
}
/*============================================
1.0 counter-area start
===========================================*/
.counter-area{
  padding: 135px 0 0;
  background: url(/images/counter-bg.jpg) no-repeat center top / cover;
  position: relative;
  background-attachment: fixed;
}
.counter-area:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(20,36,64,.8);
}
.counter-content {
    background: #2284bd;
    padding: 44px 70px 94px;
    padding-right: 80px;
    margin-bottom: -70px;
    max-height: 450px;
    position: relative;
}
.counter-content p{
	font-size:14px;
  color:#fff;
	line-height: 2em;
}
.counter-content h2{
  font-size: 24px;
  font-weight: 500;
  color:#fff;
  margin-bottom: 10px;margin-top: 20px;
}
.counter-content h5{
  font-size: 16px;
  font-weight: 500;
  color:#fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.counter-content .btns{display: block}
.counter-content .btns .btn-style a {
    background-color: #fff;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    padding: 10px 28px;
    border: 2px solid transparent;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 34px;
}
.btn-style.btn-style-3 a{
  background: #fff;
  color:#333;
  margin-top: 34px;
  font-weight: 700;
}

.counter-area .counter-grids .grid {
    width: 48%;
    float: left;
    padding: 0px 0px 58px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.counter-area .counter-grids .grid p {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-top: 20px;
}
.counter-area .counter-grids {
    overflow: hidden;
    position: relative;
    padding-top: 50px;
    padding-left: 50px;
}
.counter-area .counter-grids .grid h2:after{content:"+";}
@media (max-width: 991px) {
  .counter-area .counter-grids {
    padding: 100px 0 40px;
    text-align: center;
  }
}

.counter-area .odometer.odometer-auto-theme, .counter-area .odometer.odometer-theme-default {
    line-height: 0.8em;
}
.counter-area .counter-grids .grid h2 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    line-height: 20px;
    padding-bottom: 20px;
    position: relative;
}
.counter-area .counter-grids .grid h2:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #34ccff;
}

.counter-area .counter-grids .grid h2 span{display: block;float: left;}

@media screen and (max-width: 1023px){
	
	.counter-area {padding-top:80px;}
	.counter-area .counter-content{padding:50px;}
	.counter-area .counter-content h2{font-size: 16px;font-weight: 500;color: #fff;margin-bottom: 20px;margin-top: 0px;line-height: 1.6em;}
	.counter-area .counter-content h5{display: none;}
	.counter-area .counter-content p{line-height: 1.6em;}
	.section-title h2{font-size: 20px;}
	.section-title h2:before {left: 40%;}
	.features-area.features-style-2 .feature-img {padding-bottom: 20px;}
	.feature-wrap{text-align: center;}
	.features-area.features-style-2 .features-icon{margin:auto;}
	
	.counter-area .counter-grids .grid {
		width: 48%;
		float: left;
		padding: 0px 0px 28px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.counter-area .counter-grids .grid h2 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    line-height: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
    position: relative;
    display: block;
    overflow: hidden;
	}
	.counter-area .counter-grids .grid h2:after {
    content: "+";
    float: left;
	}
}


/***************************首页新闻***************************/
/*.news-section{background: #fafafa; padding: 100px 0px;}*/
.news-section .special-heading{text-transform: uppercase; font-weight: bold;}
.news-section .special-heading:after {
    display: none;
}
.divider-45{margin-bottom:50px;}
.news-section .vertical-item .item-content h5 a{color:#333;}
.news-section .art_more{color:#333333;}
.news-section .art_more:hover{color:#ff6600;}
.news-section .vertical-item {
    margin: 0 15px;
}
.news-section .owl-carousel .owl-dots .owl-dot span{border: 2px solid #ccc}
.news-section .owl-carousel .owl-dots .owl-dot.active span,.news-section .owl-carousel .owl-dots .owl-dot:hover span {
    border-color: #fea84b;
    opacity: 0.8;
}


/***************************首页新闻***************************/

.news-section{display: flex;padding: 80px 0px 50px 0px; background: #ffffff url("/images/bg/bg_gcal.jpg"); position: static;}
.news-section img{width: 100%;padding:20px 0px 50px 0px;}
.news-section .title_news{padding:0px 10px;}
.section-title{padding:0px 0px 20px 0px;}
.section-title h2{ font-size:30px; color:#333;font-weight: 500;}
.section-title h2 span{color:#333;}
.section-title h5{ font-size:16px; color:#333;}
.news-section .vertical-item:hover{cursor: pointer;}
.news-section .item-media:before {
    background-color: rgba(0, 155, 228, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s linear;
}
ul.swiper-wrapper{padding:10px; margin:auto;}


.news-section .news-boxs{padding:50px 0px 0px 0px;}

@media screen and (max-width: 1023px){#wrapper > div > section.news-section{padding-top: 50px;}}

.news-area{height: auto;overflow: hidden;padding: 70px 0px 50px 0px;}
.f-l {
    float: left;
}
.f-r {
    float: right;
}

.news_c{ width:800px;padding:0px; height:480px;overflow:hidden;}
.c7_pic_box{width: 100%;height: 480px;overflow: hidden;margin-bottom: 30px;}

.news_c .c7_pic_box ul li img{max-width: 100%;width: 100%;height: 290px; overflow: hidden;
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.c7_pic_box img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.news_c .c7_pic_box ul,.news_c .c7_cont_list ul{padding-left:0px;}
.news_c .c7_pic_box ul li{width:48%; padding:0px; height: 450px; overflow: hidden; border-bottom: 0px;float: left;margin:auto 1%;background: #f7f7f7;}
.news_c .c7_pic_box ul li .Images{width:100%;height: 290px; overflow: hidden;}
.news_c .c7_pic_box ul li .item-content{width:100%;height: 160px;border-left:1px solid #f2f2f2;border-right:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2; overflow: hidden;}
.news_c .c7_pic_box ul li .item-content .Names{font-size:18px; padding:20px 20px 10px 20px; color:#000000; font-weight: bold;}
.news_c .c7_pic_box ul li .item-content .Names a{color:#333333;font-weight: 500;}
.news_c .c7_pic_box ul li .item-content .Names a:hover{color:#00c0e2;}
.news_c .c7_pic_box ul li .item-content .Desc{font-size:14px; padding:0px 20px 10px 20px; color:#6a6a6a; line-height: 20px; height:60px; overflow: hidden;}
.news_c .c7_pic_box ul li .item-content .art_more{padding:10px 20px 10px 0px;float: right;}

.news_l ul li{width: 100%; height:auto;line-height: 26px;overflow: hidden; border-bottom:#d6d6d6 1px dashed;padding-bottom: 10px; margin-bottom:10px;}
.news_l ul li a{color:#3e4f59;}
.news_l ul li a:hover{color:#00c0e2;}
.news_l ul li span{float: left;font-size: 14px;color: #7b7b7b;display: block;width: 400px; text-align: left;}
.news_l ul li span.time {width: 100%;}
.c7_cont_r{padding-top:20px;}
.news_l{ width:350px;height: 480px;overflow:hidden; background:url(/images/bg/news_line.gif) no-repeat;padding: 0 0 0 45px;}
.news_l .news_more{padding: 20px;}
.news_l .news_more a{ padding:10px 40px; color: #FFFFFF;background: #1581d3;}
.news_l .news_more a:hover{ color: #FFFFFF;background: #FF9800;}

@media screen and (max-width: 1023px){
	.news-area {
		height: auto;
		overflow: hidden;
		padding: 20px 0px 0px 0px;
		margin-top: 20px;
		border-top: 1px solid #eee;
		background: #f5f5f5;
	}
	.news-area .titles1{padding: 20px 0px 0px 0px;}
	.news_t{display:none;}
	.news_c {
		width: 100%;
		background: none;
		padding: 0 25px;
		height: 480px;
		overflow: hidden;display: none;
	}
	.news_c ul li span{width:70%;}
	.news_l{width:100%; background: #FFFFFF;padding:20px;}
}



@media screen and (max-width: 1023px){
	.news-area {
		height: auto;
		overflow: hidden;
		padding: 20px 0px 0px 0px;
		margin-top: 20px;
		border-top: 1px solid #eee;
		background: #f5f5f5;
	}
	.news-area .titles1{padding: 20px 0px 0px 0px;}
	.news_t{display:none;}
	.news_c {
		width: 100%;
		background: none;
		padding: 0 25px;
		height: 480px;
		overflow: hidden;display: none;
	}
	.news_c ul li span{width:70%;}
	.news_l{width:100%; background: #FFFFFF;padding:20px;}
}


@media (max-width: 1200px) {
	
}
@media (max-width: 1023px)
{
	
}

@media screen and (max-width: 1023px){
	.col-prod-nav ul{width:100%;margin: auto;padding: 10px 0px;flex-flow: wrap;display: flex;justify-content: flex-start;}
	.col-prod-nav li{width: 25%;padding: 10px 0px;}
	.col-prod-nav li.active{width:25%;background: #ffffff;}
	.col-prod-nav li:hover{width:25%;background: #ffffff; color:#00469c; font-size: 16px; font-weight: bold;}
	.col-prod-cont{padding:0px;}
	.col-xs-12.col-prod-cimg{padding:0px;}
	.tab .tab-content{width:100%;}
	.col-prod-cimg-slider{height:auto; padding-bottom:10px;}
	.col-prod-pimg-slider{padding-top:10px;}
	.col-prod-pimg{padding-bottom: 10px;position:relative;}
	.col-prod-pimg .owl-controls{position: absolute;bottom: 0px;width: 100%;}
	
	.about-item{padding:50px;}
	.anli-section{padding:0px;}
	.cen_box_lxfs{display: none;}
	.anli-item{position: absolute;
    right: 10%;
    top: 50px;
    padding: 0px;
    width: 80%;}
	.anli-item .anli-title{max-width: 100%;font-size: 28px;background: rgba(255, 255, 255, 0.8);padding: 50px 20px 80px 20px;}
	.new-section{padding: 50px 0px 20px 0px;}
	.section-title{padding:0px 10px;}
	.hot-section{padding:0px 10px;}
	.hot-title{margin-bottom: 10px;}
	.hzkh-section{padding:0px 10px;}
	
	.company-hz-wrap ul li img{width: 100%;}
}
@media (max-width: 768px)
{
	.about-section a.btn{padding: 15px; word-break: break-word; white-space:normal;}
}
@media (max-width: 767px)
{
	.about-section{padding-top:0px; padding-bottom: 0px;}
	.news-wrapper-c ul li:nth-of-type(1){width:100%;}
	.news-wrapper-c ul li{width:100%; padding:10px 0px;}
	.news-wrapper-c ul li:nth-of-type(3) a{flex-flow: column;}
	.col-prod-pimg-slider li .col-thumb{height:auto;}
	.about-section a.btn{font-size: 16px;color: #FFFFFF;padding: 10px 20px; white-space: break-spaces;}
	.about-items h2 {font-size:20px;}
}
@media (max-width: 414px)
{
	
}
@media (max-width: 375px)
{
	
}
@media (max-width: 320px)
{
	
}