@charset "utf-8";
/* CSS Document */
/*****header*******/
.header{ width:100%;  background:#fff;}
.header_nav{ width:80%; margin:0 auto;}
.headerTop .container{border-bottom: 1px #ddd solid;}
.logo{width: 180px;float: left;}
.menu{float:left;height: 50px;}
.menu ul{width: 100%;}
.menu ul li.oneMenu > a{color: #333;padding: 0 30px;height: 46px;}
.menu ul li.oneMenu a:hover{background: #eee;text-decoration: none;}
.menu ul > li{vertical-align: middle;font-size: 18px;position: relative;text-transform:capitalize;float: left;height: 50px;}
.menu ul li.activeMenu{
    border-bottom: 4px #fbce07 solid;
}
.menu ul li a{display: inline-block;}
.menu_down{position: absolute;width: 200px;margin-left: -100px;left: 50%;top: 50px;padding: 15px;z-index: 9;visibility: hidden;opacity:0;transition: all .6s cubic-bezier(.075,.82,.165,1);-webkit-transition: all .6s cubic-bezier(.075,.82,.165,1);-moz-transition: all .6s cubic-bezier(.075,.82,.165,1);-ms-transition: all .6s cubic-bezier(.075,.82,.165,1);-o-transition: all .6s cubic-bezier(.075,.82,.165,1);}
.menu_down:before {content: "";display: inline-block;width: 100%;height: 100%;top: 0;left: 0;position: absolute;background: #fff;box-shadow: 0 3px 5px #aaa;/* opacity: 0; */transform-origin: top;-webkit-transform-origin: top;-moz-transform-origin: top;-ms-transform-origin: top;-o-transform-origin: top;transform: scale(0.85);-webkit-transform: scale(0.85);-moz-transform: scale(0.85);-ms-transform: scale(0.85);-o-transform: scale(0.85);transition: all .6s cubic-bezier(.075,.82,.165,1);-webkit-transition: all .6s cubic-bezier(.075,.82,.165,1);-moz-transition: all .6s cubic-bezier(.075,.82,.165,1);-ms-transition: all .6s cubic-bezier(.075,.82,.165,1);-o-transition: all .6s cubic-bezier(.075,.82,.165,1);}
.menu ul li:hover .menu_down {visibility: visible;opacity:1;}
.menu ul li:hover .menu_down:before {transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);opacity:1;}
.menu ul li a{ color:#333;} 
.menu_down ul li {display: block;float: inherit;height: auto;}
.menu_down ul li a {border: none;font-size: 15px;line-height:24px;display: inline-block;text-align: center;width: 100%;color: #333 !important;padding: 5px 0;}
.menu_down ul li a:hover {border: none;text-decoration: underline;}
.topRight{float: right;}
.langChoice{position: relative;line-height: 28px;margin-left: 30px;cursor: pointer;float: right;margin-top: 24px;}
.langChoice dt{line-height: 28px;font-weight: normal;}
.langChoice dt i{margin: 0 5px;}
.langChoice dd{position: absolute;width: 100%;background: #fff;z-index: 111;text-align: center;line-height: 30px;border: 1px #ddd solid;border-bottom: none;display: none;}
.langChoice dd a{display: block;width: 100%;border-bottom: 1px #ddd solid;}
.langChoice dd a:hover{text-decoration: none;background: #f5f5f5;}
.topRight .language .change{font-size: 26px;color: #a5a5a5;}
.topRight .contactType i{color: #a5a5a5;font-size: 30px;display: inline-block;margin-right: 10px;vertical-align: -5px;line-height: 30px;}  
.topRight .contactType{font-size: 16px;margin-top: 10px;float: left;}
.topRight .contactType span{margin-right: 40px;}
.search{float: right;position: relative;margin-top: 10px;}
.search input {height: 35px;padding: 0px 25px 5px 8px;letter-spacing: 0.05em;color: #000;line-height: 26px;opacity: 0;width: 0;transition: all ease-in-out 0.3s;position: absolute;left: -100%;background: none;margin-bottom: 10px;}
.search.long input{width: 260px;opacity: 1;left: -260px;z-index: 99;}
.search button {display: inline-block;position: absolute;height: 40px;top: -5px;right: 0;width: 40px;background: none;line-height: 40px;z-index: 100;}
.search button i{font-size: 20px;color: #333;}
.nav {line-height: 50px;height: 50px;}
.nav .container{border-bottom: 4px #404040 solid;height: 50px;padding: 0;}
.logo2 {display: inline-block;float: left;width:0;margin-right: 20px;opacity: 0;transition: all ease-in-out 0.3s;}
.nav.fix{position: fixed;top: 0;width: 100%;left: 0;z-index: 90;background: #fff;}
.nav.fix .logo2{display: block;width: 130px;opacity: 1;}
.wrapper.change{padding-top: 60px;}
.bannerBox .container{padding: 0;display: flex;}
.bannerBox .about{background: url(../images/aboutImg.jpg) no-repeat center center;width:395px;display: flex;align-items: flex-end;overflow: hidden;}
.banner{height: 500px;width:calc(100% - 415px);margin-right: 20px;}
.bannerBox .about .aboutTxt{padding:30px 20px;background: rgba(0,0,0,0.4);color: #fff;width: 100%;}
.bannerBox .about .aboutTxt h2{font-weight: bold;margin-bottom: 15px;}
.bannerBox .about .aboutTxt p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.bannerBox .about .aboutTxt a{display: inline-block;margin-top: 10px;text-decoration: underline;}
.banner .swiper_ind{height: 500px;width: 100%;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 40px !important;}
.swiper_ind .swiper-pagination-bullet{display: inline-block;width: 12px;height: 12px;border-radius: 100%;background: #fff;transition: all ease-in-out 0.3s;}
.swiper_ind .swiper-pagination-bullet-active{width: 30px;height: 12px;border-radius: 6px;}
.swiper_ind .swiper-slide{display: flex;align-items: center;}

.classify ul li{line-height: 32px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-top: 10px;}
.classify ul li > a{display: inline-block;width: 100%;font-size: 16px;padding-right: 40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;position: relative;}
.classify ul li > a i{position: absolute;right: 10px;font-size: 14px;color: #999;}
.twoMenu_l{display: none;}
.twoMenu_l h5 a{font-size: 15px;display: inline-block;width: 100%;padding-right: 40px;overflow: hidden;
text-overflow: ellipsis;white-space: nowrap;line-height: 30px;}
.twoMenu_l {background: #e2ebf3;padding:10px;}
.thrMenu_l h5 a{position: relative;padding-left: 20px;color: #859db3;}
.thrMenu_l h5 a::before{position: absolute;content: "";display: inline-block;width: 6px;height: 6px;border-radius: 100%;background: #9ab7d2;left: 5px;top: 13px;}
.classify ul li.active > a{color: #4780c5;}
.classify h2,.contactInfo h2{font-size: 16px;margin-bottom: 15px;text-transform: uppercase;color: #666;}
.contentBox{padding-top: 30px;}
.contentBox .row{margin: 0 -15px;}
.classify{background: #fff;margin-top: 40px;}
.contactInfo{margin-top: 30px;}
.contactInfo p{padding: 10px 0;line-height: 24px;}
.rightBox .con h2{font-size: 24px;margin-bottom: 15px;}
.rightBox .con p{color: #666;font-weight: normal;}
.rightBox .con{border-bottom: 1px #eee solid;padding: 20px 0;}
.history ul li{color: #666;}
.history ul li b{font-size: 20px;margin-right: 5px;font-weight: bold;}
.honorBox ul{display: grid;grid-template-columns:33.33% 33.33% 33.33%;margin: 0 -10px;}
.honorBox ul li{border: 1px #eee solid;margin: 0 10px;text-align: center;display: flex;align-items: center;justify-content: center;}
.honorBox{border-bottom: none !important;}
.neiBan{height: 200px;text-align: center;}	
.neiBan .container{height: 100%;display: flex;align-items: center;justify-content: center;}	
.neiBan span{color: #fff;padding: 20px 40px;font-size: 32px;    text-shadow: 0 2px 3px #303030;}	
	
/*****sec1*******/	
.sec{margin-top: 60px;}
.sec .gyt {float: left;}
.sec .gyt h2{font-size: 32px;font-weight: bold;}
.sec .gyt span{display: inline-block;width: 60px;height: 2px;background: #333;margin-top: 20px;}
.sec .gymore {float: right;margin-top: 23px;}
.gymore a {display: block;color: #1B5C9B;font-size: 16px;text-transform: uppercase;margin-right: 10px;width: 300px;text-align: right;}
.gymore a:hover {font-weight: bold;}
.gymore a:hover .gmline {width: 100px;}
.gmline {position: relative;display: inline-block;vertical-align: middle;margin-left: 15px;width: 171px;height: 1px;background: #62A0DC;transition: 0.45s;}
.gmline:after {content: "";position: absolute;top: -7.5px;right: -5px;width: 15px;height: 15px;background: rgba(27, 92, 155, .5);border-radius: 50%;
	animation: bannerbuIn infinite linear 1.4s normal;*/ -webkit-animation: bannerbuIn infinite linear 1.4s normal;}
.gmline:before {content: '';position: absolute;top: -2.5px;right: 0;width: 5px;height: 5px;background: rgba(27, 92, 155);border-radius: 50%;z-index: 1;}
@keyframes bannerbuIn {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		filter: alpha(opacity=0);
		transform: scale(1.5);
	}
}
.ut-content{padding-bottom: 0;margin-top: 40px;}
.ut-main{ min-height: 900px; }
.fw-submenu-list li.title{ background: #005aab; }
.ut-page{margin-top: 0;}
.ut-page .container{ position: relative; }
.ut-page .ut-aside,
.ut-page .ut-main{padding-top: 40px; position: initial;}
.ut-page .ut-aside{padding-right: 7.5px;}
.ut-aside:after{ content: ''; position: absolute; width: 1px; height: 100%; background: #ddd; left: 25%; top: 0; }
.ut-main .ut-content{padding-top: 5px;}
.ut-main .ut-content *{box-sizing: border-box;}
.ut-main .ut-content > .ctn-title{padding-bottom: 20px;}
.ut-main .ut-content > .ctn-title h4{line-height: 1.7; font-size: 16px; font-weight: 600;}

.ut-vertical-group{display: grid;grid-template-columns: 33.33% 33.33% 33.33%;margin: 0 -10px;}	
.ut-vertical-group li{text-align: left;padding: 0 10px;}
.ut-vertical-group li .text{background: #f7f7f7;padding: 20px;height: 210px;}
.ut-vertical-group li .img{display: inline-block;}
.ut-box .side-header{ font-size: 18px; text-align: left; }
.ut-box .side-header .sm-tt{ font-size: 1.2em; color: #005bab; font-weight: 600; }
.ut-box .side-header .big-tt{font-size: 30px;font-weight: 800;color: #213152;position: relative;padding-bottom: 20px;margin-bottom: 20px;line-height: normal;}
.ut-box .side-header .big-tt:after{ content: ''; position: absolute; height: 5px; width:30px; background: #969eae;  bottom: 0; left: 0; }
.ut-box .side-header .sm-text{ font-size: 0.8em; color: #4780c5; }
.ut-box .side-header .tbtn{ padding-top: 20px; }
.ut-box .side-header .tbtn a { font-size: 13px; border:1px solid #4780c5; color: #4780c5; padding: 5px 30px; display: inline-block; }
.fw-ico-intro .text h2{color: #444;font-size: 22px;margin-bottom: 10px;font-weight: bold;}
.fw-ico-intro .text p{color: #666;}
.container{padding: 0;}
/*****sec1*******/	
.sec2{background: #f7f7f7;padding: 50px 0;}	
.sec2 ul{display: grid;grid-template-columns: 33.33% 33.33% 33.33%;margin: 40px -10px 0;}
.sec2 ul li{margin: 0 10px;transition:all ease-in-out 0.3s;top: 0;}
.sec2 ul li:hover{box-shadow: 0 0px 10px #ddd;position: relative;}
.sec2 ul li p{font-size: 18px;padding: 30px;background: #fff;font-weight: bold;}	
.sec3 .grid-container{display: grid;grid-template-columns: 25% 25% 25% 25%;margin: 40px -10px 0;}
.sec3  .grid-item{text-align: center;transition:all ease-in-out 0.3s;margin: 10px;top: 0;}
.sec3  .grid-item:hover{position: relative;box-shadow: 0 0px 10px #ddd;}
.sec3  .grid-item .txtBox{padding: 20px;background: #f7f7f7;}	
.sec3 .grid-item .imgBox {
    height: 180px;
}

.sec3 .grid-item .txtBox p {
    overflow:  hidden;
    white-space:  nowrap;
    text-overflow:  ellipsis;
}
.sec4 .container{padding: 50px;background: #fbce07;}
.sec4 ul{display: grid;grid-template-columns:33.33% 33.33% 33.33% ;margin: 0 -10px 0;}
.sec4 ul li{margin: 10px;padding: 10px;text-align: center;border: 1px #333 solid;}
.sec4 ul li:hover{transition:all ease-in-out 0.3s;background: #333;color: #eee;}
.sec4 p{font-size: 18px;}
.sec4 p i{font-size: 20px;margin-right: 5px;}
.sec5 ul{display: grid;grid-template-columns:25% 25% 25% 25% ;margin: 40px -10px 0;}
.sec5 ul li{transition:all ease-in-out 0.3s;margin: 10px;top: 0;padding: 10px;background: #f7f7f7;}
.sec5 ul li:hover{position: relative;box-shadow: 0 0px 10px #ddd;}
.sec5 ul li h2{font-size: 18px;line-height: 28px;margin-bottom: 15px;}
.rightBox{margin-top: 20px;}
.proItem{border-bottom: 1px #eee solid;padding: 20px;background: #fff;}
.proItem:hover{position: relative;box-shadow: 0 0px 10px #ddd;}
.proItem dl{display: flex;justify-content: space-between;}
.proItem dl dt h2{font-size: 20px !important;margin-bottom: 15px;}
.proItem dl dt p{line-height: 26px;color: #666;font-weight: normal;}
.proItem dl dd{width: 140px;height: 140px;}
.proItem dl dd img{max-width: 100%;}
.proItem a{text-decoration: none;}

.proDetail .proTop .txtBox{margin-top: 20px;}
.proDetail .proTop .txtBox h1{font-size: 26px;font-weight: bold;margin-bottom: 10px;}
.proDetail .proTop .txtBox ul li{float: left;width: 100%;border-bottom: 1px #dedede dotted;padding: 10px 0;}
.proDetail .proTop .txtBox .inquiryBtn{color: #fff;background: #4780c5;font-size: 18px;display: inline-block;padding: 8px 40px;
margin-top: 20px;transition: all ease-in-out 0.3s;    border-radius: 4px;}
.proDetail .proTop .txtBox .inquiryBtn:hover{background: #285fa1;}
.proTop .dotBoxL{float: left;width: 400px;}
.proTop .dotBoxL .videoBox {background: #333;width: 400px;height: 400px;position: absolute;left: 0;top: 0px;z-index: 9;}
.videoIcon {position: absolute;z-index:8;bottom: 80px;left: 10px;width: 50px;height: 50px;line-height: 50px;cursor: pointer;}
.videoIcon i{font-size: 50px;color: #c5c5c5;}
.videoClose{position: absolute;top: 20px;right: 20px;cursor: pointer;}
.videoClose i{color: #fff;}
.proTop .dotBoxL .videoBox video{width: 400px;height: 400px;}
#exzoom {width: 400px;}
.myVideo {position: absolute;width: 100%;height: 100%;}
.myVideo .zoomIcon {position: absolute;position: absolute;bottom: 69px;right: 0;z-index: 8;background: #fff;padding: 5px;opacity: 0.5;}

/* zoom */
.bg{height: 470px;margin:0 auto;overflow: hidden;box-sizing: border-box;z-index: 99;}
.bg_left{width: 400px;height:auto;float: left}
.bg_right{float: left;position: absolute;left: 400px;z-index: 999;background: #fff;}
.show{width: 400px;height: 400px;margin-bottom: 10px;position: relative;border:1px solid #E8E8E8;cursor:move;overflow: hidden;display: flex !important;align-items: center;justify-content: center;}
.show img{max-width: 400px;max-height: 400px;}
.move{width: 200px;height: 200px;background: #ff8a00;filter: Alpha(opacity=50);opacity:0.5;position: absolute;top: 0;left: 0;display: none;}
.bigshow{width: 400px;height: 400px;overflow: hidden;margin-left: 10px;display: none;border:1px solid #E8E8E8;}
.bigshow img{max-width:800px;max-height: 800px;margin-right: 10px;}
.smallshow{width: 100%;height: 70px;position: relative}
.smallshow img{width:54px;border:1px solid #e8e8e8;box-sizing: border-box;height: 54px;}
.smallshow>.middle_box{width:400px;overflow: hidden;height: 70px;}
.smallshow .middle{overflow: hidden;;height: 70px;}
.smallshow .middle>li{width: 64px;height: 64px;float: left;cursor:pointer;padding:0 5px;}
.bigitem {width: 800px; height: 800px;display: flex;align-items: center;justify-content: center;}	
.proDetail{margin-top: 40px;}
.proDetail .proBtm{margin-top: 40px;} 
.proDetail .proBtm h2{font-size: 24px;margin-bottom: 20px;font-weight: bold;}
.proDetail .proBtm{line-height: 30px;}
.contactBox{margin-top: 40px;}
.contactBox .container{background: #f7f7f7;padding:40px 20px;}
.contactBox dl {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    font-size: 15px;
}

.contactBox dt {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../images/drIcon2.png) no-repeat center center;
    margin-top: 7px;
    margin-right: 5px;
}
.contactBox  dd{width: calc(100% - 40px);}
.contactBox dt.icon1 {
    background-position: 0 0;
}

.contactBox dt.icon2 {
    background-position: 0 -42px;
}

.contactBox dt.icon3 {
    background-position: 0 -82px;
}

.contactBox dt.icon4 {
    background-position: 0 -120px;
}

.contactBox dl dd h3 {
    color: #999;
    left: 24px;
    font-size: 22px;
}

.contactBox .container {
    display: flex;
    justify-content: space-between;
}
.contactBox .lBox{width: calc(100% - 540px);}
/* 表单 */
.contactBox .msgBox {width: 540px;margin-left: 30px;}
.contactBox .msgBox h2{margin-bottom: 10px;}
.inquiryBox .submitBtn:hover{opacity: 0.9;}
.inquiryBox input[type="text"] {height: 40px;width: 100%;border: 1px #ccc solid;/* margin-bottom: 10px; */background: none;padding: 5px;border-radius: 5px;}
.inputBox.required input{border: 1px #f00 solid;}
.inputBox.required  textarea{border: 1px #f00 solid;}
.inquiryBox span{display: block;}
.inquiryBox sup{font-size: 18px;color: #f00;vertical-align: -12px;margin-right: 4px;}
.inquiryBox .inputBox{margin-bottom: 15px;}
.inquiryBox .inputBox span{color: #333;}
.inquiryBox .inputBox input::placeholder{color: #333;}
.inquiryBox h2{margin-bottom: 15px;}
.inquiryBox textarea{height: 100px;width: 100%;padding: 0 10px;border-radius: 8px;background: none;border: 1px #ddd solid;}
.inquiryBox .submitBtn {display: inline-block;border-radius: 8px;background: #F1881F;color: #fff;padding: 5px 40px;margin-top: 30px;margin-right: 10px;}
.inquiryBox .submitBtn:hover {opacity: 0.9;}
.inquiryBox .codeBox{display: flex;align-items: center;}
.inquiryBox .codeBox img{width: 100px;height: 40px;}
.inputBox.required .tips {color: #fff;background: #363636;display: inline-block;position: relative;margin-top: 5px;font-size: 12px;border-radius: 2px;padding: 0 3px;}
.inputBox.required .tips::after {width: 0;height: 0;border-right: 6px solid transparent;border-left: 6px solid transparent;border-bottom: 6px solid #363636;position: absolute;content: "";left: 6px;top: -5px;}
/* 表单 */
.inquiryBox1 .inputBox.required textarea{border: 1px #f00 solid;}
.inquiryBox1 .inputBox.required input[type="text"]{border: 1px #f00 solid;}
.inquiryBox1 .inputBox.required .tips {color: #fff;background: #363636;display: inline-block;position: relative;margin-top: 5px; 
font-size: 12px;border-radius: 2px;padding: 0 3px; margin-left: 146px;} 
.inputBox.required .tips::after {width: 0;height: 0;border-right: 6px solid transparent;border-left: 6px solid transparent;border-bottom: 6px solid #363636;position: absolute;content: "";left: 6px;top: -5px;} 
.inquiryBox1 .submitBtn:hover{opacity: 0.9;} 
.inquiryBox1 input[type="text"]{height: 35px;width: calc(100% - 153px);padding: 0 10px;border: 1px solid #DDDDDD;} 
.inquiryBox1 form .selectCon{display: inline-block;width: calc(100% - 153px);position: relative;} 
.inquiryBox1 form .selectCon input{width: calc(100% - 119px);} 
.inquiryBox1 span{display:inline-block;width: 143px;position: relative;color: #666;} 
.inquiryBox1 .inputBox{margin-bottom: 10px;} 
.inquiryBox1 .inputBox .radioBox{display: inline-block;width: calc(100% - 153px);} 
.inquiryBox1 .inputBox .radioBox label{margin-right: 20px;font-weight: normal;} 
.inquiryBox1 .inputBox .codeBox{display: inline-block;width: calc(100% - 153px);} 
.inquiryBox1 .inputBox .codeBox input{width: calc(100% - 80px);} 
.inquiryBox1 .inputBox .codeBox img{width: 80px;height: 30px;} 
.inquiryBox1 .inputBox select{width: 114px;height: 35px;border: 1px solid #DDDDDD;padding-left: 10px;float: right;} 
.inquiryBox1 .inputBox .triangle{position: absolute;right: 10px;top: 3px;color: #a5a5a5;font-size: 14px;cursor: pointer;z-index:1;width: auto;} 
.inquiryBox1{margin-top: 30px;} 
.inquiryBox1 h2{margin-bottom: 15px;} 
.radio_box input[type="radio"]{width: 16px;height: 16px;-webkit-appearance: none; margin-left: -1px; border: 1px #bbb solid; border-radius: 100%;margin-right: 0.3rem;vertical-align: -4px;appearance: none;-webkit-appearance: none;outline: none;} 
.radio_box input[type="radio"]:checked{ border: 1px #ff8a00 solid;position: relative;} 
.radio_box input[type="radio"]:checked:after{content: "";background: #FF8A00;position: absolute;top: 4px;left: 4px;width: 6px;height: 6px;font-family: "iconfont" !important;font-size:30px;display:block;border-radius: 3px;} 
.inquiryBox1 form .inputBox .radio_box .txt{margin-left: 10px;font-weight: 400;} 
.inquiryBox1 .inputBox sup{color: #EF2525;font-size: 18px;position: absolute;top: 9px;left: -5px;} 
.inquiryBox1 .inputBox textarea{width: calc(100% - 153px);height: 98px;border: 1px solid #DDDDDD} 
.inquiryBox1 .submitBtn{display: flex;align-items: center;justify-content: center;background-color: #F1881F;color: #fff;width: 130px;height: 40px; 
cursor: pointer;border-radius: 5px;margin-left: 146px;margin-top: 41px;} 
.RequiredText{margin-left: 146px;} 
.RequiredText sup {vertical-align: -8px;margin: 0 5px;color: #f00;} 
.inquiryBox1 .submitBtn:hover{background-color: #eb9642;} 
.serviceCon{margin-top: 40px;}
.proTit{margin-bottom: 20px;}
.proTit span{font-size: 20px;background: #4780c5 ;padding: 3px 10px;color: #fff;display: inline-block;}
.proTit p{border-bottom: 1px #4780c5  solid;}
.serviceInfo h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.rightPart h2{font-size: 26px;font-weight: bold;margin-bottom:20px;}
sup,.red{color: red;font-size: 16px;}


.newsBox .newsUl li{height: 50px;line-height: 50px;border-bottom: 1px #dedede dotted;padding: 0 10px;}
.newsBox .newsUl li a{display: inline-block;color: #333;position: relative;padding-left: 10px;width: 100%;padding-right: 100px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;position: relative;}
.newsBox .newsUl li a span{float: right;color: #999;display: inline-block;width: 100px;text-align: right;position: absolute;right: 0;}
.newsBox .newsUl li a:before{content: "";position: absolute;top: 50%;width: 4px;height: 4px;border-radius: 100%;background: #c5c5c5;transform: translateY(-50%);left: 0;}
.newsBox .newsUl li a:hover{color: #337ab7;}
.newsDotBox  .newsTit{color: #333 !important;font-size: 24px;line-height: 40px;margin-bottom: 20px;margin-top: 0;font-weight: bold;}
.newsDotBox .newsTimes{font-size: 14px;color: #999;margin-bottom: 30px;}
.newsDotBox p{font-size: 14px;color: #333;line-height: 30px;}
.newsDotBox img{max-width: 100%;margin: 20px 0;}



	/***footer***/
.footer{margin-top: 50px;padding-bottom: 50px;}
.footerwarp{padding-top: 30px;border-top: 1px #eee solid;}
.footer .container{margin: 0 auto; padding:0;}
.footer .row{     margin: 0 -10px;}
.copy{font-size: 12px;/* line-height:40px; */color:#666;margin: 0 25px 0 0;}
.footercopy .col-lg-6{ padding:0px;}
.goTop {position: fixed;bottom: 100px;right: 40px;text-align: center;z-index: 999;display: none;}
.goTop a{display: block;width: 60px;height: 60px;background: #a9acaf;line-height: 60px;text-decoration: none;border-radius: 100%;box-shadow: 0 0 5px #8d96a1;}
.goTop a i{font-size: 40px;color: #fff;}
.emailFix {position: fixed;bottom: 180px;right: 40px;text-align: center;z-index: 999;}
.emailFix a{display: block;width: 60px;height: 60px;background: #4780c5;line-height: 60px;text-decoration: none;border-radius: 100%;box-shadow: 0 0 5px #4780c5;}
.emailFix a i{font-size: 30px;color: #fff;}
.footerwarp  .row h3{font-size: 20px;margin-bottom: 15px;font-weight: bold;color: #333;}
.footerwarp  .row p{line-height: 34px;color: #666;font-size: 15px;}
.footerwarp  .row ul li{line-height: 30px;font-size: 15px;color: #666;}
.footerwarp  .row ul li a{display: inline-block;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.footercopy .links{text-align: right;color: #666;}
.footercopy{line-height: 20px;border-top: 1px #ddd solid;margin-top: 40px;padding: 10px 0;}
.footer img{width: 16px;vertical-align: -2px;margin-right: 5px;}
/***footer***/

	
	
	
	
	
	
	
@media(max-width:768px) {
.headerPhoneTop {position: fixed;width: 100%;top: 0;left: 0;text-align: center;background: #fff;box-shadow: 0 0 7px #b9b9b9;z-index: 99;transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;}
.menuPhone {position: fixed;width: 250px;height: 100%;overflow-y: auto;left: -250px;background: #90a4ae;top: 0;
transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;}
.headerPhoneLogo img {height: 30px;}
.headerPhoneLogo {padding: 10px 0;}
a.menu-trigger {position: absolute;display: inline-block;width: 36px;height: 30px;top: 50%;margin-top: -15px;left: 10px;padding: 0 5px;}
a.menu-trigger span {display: block;background: #222;width: 100%;height: 2px;margin: 6px 0;}
.wrapper {position:relative;width: 100%;left: 0;padding-top: 10px !important;transition: left 0.2s ease-in-out;-webkit-transition: left 0.2s ease-in-out;-moz-transition: left 0.2s ease-in-out;-ms-transition: left 0.2s ease-in-out;-o-transition: left 0.2s ease-in-out;}
body.menuOpen .headerPhoneTop  {left:250px;}
body.menuOpen .wrapper  {left:250px;}
body.menuOpen .menuPhone{left:0;}
.headerPhone {    transition: left 0.2s ease-in-out;-webkit-transition: left 0.2s ease-in-out;-moz-transition: left 0.2s ease-in-out;-ms-transition: left 0.2s ease-in-out;-o-transition: left 0.2s ease-in-out;}
body.menuOpen .headerPhone {left: 250px;}
.menuPhone li h2 {margin: 0;font-size: 15px;line-height: 30px;}
.menuPhone li h2 a {color: #fff;padding: 5px 15px;display: inline-block;width: 100%;}
.menuPhone li h5 {margin: 0;padding-left: 25px;font-size: 12px;line-height: 25px;border-top: solid 1px rgba(255, 255, 255, 0.15);}
.menuPhone li h5 a {color: #fff;padding: 5px 0;display: inline-block;font-size: 14px;}
.menuPhone ul li {border-bottom: solid 1px rgba(255, 255, 255, 0.15);}
.menuPhoneHide {background: rgba(255, 255, 255, 0.1);display: none;}
.headerPhone .menu_tr_ico{position: absolute;right:15px;top: 50%;margin-top: -18px;}
.headerPhone .menu_tr_ico .enChange{background:  #ff8a00;color:  #fff;border-radius:  100%;padding: 5px;}
.headerPhone .menu_tr_ico i{font-size: 20px;color: #666;display: inline-block;margin-left: 10px;}
.headerPhone .menu_tr_search{margin-top: 10px;padding: 0 15px;position: relative;}
.headerPhone .menu_tr_search input{width: 100%;height: 40px;background-color: #f1f1f1;padding: 0 10px;}
.headerPhone .menu_tr_search button{    right: 20px;position: absolute;width: 40px;height: 40px;background: none;top: 0;}
.headerPhone {padding-top: 50px;position: relative;left: 0;}
.headerPhone .menu_tr_ico .selectBox {background: #fff;box-shadow: 0 0 4px #ddd;position: absolute;display: none;right: 0px;max-height: 300px;overflow-y: scroll;}
.headerPhone .menu_tr_ico .selectBox:after{width: 0;height: 0;border-right: 5px solid transparent;border-left: 5px solid transparent;border-bottom: 7px solid #fff;content: "";position: absolute;top: -7px;right: 9px;}
.headerPhone .menu_tr_ico .selectBox::before{width: 0;height: 0;border-right: 5px solid transparent;border-left: 5px solid transparent;border-bottom: 7px solid #999;content: "";position: absolute;top: -7px;right: 9px;}
.headerPhone .menu_tr_ico .selectBox ul li{padding: 0 10px;border-bottom: 1px #dedede solid;}
.bannerBox .container{display: inherit;}
.banner{width: 100%;height: 300px;}
.bannerBox .about{width: 100%;}
.container{padding: 15px;}
.banner .swiper_ind{height: 300px;}
.sec{margin-top: 30px;padding: 20px 0;}
.ut-vertical-group{grid-template-columns: inherit;}
.sec .gyt h2{font-size: 22px;}
.gmline{display: none;}
.gymore a{display: inline;width: auto;margin: 0;}
.sec .gymore{margin-top: 0;}
.ut-vertical-group li{margin-bottom: 15px;}
.sec2 ul{grid-template-columns: inherit;}
.sec2 ul li{margin-bottom: 15px;}
.sec3 .grid-container{grid-template-columns:50% 50%;}
.sec4 ul{grid-template-columns: inherit;}
.sec4 ul li{margin: 10px 0;}
.sec5 ul{grid-template-columns: inherit;}
.honorBox ul{grid-template-columns: inherit;}
.honorBox ul li{margin-bottom: 15px;}
.contentBox{padding-top: 0;}
.neiBan span{padding: 0;font-size: 26px;line-height: 30px;}
.contactBox .container{display: inherit;}
.contactBox .lBox{width: 100%;}
.contactBox .msgBox{width: 100%;margin: 0;}
.inquiryBox{padding: 0;}
.copy{margin: 0;}
.proTop .dotBoxL .videoBox video,.proTop .dotBoxL .videoBox{width: 100%;height: 100%;}
.proTop .dotBoxL{width: 100%;}
.proDetail .proTop .txtBox .inquiryBtn {position: fixed;bottom: 0;left: 0;width: 100%;text-align: center;z-index: 10;}
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	