@charset "utf-8";
/* CSS Document */
/* 创络科技 http://www.chuangluo.com */

/*初始样式、共同样式*/
html,body{-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
*html {background-image:url("about:blank"); background-attachment:fixed;}
ul,ol {list-style:none;}
a{text-decoration: none;color: #000;-webkit-tap-highlight-color:rgba(255,0,0,0);}
a:hover{-webkit-tap-highlight-color: transparent;}
img {border:0px;}
input,textarea{font-family: Arial,'微软雅黑';font-size: 16px;resize: none;outline: none;}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"]{-webkit-appearance: none;}
textarea{-webkit-appearance: none;}
h1, h2, h3, h4, h5, h6 {font-size:120%;}
body{ word-wrap:break-word; margin:0px; padding:0px;font-family: Arial,'微软雅黑';overflow-x: hidden;}
.imgmid {display:inline-block; *display:inline; *zoom:1; height:100%; width:1px; margin-left:-1px; vertical-align:middle;}
.cle {clear:both; width:0; height:0; display:block; overflow:hidden; font-size:0px;}
/* 水平垂直居中 */
.flex_center{display: flex;align-items: center;justify-content: center;}
/* 全局颜色设置 */
:root{
	--main-color: #ff9000;
}

.header_box{width: 100%;height: auto;position: relative;z-index: 10;}
.header_box .h_content{width: 96%;max-width: 1200px;height: 100px;margin: 0 auto;}
.header_box .h_content .logo{width: 50%;max-width: 346px;height: 100%;float: left;overflow: hidden;}
.header_box .h_content .logo img{vertical-align: middle;max-width: 100%;max-height: 90%}
.header_box .h_content .nav{width: auto;height: 100%;float: right;}
.header_box .h_content .nav ul{width: 100%;height: 100%;margin: 0;padding: 0;font-size: 0;}
.header_box .h_content .nav>ul{display: flex;}
.header_box .h_content .nav ul li{width: auto;height: 100%;line-height: 100px;float: left;font-size: 16px;text-align: center;position: relative;}
.header_box .h_content .nav ul li a{display: block;height: 100%;box-sizing: border-box;margin: 0 20px;border-bottom: 2px solid #fff;color: #333;position: relative;
-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.header_box .h_content .nav ul li a i{margin: 0 0 0 10px;font-size: 10px;font-weight: normal;color: var(--main-color);}
.header_box .h_content .nav ul li:hover>a, .header_box .h_content .nav ul li a.active{border-color: var(--main-color);color: var(--main-color);}
.header_box .h_content .nav ul li:hover>ul{-webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); visibility: visible;opacity: 1;}
.header_box .h_content .nav ul li ul{width: 140%;height: auto; background: #fff;position: absolute; left: -20%; top:100%; border-radius: 0 0 3px 3px;  box-shadow: 0 10px 10px rgba(0, 0, 0, .2);opacity: 0;visibility: hidden;
-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s;
-webkit-transform: translateY(-20px); -moz-transform: translateY(-20px); -ms-transform: translateY(-20px); -o-transform: translateY(-20px); transform: translateY(-20px); }
.header_box .h_content .nav ul li ul li{width: 100%;}
.header_box .h_content .nav ul li ul li a{margin: 0;padding: 10px;line-height: 24px;display: block;font-size: 14px;border: none;}
.header_box .h_content .nav ul li ul li:hover a{border: none;}
.header_box .h_content .nav ul li ul li ul{width: 100%;position: absolute;top: 0;left: 100%;background: #f5f6fb;opacity: 0;visibility: hidden;}
.header_box .h_content .nav ul li ul li ul li a{font-size: 12px;color: #666;}
.header_box .h_content .nav_c{width: 40px;height: 100%;margin: 0 0 0 3vw;line-height: 80px;float: right;font-size: 30px;text-align: right;display: none;overflow: hidden;}
.header_box .h_content .nav_c i{font-size: 30px;color: var(--main-color);}

@media screen and (max-width: 1024px) {
	.header_box .h_content .nav ul li a{font-size: 14px;}
	.header_box .h_content .nav ul li .subnav ul li a{font-size: 14px;}
	.header_box .h_content .nav ul li .subnav ul li ul li a{font-size: 12px;}
}

@media screen and (max-width: 991px) {
	.header_box{border-bottom: 1px solid var(--main-color);}
	.header_box .h_content{height: 70px;}
	.header_box .h_content .logo{width: 60%;}
	.header_box .h_content .nav, .header_box .h_content .tel{display: none;}
	.header_box .h_content .nav_c, .header_box .h_content .lang_c{display: block;}
}

.nav_box{width: 70%;height: 100%;position: fixed;top: 0;left: -70%;z-index: 100;background: rgba(255, 255, 255, 1);overflow: hidden;overflow-y: auto;}
.nav_box .nav_close{width: 100%;height: 70px;box-sizing: border-box;padding: 0 20px;overflow: hidden;}
.nav_box .nav_close .close{width: 80px;height: 100%;float: left;position: relative;overflow: hidden;}
.nav_box .nav_close .close i{width: 50%;height: 2px;display: block;background: var(--main-color);position: absolute;top: 50%;left: -5px;margin: -1px 0 0;overflow: hidden;transform-origin: center center;}
.nav_box .nav_close .close i:first-child{transform: rotate(45deg);}
.nav_box .nav_close .close i:last-child{transform: rotate(-45deg);}
.nav_box .nav_close .m_lang{width: auto;height: 40px;margin: 20px 0;float: right;font-size: 0;overflow: hidden;}
.nav_box .nav_close .m_lang a{width: 40px;height: 40px;margin: 0 10px 0 0;display: inline-block;border-radius: 50%;background: #f5f5f5;font-size: 14px;color: #999;vertical-align: top;text-align: center;line-height: 40px;overflow: hidden;}
.nav_box .nav_close .m_lang a:last-child{margin: 0;}
.nav_box .nav_close .m_lang a.active{background: var(--main-color);color: #fff;}
.nav_box .line{width: 100%;height: 1px;background: var(--main-color);}
.nav_box .nav_list{width: 100%;height: auto;padding: 0 0 50px;overflow: hidden;}
.nav_box .nav_list ul{margin: 0;padding: 0;overflow: hidden;}
.nav_box .nav_list ul li{width: 100%;height: auto;border-bottom: 1px solid #f5f5f5;overflow: hidden;}
.nav_box .nav_list ul li:last-child{border: 0;}
.nav_box .nav_list ul li a{width: 100%;height: auto;display: block;box-sizing: border-box;padding: 20px 45px 20px 20px;font-size: 16px;position: relative;overflow: hidden;}
.nav_box .nav_list ul li a .icon_right{width: 20px;height: 30px;line-height: 30px;position: absolute;top: 50%;right: 5px;margin: -15px 0 0;z-index: 2;overflow: hidden;}
.nav_box .nav_list ul li>a.active{background: var(--main-color);color: #fff;}
.nav_box .nav_list ul li ul{padding: 10px 0;display: none;}
.nav_box .nav_list ul li ul li{border: 0;}
.nav_box .nav_list ul li ul li a{padding: 15px 20px;font-size: 14px;color: #333;}
.nav_box .nav_list ul li ul li a.active{background: var(--main-color);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.nav_box .nav_list ul li ul li ul li a{padding: 10px 20px 10px 30px;color: #999;}
.nav_box .nav_list ul li.search .search_form{width: 100%;height: 64px;background: #f0f1f4;box-sizing: border-box;padding: 10px;overflow: hidden;}
.nav_box .nav_list ul li.search .search_form form{width: 100%;height: 44px;line-height: 44px;display: block;position: relative;background: #fff;overflow: hidden;}
.nav_box .nav_list ul li.search .search_form form input[type="text"]{width: calc(100% - 60px);height: 100%;border: 0;font-size: 14px;position: absolute;left: 0;z-index: 2;box-sizing: border-box;padding: 10px;}
.nav_box .nav_list ul li.search .search_form form input[type="submit"]{width: 60px;height: 100%;border: 0;font-size: 14px;position: absolute;right: 0;z-index: 2;background: none;border: 0;}
.nav_box .nav_list ul li.search .search_form form .btn{width: 60px;height: 100%;position: absolute;top: 0;right: 0;z-index: 1;text-align: center;color: #999;}
.nav_box .nav_list ul li.search .search_form form .btn i{font-size: 16px;}

.mask{width: 100%;height: 100%;background: #000;opacity: .5;position: fixed;top: 0;left: 0;z-index: 99;display: none;}

/* Banner */

.slide_container {width: 100%; height: auto; max-height: 700px; overflow: hidden; position: relative; background: #fff;}
.slide_container img {max-width: 100%; height: auto; min-height: 400px; display: block; object-fit: cover; vertical-align:middle;}

.banner_go_left{position: absolute; left: 0px; top: 50%; width: 30px; height: 60px; color: #fff; line-height: 60px; margin-top: -30px; text-align: center; background: rgba(0,0,0,0.2); opacity: 0.2; z-index: 9999; cursor: pointer; border-radius: 0 3px 3px 0;}
.banner_go_right{position: absolute; right: 0px; top: 50%; width: 30px; height: 60px; color: #fff; line-height: 60px; margin-top: -30px; text-align: center; background: rgba(0,0,0,0.2); opacity: 0.2; z-index: 9999; cursor: pointer; border-radius: 3px 0 0 3px;}
.banner_go_left i, .banner_go_right i{font-size: 20px;}
.banner_go_left:hover, .banner_go_right:hover{font-size: 20px; opacity: 1;}

.pagination_banner{position: absolute;left: 0;text-align: center;bottom:25px;width: 100%;}

.slick-dots{position: absolute;display: block;width: 100%;padding: 0;margin: 0;list-style: none;text-align: center;}
.slick-dots li{display: inline-block; width: 12px; height: 12px; border-radius: 7px; margin: 0 3px;padding: 0; cursor: pointer; opacity: 0.4; font-size: 0px; background: #fff;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;transition: all 0.2s;}
.slick-dots li button{display: none;}
.slick-dots li.slick-active{opacity: 1; width: 30px;}

@media screen and (max-width:992px) {
    .slide_container {max-height: 420px;}
    .slide_container img {min-height: 420px;}
}
@media screen and (max-width: 768px) {
    .slide_container {max-height: 320px;}
    .slide_container img {min-height: 320px;}
}
@media screen and (max-width: 576px) {
    .slide_container {max-height: 200px;}
    .slide_container img {min-height: 200px;}
}

/* 首页默认布局样式 */
.i_main_box{width: 100%;height: auto;position: relative;overflow: hidden;}
.i_main{width: 96%;max-width: 1200px;height: auto;margin: 50px auto;overflow: hidden;}
.i_title{width: 100%;height: auto;text-align: center;position: relative;overflow: hidden;}
.i_title .title{font-size: 36px;font-weight: bold;color: #333;}
.i_title .text{margin: 10px 0 15px;font-size: 14px;color: #999;}
.i_title .line{width: 40px;height: 2px;margin: 0 auto;background: var(--main-color);}
@media screen and (max-width: 991px) {
	.i_main_box{background: #f5f6fb;}
	.i_main{width: 100%;margin: 0;}
	.i_title{box-sizing: border-box;padding: 20px 2vw;background: #fff;}
}
@media screen and (max-width: 768px) {
	.i_title .title{font-size: 24px;}
	.i_title .text{margin: 5px 0 10px}
}

/* 事务范围 */
.affairs_box{width: 100%;height: auto;margin: 50px 0 0;overflow: hidden;}
.affairs_box .items{width: 100%;height: auto;overflow: hidden;}
.affairs_box .items .item{width: 10%;height: 500px;float: left;background: #f5f6fb;position: relative;overflow: hidden;}
.affairs_box .items .item .img{width: 100%;height: 100%;margin: 0;padding: 0;position: absolute;top: 0;left: 0;z-index: 1;overflow: hidden;}
.affairs_box .items .item .img .center{width: 100%;height: 100%;position: relative;overflow: hidden;}
.affairs_box .items .item .info{width: 70%;height: 100%;box-sizing: border-box;padding: 30px;position: absolute;top: 0;right: 0;z-index: 1;overflow: hidden;}
.affairs_box .items .item .img .text{width: 100%;height: 100%;box-sizing: border-box;padding: 2vw 0;position: absolute;top: 0;left: 0;background: rgba(0, 0, 0, .3);justify-content: flex-start;color: #fff;overflow: hidden;
writing-mode:horizontal-tb; writing-mode:vertical-rl; writing-mode:vertical-lr; font-size: 24px;}
.affairs_box .items .item .img .text span{margin: 20px 0 0 0;font-size: 14px;}
.affairs_box .items .item .img .pic{width: 100%;font-size: 0;overflow: hidden;}
.affairs_box .items .item .info .title{line-height: 44px;font-size: 36px;color: var(--main-color);}
.affairs_box .items .item .info .subtitle{margin: 10px 0;line-height: 24px;font-size: 16px;color: #999;}
.affairs_box .items .item .info .line{width: 15%;height: 2px;background: var(--main-color);}
.affairs_box .items .item .info .text{max-height: 150px;margin: 20px 0;line-height: 30px;font-size: 14px;color: #666;overflow: hidden;}
.affairs_box .items .item .info .more a{display: inline-block;width: auto;height: 40px;line-height: 40px;padding: 0 25px;background: var(--main-color);font-size: 14px;color: #fff;}

/* 动画效果 */
@media screen and (min-width: 992px) {
	.affairs_box .items .item,
	.affairs_box .items .item .img,
	.affairs_box .items .item .info
	{
		-webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s;
	}
	.affairs_box .items .item .info{
		-webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; -webkit-transform: scaleX(.2);
		-moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); 
	}
	.affairs_box .items .item.active{width: 60%;}
	.affairs_box .items .item.active .img{width: 30%;}
	.affairs_box .items .item.active .img .text{opacity: 0;}
	.affairs_box .items .item.active .info{-moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
}
@media screen and (max-width: 991px) {
	.affairs_box{margin: 2vw 0;}
	.affairs_box .items .item{width: 96%;height: auto;box-sizing: border-box;margin: 2vw auto 0;padding: 15px;background: #fff;float: none;}
	.affairs_box .items .item .img{position: initial;display: none;}
	.affairs_box .items .item .info{width: 100%;padding: 0;position: initial;background: #fff;text-align: center;}
	.affairs_box .items .item .info .line{width: 30px;margin: 0 auto;}
}
@media screen and (max-width: 768px) {
	.affairs_box .items .item .info .title{line-height: 24px;font-size: 18px;}
	.affairs_box .items .item .info .subtitle{margin: 5px 0;font-size: 12px;}
	.affairs_box .items .item .info .text{line-height: 24px;font-size: 12px;}
	.affairs_box .items .item .info .more a{height: 32px;line-height: 32px;font-size: 12px;}
}


/* 优势 */
.good_box{width: 100%;height: auto;background: #3e3e3e url(../images/good.png) no-repeat center/cover;overflow: hidden;}
.good_box .i_title .title{color: #fff;}
.good_box .i_title .text{margin: 25px 0 0;font-size: 20px;color: #fff;}
.good_box .items{width: 100%;height: auto;margin: 50px 0 0;display: flex;flex-wrap: wrap;overflow: hidden;}
.good_box .items .item{width: 33.33%;box-sizing: border-box;padding: 40px;background: rgba(255, 255, 255, .9);text-align: center;align-items: flex-start;}
.good_box .items .item .title{font-size: 24px;color: #333;}
.good_box .items .item .text{margin: 20px 0 0;line-height: 24px;font-size: 14px;color: #666;}
.good_box .items .item:nth-child(2n){background: rgba(255, 255, 255, .3);}
.good_box .items .item:nth-child(2n) .title, .good_box .items .item:nth-child(2n) .text{color: #fff;}
@media screen and (max-width: 991px) {
	.good_box .i_title{background: none;}
	.good_box .items{width: 96%;margin: 15px auto;}
	.good_box .items .item{background: #fff !important;}
	.good_box .items .item .title{color: var(--main-color) !important;}
	.good_box .items .item .text{color: #999 !important;}
}
@media screen and (min-width: 769px) and (max-width: 991px) {
	.good_box .items .item{width: 50%;}
	.good_box .items .item:nth-child(4n-1),.good_box .items .item:nth-child(4n-2){background: #f5f6fb !important;}
}
@media screen and (max-width: 768px) {
	.good_box .items .item{width: 100%;padding: 25px 2vw;}
	.good_box .items .item:nth-child(2n){background: #f5f6fb !important;}
	.good_box .items .item .title{font-size: 18px;}
	.good_box .items .item .text{margin: 15px 0 0;font-size: 12px;}
}

/* 关于我们 */
.abo_box{width: 100%;height: auto;box-sizing: border-box;margin: 50px 0 0;align-items: flex-start;overflow: hidden;}
.abo_box .info{box-sizing: border-box;padding: 0 2vw 0 0;overflow: hidden; width: 70%; float: left;}
.abo_box .info .text{line-height: 30px;font-size: 14px;color: #333;}
.abo_box .info .text p{margin: 10px 0 0;}
.abo_box .info .text p:first-child{margin: 0;}
.abo_box .info .more{margin: 20px 0 0;}
.abo_box .info .more a{width: auto;height: auto;line-height: 24px;display: inline-block;padding: 8px 25px;border-radius: 2px;background: var(--main-color);text-align: center;font-size: 14px;color: #fff;}
.abo_box .img{font-size: 0;text-align: center; width: 30%; float: left;}
.abo_box .img img{max-width: 100%;}
@media screen and (max-width: 991px) {
	.abo_box{width: 96%;margin: 2vw auto;display: block;}
	.abo_box .info{padding: 20px 15px;background: #fff; width: 100%;}
	.abo_box .info .more{text-align: center;}
	.abo_box .img{margin: 30px 0 0; width: 100%;}
}

/* 合作案例 */
.cas_box{width: 100%;height: auto;overflow: hidden;}
.cas_box .cas_head{width: 100%;height: auto;padding: 0 0 19px;background: url(../images/cas_head.png) no-repeat bottom;overflow: hidden;}
.cas_box .cas_head .i_title{width: 96%;max-width: 1200px;margin: 30px auto;}
.cas_box .cas_head .i_title .title, .cas_box .cas_head .i_title .text{color: #fff;}
.cas_box .items{width: 100%;height: auto;overflow: hidden;}
.cas_box .items .item{width: 100%;height: auto;overflow: hidden;}
.cas_box .items .item .center{width: 96%;max-width: 1200px;margin: 30px auto;overflow: hidden;}
.cas_box .items .item .center .img{width: 50%;max-width: 540px;text-align: center;overflow: hidden;}
.cas_box .items .item .center .img img{max-width: 100%;}
.cas_box .items .item .center .info{width: auto;overflow: hidden;}
.cas_box .items .item .center .info .title{font-size: 36px;font-weight: bold;color: var(--main-color);}
.cas_box .items .item .center .info .line{width: 40px;height: 4px;margin: 20px 0;background: var(--main-color);}
.cas_box .items .item .center .info .text{line-height: 24px;font-size: 14px;color: #666;}
.cas_box .items .item .center .info .text p{margin: 10px 0 0;}
.cas_box .items .item .center .info .text p:first-child{margin: 0;}
.cas_box .items .item:nth-child(2n){background: #f5f6fb;}
.cas_box .items .item:nth-child(2n) .center{flex-direction: row-reverse;justify-content: space-between;}
.cas_box .items .item:nth-child(2n) .center .img{float: right;}
@media screen and (max-width: 991px) {
	.cas_box .cas_head .i_title{margin: 15px auto;padding: 0;background: none;}
	.cas_box .items .item .center{margin: 20px auto;}
	.cas_box .items .item .center .img{width: 40%;}
	.cas_box .items .item .center .info .title{font-size: 24px;}
	.cas_box .items .item .center .info .line{height: 2px;}
}
@media screen and (max-width: 768px) {
	.cas_box .items .item .center{display: block;}
	.cas_box .items .item .center .img{width: 100%;height: auto;text-align: center;}
	.cas_box .items .item .center .info{width: 100%;margin: 20px 0 0;text-align: center;}
	.cas_box .items .item .center .info .title{font-size: 24px;}
	.cas_box .items .item .center .info .line{width: 20px;height: 2px;margin: 20px auto;}
}

/* 新闻资讯 */
.i_new_box{width: 100%;height: auto;margin: 50px 0 0;overflow: hidden;}
.i_new_box .carousel{width: 50%;height: auto;float: left;overflow: hidden;}
.i_new_box .carousel .item{position: relative;}
.i_new_box .carousel .item .img{text-align: center;}
.i_new_box .carousel .item .img img{display: inline-block;max-width: 100%;}
.i_new_box .carousel .item .text{width: 100%;height: auto;position: absolute;bottom: 0;left: 0;text-align: center;box-sizing: border-box;padding: 20px 15px;background: rgba(0, 0, 0, .5);font-size: 16px;color: #fff;overflow: hidden;}
.i_new_box .items{width: 50%;height: auto;box-sizing: border-box;padding: 0 0 0 30px;float: right;overflow: hidden;}
.i_new_box .items .item{width: 100%;height: auto;padding: 12px 0;border-bottom: 1px dashed #e9e9e9;justify-content: space-between;overflow: hidden;}
.i_new_box .items .item.active{margin: 0 0 15px;padding: 0;border: 0;}
.i_new_box .items .item.active .img{width: 200px;height: 130px;float: left;text-align: center;overflow: hidden;}
.i_new_box .items .item.active .img img{vertical-align: middle;max-width: 100%;}
.i_new_box .items .item.active .info{width: calc(100% - 215px);height: auto;float: right;overflow: hidden;}
.i_new_box .items .item.active .info .title{line-height: 30px;font-size: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.i_new_box .items .item.active .info .time{width: 100%;margin: 10px 0;text-align: left;line-height: 20px;font-size: 12px;color: #999;}
.i_new_box .items .item.active .info .text{max-height: 50px;line-height: 25px;font-size: 12px;color: #666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.i_new_box .items .item .title{font-size: 14px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.i_new_box .items .item .title a{color: #666;}
.i_new_box .items .item .title a:hover{color: var(--main-color);}
.i_new_box .items .item .time{width: 100px;text-align: right;font-size: 12px;color: #999;}
@media screen and (min-width: 992px) and (max-width: 1250px) {
	.i_new_box .items .item{padding: 8px 0;}
	.i_new_box .items .item.active{margin: 0 0 10px}
	.i_new_box .items .item .title{font-size: 12px;}
}
@media screen and (max-width: 991px) {
	.i_new_box{width: 100%;box-sizing: border-box;margin: 2vw 0;padding: 0 2% 2vw;}
	.i_new_box .carousel{width: 100%;box-sizing: border-box;background: #fff;float: none;}
	.i_new_box .carousel .item .text{position: initial;background: none;color: #333;}
	.i_new_box .items{width: 100%;margin: 2vw 0 0;padding: 0;float: none;}
	.i_new_box .items .item{box-sizing: border-box;margin: 5px 0 0;padding: 15px !important;background: #fff;border: 0;}
}

@media screen and (max-width: 640px) {
	.i_new_box .items .item.active .img{width: 44%;height: auto;border: 0;}
	.i_new_box .items .item.active .info{width: 56%;box-sizing: border-box;padding: 0 0 0 10px;}
	.i_new_box .items .item.active .info .title{line-height: 24px;font-size: 14px;}
	.i_new_box .items .item.active .info .time{margin: 5px 0;}
	.i_new_box .items .item.active .info .text{max-height: 40px;line-height: 20px;}
}

/* Footer */
.footer_box{width: 100%;height: auto;background: #111;overflow: hidden;}
.footer_box .main{width: 96vw;max-width: 1200px;height: auto;margin: 30px auto;overflow: hidden;}
.footer_box .main .menu{width: 70%;height: auto;float: left;overflow: hidden;}
.footer_box .main .menu>ul{width: 100%;margin: 0;padding: 0;display: flex;overflow: hidden;}
.footer_box .main .menu ul li{width: 100%;height: auto;box-sizing: border-box;padding: 0 15px 0 0;overflow: hidden;}
.footer_box .main .menu>ul>li:last-child{padding: 0;}
.footer_box .main .menu ul li span{display: block;height: 30px;line-height: 16px;font-size: 16px;font-weight: bold;color: #fff;}
.footer_box .main .menu ul li ul{width: 100%;margin: 0;padding: 0;}
.footer_box .main .menu ul li ul li{width: 100%;margin: 8px 0 0;font-size: 12px;}
.footer_box .main .menu ul li ul li a{color: #777;}
.footer_box .main .menu ul li ul li a:hover{color: #fff;}
.footer_box .main .info{width: 25%;height: auto;float: right;}
.footer_box .main .info .title{width: 100%;height: 30px;line-height: 16px;font-size: 16px;font-weight: bold;color: #fff;}
.footer_box .main .info .title.active{margin: 50px 0 0;}
.footer_box .main .info .text{width: 100%;height: auto;overflow: hidden;}
.footer_box .main .info .text p{margin: 8px 0 0;padding: 0;font-size: 12px;color: #777;}
.footer_box .main .info .qr_code_box{margin: 10px 0 0}
.footer_box .main .info .qr_code_box .qr_code{width: 30px;height: 30px;margin: 0 20px 0 0;float: left;position: relative;}
.footer_box .main .info .qr_code_box .qr_code .icon{width: 30px;height: 30px;color: #777;overflow: hidden;}
.footer_box .main .info .qr_code_box .qr_code .icon i{font-size: 24px;}
.footer_box .main .info .qr_code_box .qr_code .img{width: 110px;height: 110px;box-sizing: border-box;padding: 5px;background: #fff;position: absolute;bottom: 0;right: 0;z-index: 2;display: none;}
.footer_box .main .info .qr_code_box .qr_code .img img{max-width: 100%;}
.footer_box .main .info .qr_code_box .qr_code:hover .img{display: block;}

.footer_box .copy_box{width: 96%;max-width: 1200px;height: auto;margin: 0 auto;padding: 12px 0;border-top: 1px solid #333;font-size: 12px;color: #666;line-height: 20px;}
.footer_box .copy_box a{color: #666;}
.foot_kefu{display: none;}

@media screen and (max-width: 991px) {
	.footer_box .main{display: none;}
	.footer_box .copy_box{border: 0;text-align: center;color: #fff;}
	.footer_box .copy_box a{color: #fff;}
}

/* Page Banner */
.p_banner{width: 100%;height: auto;font-size: 0;position: relative;overflow: hidden;}
.p_banner .img{width: 100%;height: auto;overflow: hidden;}
.p_banner .img img{max-width: 100%}

.subnav_box{width: 100%;height: 50px;line-height: 50px;position: absolute;bottom: 0;left: 0;z-index: 1;background: rgba(0, 0, 0, .3);overflow: hidden;}
.subnav_box .info{width: 96%;max-width: 1200px;margin: 0 auto;overflow: hidden;}
.subnav_box .info .subnav{width: auto;height: 100%;float: left;font-size: 0;overflow: hidden;}
.subnav_box .info .subnav a{display: inline-block;width: auto;height: 100%;padding: 0 20px;font-size: 16px;color: #fff;overflow: hidden;
-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.subnav_box .info .subnav a:last-child{margin: 0;}
.subnav_box .info .subnav a.active,.subnav_box .info .subnav a:hover{background: #fff;color: var(--main-color);}

/* Navigation */
.subnav_box .info .navigation{width: auto;height: 100%;font-size: 12px;color: #fff;overflow: hidden;}
.subnav_box .info .navigation i{font-size: 12px;vertical-align: top;margin: 0 10px 0 0;color: #fff;}
.subnav_box .info .navigation i.icon_you{margin: 0 10px;font-size: 8px;}
.subnav_box .info .navigation a{color: #fff;}
.subnav_box .info .navigation a:hover{color: var(--main-color);}
.subnav_box .info .subnav+.navigation{float: right;}



.p_main_box{width: 100%;height: auto;overflow: hidden;}
.p_main{width: 96%;max-width: 1200px;margin: 30px auto;overflow: hidden;}
.p_title{width: 100%;height: auto;text-align: center;font-size: 30px;color: var(--main-color);display: none;overflow: hidden;}
.p_title .line{width: 40px;height: 2px;margin: 15px auto 0;background: var(--main-color);}

.title_details{width: 100%;height: auto;padding: 0 0 25px;background: #fff;border-bottom: 1px dashed #d9d9d9;text-align: center;font-size: 14px;color: #999;overflow: hidden;}
.title_details h1{margin: 0;padding: 0;font-size: 30px;font-weight: bold;color: #333;padding-bottom: 10px;}

.text_details{width: 100%;height: auto;font-size: 14px;line-height: 30px;color: #666;text-align: justify;overflow: hidden;}
.text_details.main_text{margin: 50px auto;}
.text_details p{margin: 10px 0;}
.text_details img{vertical-align: middle;max-width: 100%;}
.text_details table {font-size:14px; width:100%; color:#666; border-width: 1px; border-color: #d9d9d9; border-collapse: collapse;}
.text_details table tr:hover{ background: #f5f5f5;}
.text_details table th {border-width: 1px; padding: 8px; border-style: solid; border-color: #d9d9d9;}
.text_details table td {border-width: 1px; padding:2px 4px; border-style: solid; border-color: #d9d9d9; text-align:center;}

@media screen and (max-width: 991px) {
	.p_banner{display: none;}
	.p_main_box{background: #f5f6fb;}
	.p_main{width: 100%;margin: 0;}
	.p_title{width: 100%;box-sizing: border-box;padding: 20px 2vw;font-size: 24px;background: #fff;color: #000;font-weight: bold;}
	.title_details{box-sizing: border-box;padding: 20px 2vw;border-bottom: 0;}
	.title_details h1{font-size: 24px;font-weight: normal;}
	.p_title{display: block;}
}


/* About */
.p_abo_box{width: 96%;max-width: 1200px;height: auto;margin: 30px auto;overflow: hidden;}
.p_abo_box .p_title{display: none;}
.abo_list{width: 100%;height: auto;margin: 30px 0 0;overflow: hidden;}
.abo_list .items{width: 100%;height: auto;overflow: hidden; justify-content: space-between;}
.abo_list .items .item{width: auto;height: auto;box-sizing: border-box;padding: 0 10px;float: left;overflow: hidden;}
.abo_list .items .item .text{font-size: 14px;color: #333;}
.abo_list .items .item .line{margin: 10px 0 15px;font-size: 0;}
.abo_list .items .item .number{font-size: 14px;color: #333;}
.abo_list .items .item .number span{font-size: 36px;font-weight: bold;color: var(--main-color);}

@media screen and (max-width: 991px) {
	.p_abo_box{width: 100%;margin: 0;}
	.p_abo_box .p_title{display: block;}
	.text_details{width: 96%;box-sizing: border-box;margin: 2vw auto;padding: 2vw;background: #fff;}
	.abo_list{width: 96%;margin: 2vw auto;}
	.abo_list .items{flex-wrap: wrap}
	.abo_list .items .item{width: 49%;box-sizing: border-box;margin: 2vw 0 0;padding: 15px 2vw;text-align: center;background: #fff;}
	.abo_list .items .item:first-child{width: 100%;margin: 0;}
}
@media screen and (max-width: 768px) {
	.abo_list .items .item .text, .abo_list .items .item .number{font-size: 12px;}
	.abo_list .items .item .number span{font-size: 24px;}
	.footer_box .copy_box{padding: 12px 0 47px 0;}
	/*底部客服*/
	.foot_kefu{display: block; width: 100%; height: 34px; line-height: 34px; background: rgba(255,255,255,0); position: fixed; bottom: 0px; padding-top: 1px; z-index: 999;}
	.foot_kefu_one{width: calc(25% - 1px); height: 34px; line-height: 34px; float: left; text-align: center; margin-right: 1px; font-size: 14px; color: #fff; background: #fb7d10; border-radius: 3px 3px 0 0;box-shadow: 0 -10px 15px rgba(0,0,0,0.1);}
	.foot_kefu_one:nth-child(4){width: 25%;margin-right: 0px;}
	.foot_kefu_one a{color: #fff;}
	.foot_kefu_one a i{margin-right: 6px; font-size: 14px;}
	.foot_kefu_one a:hover{color: #fff;}
	.bottom_tools{display: none;}
}


/* 内页 新闻 列表 */
.p_new_box{width: 96%;max-width: 1200px;height: auto;margin: 30px auto;overflow: hidden;}
.p_new_box .p_title{display: none;}
.p_new_box .new_list{width: 100%;height: auto;overflow: hidden;}
.p_new_box .new_list ul{width: 100%;margin: -30px 0 0;padding: 0;overflow: hidden;}
.p_new_box .new_list ul li{width: 100%;height: auto;padding: 24px 0;border-bottom: 2px solid #fff;overflow: hidden;}
.p_new_box .new_list ul li .img{width: 240px;height: auto;box-sizing: border-box;background: #e8e8e8;float: left;text-align: center;overflow: hidden;}
.p_new_box .new_list ul li .img img{vertical-align: middle;max-width: 100%;}
.p_new_box .new_list ul li .text{width: calc(100% - 260px);height: auto;float: right;overflow: hidden;}
.p_new_box .new_list ul li .text .title{width: 100%;height: 36px;line-height: 36px;font-size: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.p_new_box .new_list ul li .text .title a{color: #333;}
.p_new_box .new_list ul li .text .title a:hover{color: var(--main-color);}
.p_new_box .new_list ul li .text .time{width: 100%;height: 30px;line-height: 30px;font-size: 12px;color: #999;}
.p_new_box .new_list ul li .text .txt{width: 100%;height: 100px;font-size: 14px;line-height: 25px;color: #999;margin-top: 3px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.p_new_box .new_list ul li:hover{border-color: var(--main-color);}

/* 内页 新闻 详情 */
@media screen and (max-width: 991px) {
	.p_new_box{width: 100vw;box-sizing: border-box;margin: 0;padding: 2vw;}
	.p_new_box .new_list{width: 100%;overflow: hidden;}
	.p_new_box .new_list ul{margin: -2vw 0 0;}
	.p_new_box .new_list ul li{box-sizing: border-box;margin: 2vw 0 0;padding: 2vw;background: #fff;border: 0;}
	.p_new_box .new_list ul li .text{width: calc(100% - 240px);box-sizing: border-box;padding: 0 0 0 2vw;}
	.p_new_box .new_list ul li .text .txt{font-size: 12px;}
	.p_new_box .details_box .text_details{width: 100%;margin: 2vw 0 0}
}
@media screen and (max-width: 640px) {
	.p_new_box .new_list ul li .img{width: 44%;height: auto;border: 0;}
	.p_new_box .new_list ul li .text{width: 56%;}
	.p_new_box .new_list ul li .text .title{height: 30px;line-height: 30px;font-size: 14px;}
	.p_new_box .new_list ul li .text .time{height: 20px;line-height: 20px;margin: 0;}
	.p_new_box .new_list ul li .text .txt{height: 44px;line-height: 22px;-webkit-line-clamp: 2;}
}


/* 内页 在线留言 */
.feed_box{width: 96%;max-width: 1200px;height: auto;margin: 30px auto;overflow: hidden;}
.feed_box .feed_header .title{font-size: 16px;font-weight: bold;}
.feed_box .feed_header .text{margin: 10px 0 0;line-height: 24px;font-size: 14px;color: #666;}

.feed_box .feed_list{width: 100%;max-width: 900px;height: auto;margin: 30px auto 0;overflow: hidden;}
.feed_box .feed_list .layui-form-item{width: 100%;}
.feed_box .feed_list .layui-form-item:first-child{margin: 0;}
.feed_box .feed_list .layui-form-item .layui-inline{width: 50%;}
.feed_box .feed_list .layui-form-item .layui-inline input{height: 50px;}
.feed_box .feed_list .layui-form-item textarea{min-height: 300px;}
.feed_box .feed_list .layui-form-item .layui-inline.active .layui-input-inline{width: calc(100% - 170px) !important;margin: 0;left: 0;float: left;}
.feed_box .feed_list .layui-form-item .layui-inline.active .layui-form-img{width: 160px;height: 50px;float: left;border-radius: 3px;overflow: hidden;}
.feed_box .feed_list .layui-form-item .layui-inline.active .layui-form-img img{max-width: 100%;}

@media screen and (max-width: 991px) {
	.feed_box{margin: 3vw auto 40px;}
	.feed_box .feed_header{box-sizing: border-box;padding: 15px 2vw;background: #fff;}
	.feed_box .feed_list{margin: 2vw 0 0;}
	.feed_box .feed_list .layui-form-item{display: block;margin: 10px 0 0;}
	.feed_box .feed_list .layui-form-item.flex_center{margin: 0}
	.feed_box .feed_list .layui-form-item .layui-inline{width: 100%;margin: 10px 0 0;}
}

/* 联系我们 */
.p_con_box{width: 96%;max-width: 1200px;margin: 30px auto;overflow: hidden;}
.p_con_box .map_box{width: 100%;height: 400px;margin: 20px 0 0;box-sizing: border-box;border: 1px solid #d9d9d9;background: #fff;overflow: hidden;}

@media screen and (max-width: 991px) {
	.p_con_box{margin: 2vw auto;}
	.p_con_box .text_details{width: 100%;margin: 0;padding: 2vw 15px;}
	.p_con_box .map_box{margin: 2vw 0 0;}
}

/* List */
.list{width: 100%;height: auto;box-sizing: border-box;margin: 30px 0 0;text-align: center;font-size: 0;overflow: hidden;}
.list a,.list span{width: auto; max-width: 250px;height: 40px;margin: 0 5px;padding: 0 16px;border-radius: 3px;line-height: 40px;display: inline-block;*display: inline;*zoom: 1;background: #f5f5f5;font-size: 14px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.p_pro_box .list a, .p_pro_box .list span{background: #fff;}
.list a.active,.list a:hover{background: var(--main-color);color: #fff;}
.list span{padding: 0 5px;background: none;}

@media screen and (max-width: 991px) {
	.list{margin: 2vw 0 0;padding: 2vw; background: #fff;}
	.list a, .list span{max-width: 80px;background: #f5f5f5;}
}

/*地图*/
.p_ditu_box{width: 100%; height: auto; float: left; padding: 10px 0;}
.ditu_title{display: inline-block; padding: 5px 10px 0 10px; line-height: 30px; font-size: 16px; font-weight: bold; color: #fb7d10;}
.ditu_cont{display: inline-block; padding: 0px 10px; font-size: 14px; line-height: 20px;}
#mapshowbox{width:100%; height:500px; border-radius: 3px;}
#mapshowbox_big{width:100%; height:100%; position:absolute;}
.goto_bigmap{width:100%; height:46px; margin-top:10px;}
.goto_bigmap a{display:inline-block; width:100%; height:46px; line-height:46px; font-size:20px; text-align:center; color:#fff; background:#fb7d10; text-decoration:none; border-radius: 3px;}
.goto_bigmap a:hover{color:#fff;}

/* 定义在线客服 */
*html{background-image:url(about:blank); background-attachment:fixed;}
.bottom_tools{top:50%; margin-top:-115px; position:fixed; z-index:999; right:0px; _position:absolute;}
.cl_kefu_one{width:45px; height:45px; margin-bottom:1px; line-height: 45px; text-align: center;}
.cl_kefu_one i{font-size: 24px; color: #fff;}
.go_radius_1{border-radius: 3px 0 0 0;}
.go_radius_2{border-radius: 0 0 0 3px;}
#cl_gotop{display:none;}
.qr_img{position:absolute;top:-45px;left:-183px; display:none; width:141px; height:168px; padding-left:32px; padding-top:50px; background:url(../images/qr_img.png) no-repeat;}
.qr_img img{border:0px; vertical-align:middle; max-width:110px; height:auto; zoom:expression( function(elm) { if (elm.width>110) { var oldVW = elm.width; elm.width=110; elm.height = elm.height*(110 /oldVW); } elm.style.zoom = '1'; }(this));}
.qr_img_en{position:absolute;top:-45px;left:-183px; display:none; width:141px; height:168px; padding-left:32px; padding-top:50px; background:url(../images/qr_img_en.png) no-repeat;}
.qr_img_en img{border:0px; vertical-align:middle; max-width:110px; height:auto; zoom:expression( function(elm) { if (elm.width>110) { var oldVW = elm.width; elm.width=110; elm.height = elm.height*(110 /oldVW); } elm.style.zoom = '1'; }(this));}
.qr_menu{position:absolute;top:46px; left:-180px; width:180px; height:auto; display:none; text-align:right; background: #fff;}
.qr_menu>span{display:inline-block; width:180px; height:auto; float:left; color:#FFF; font-size:16px; line-height:45px; text-align:center; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9;}
.qr_menu a{display:inline-block; width:138px; padding-left:20px; height:45px; float:left; color:#666; font-size:14px; line-height:45px; text-align:left; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9; border-left:solid 1px #D9D9D9; border-right:solid 1px #D9D9D9; padding-right:20px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.qr_menu a i{font-size: 30px; display: inline-block; vertical-align: top; margin-right: 10px; color: #40abf5;}
.qr_menu a span{display: inline-block; vertical-align: top;}
.qr_menu_1{position:absolute;top:92px; left:-180px; width:180px; height:auto; display:none; text-align:right;}
.qr_menu_1 ul{margin:0px; padding:0px;}
.qr_menu_1 ul li{display:inline-block; width:158px; padding-left:10px; height:45px; float:left; color:#666; font-size:14px; line-height:45px; text-align:center; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9; border-left:solid 1px #D9D9D9; border-right:solid 1px #D9D9D9; padding-right:10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; background:#FFF;}
.qr_menu_1 span{display:inline-block; width:180px; height:45px; float:left; color:#FFF; font-size:16px; line-height:45px; text-align:center; margin:0px; text-decoration:none; border-bottom:solid 1px #D9D9D9;}