﻿
@charset "utf-8";
body{ color:#666666; font-size:14px; height:auto; box-sizing:border-box; overflow:auto; padding-top:100px;}
.course{-moz-user-select: none; /*火狐*/
  -webkit-user-select: none;  /*webkit浏览器*/
  -ms-user-select: none;   /*IE10*/
  -khtml-user-select: none; /*早期浏览器*/
  user-select: none;}
a{ color:#393939; text-decoration:none;}
a:hover{ text-decoration:none; color:#393939;}
i,em{ font-style:normal;}

a{
transition: background 0.6s ease-out;
}

.inews li .pd,
.inews li .img{
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.menu-link{
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.menu-link *{box-sizing: border-box;}
.menu-link { display:none; border-radius:5px; box-sizing: border-box; position:absolute; top:25px;right:0px;font-size: 11px;z-index: 10;width:40px;height:40px; padding:8px;}
.menu-link:hover,
.menu-link:focus {}
.menu-link span {position: relative;display: block;margin-top:10px;}
.menu-link span,
.menu-link span:before,
.menu-link span:after {background-color: #000;width: 100%;height:3px;-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-ms-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;}
.menu-link span:before,
.menu-link span:after {position: absolute;top: -.55em;content: " ";}
.menu-link span:after {top: .55em;}
.menu-link.active span {background: transparent;}
.menu-link.active span:before {
-webkit-transform: rotate(45deg) translate(.5em, .4em);
-moz-transform: rotate(45deg) translate(.5em, .4em);
-ms-transform: rotate(45deg) translate(.5em, .4em);
-o-transform: rotate(45deg) translate(.5em, .4em);
transform: rotate(45deg) translate(.5em, .4em);
}
.menu-link.active span:after {
-webkit-transform: rotate(-45deg) translate(.4em, -.3em);
-moz-transform: rotate(-45deg) translate(.4em, -.3em);
-ms-transform: rotate(-45deg) translate(.4em, -.3em);
-o-transform: rotate(-45deg) translate(.4em, -.3em);
transform: rotate(-45deg) translate(.4em, -.3em);
}


.wp{ width:88%; margin:0 auto; position:relative;}
.nwp{ width:74%; margin:0 auto; position:relative;}

.header{height1:90px;border-top: 10px solid #009b4c;background-color:#fff;position:fixed;left:0px;top:0px;right:0px;z-index:9999;border-bottom: 2px solid #f1f1f1;box-shadow1:0 0 10px #000000;}
.header .wp{z-index:9999;border-bottom1: 1px solid #f7f7f7;}
.logo{ position:absolute; left:0px; top:10px;}

.menu{width:900px;margin:0 auto;margin-left: 25%;}
.menu li{float:left;width: 150px;padding: 25px 0px;position:relative;border1: 1px solid #e0e0e0;}
.menu li:hover{ background:#009b4c; color:#fff;}
.menu li .h3{ position:relative;}
.menu li .en{text-align:center;color: #919191;}
.menu li .h3{display:block;line-height:20px;text-align:center;font-size: 18px;color: #000;}
.menu li.curr .h3,.menu li:hover .h3,.menu li:hover .en{ background1:#009b4c; color:#fff;}
.menu .tb1.on{ background:#009b4c; color:#fff;}
.menu .tb1.on .h3{color:#fff;}
.menu .tb1.on .en{color:#fff;}

.menu .tb2.on{ background:#009b4c; color:#fff;}
.menu .tb2.on .h3{color:#fff;}
.menu .tb2.on .en{color:#fff;}
.menu .tb3.on{ background:#009b4c; color:#fff;}
.menu .tb3.on .h3{color:#fff;}
.menu .tb3.on .en{color:#fff;}
.menu .tb4.on{ background:#009b4c; color:#fff;}
.menu .tb4.on .h3{color:#fff;}
.menu .tb4.on .en{color:#fff;}
.menu .tb5.on{ background:#009b4c; color:#fff;}
.menu .tb5.on .h3{color:#fff;}
.menu .tb5.on .en{color:#fff;}
.menu .tb6.on{ background:#009b4c; color:#fff;}
.menu .tb6.on .h3{color:#fff;}
.menu .tb6.on .en{color:#fff;}
.menu .tb7.on{ background:#009b4c; color:#fff;}
.menu .tb7.on .h3{color:#fff;}
.menu .tb7.on .en{color:#fff;}

.menu li .box{ display:none; text-align:center; position:absolute; top:90px; left:0px; right:0px;}
.menu li .box a{ display:block; line-height:38px; background-color:rgba(0,0,0,0.5); color:#fff; margin-bottom:1px;}
.menu li .box a:hover{ background-color:#009b4c;}
.menu li:hover .box{ display:block;}


.menu li .h3 em{ display:none; font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; position:absolute; right:6%; top:0px; width:40px; height:40px; text-align:center; line-height:40px;}
.menu li .h3 em:before { content: "\e7f9"; }
.menu li .h3 i{ display:none; font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; position:absolute; right:6%; top:0px; width:40px; height:40px; text-align:center; line-height:40px; cursor:pointer;}
.menu li .h3 i:before { content: "\e602"; }
.menu li .h3 i.active:before { content: "\e603"; }


.menu li:hover .h3 i,.menu li.curr .h3 i{ color:#fff;}


.top_nav{position:absolute;right:0px;top: 15px;}
.top_nav i1{width:32px; height:60px; text-align:center; line-height:32px; display:block; font-size:26px; cursor:pointer;}
.top_search{ float:left; position:relative;}
.top_search .i{ position:absolute; right:40px; top:-10px; width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 10px solid #fed300;}
.top_search .pd{ position:relative;}
.top_search .box{ position:absolute; display:none; top:60px; right:-30px; width:210px; background-color:#fed300; border-radius:5px; padding:15px 25px;}
.top_search:hover .box{ display:block;}

.ipt_t1{ width:100%; box-sizing:border-box; border:1px solid #ccc; height:24px; padding:0 10px; box-sizing:border-box; line-height:24px;}
.ipt_b1{ position:absolute; right:0px; top:0px; width:24px; height:24px; line-height:24px; text-align:center; border:1px solid #ccc; font-size:16px; cursor:pointer;}

.top_contact{float:left;margin-left:32px;position:relative;margin-top: 20px;}
.top_contact .box{ position:absolute; display:none; top:60px; right:-30px; width:210px; background-color:#fed300; border-radius:5px; padding:15px 25px;}
.top_contact .i{ position:absolute; right:40px; top:-10px; width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 10px solid #fed300;}
.top_contact .h3{font-size: 14px;line-height: 60px;}
.top_contact .p{font-size:28px;color: #f08519;font-weight:bold;}
.top_contact:hover .box{ display:block;}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}
.top_contact .lan {
    display1: block;
    height: 20px;
    font-size: 14px;
    color: #919191;
    line-height: 20px;
}
.top_contact .lan .icon {
    display: inline-block;
    margin-right1: 10px;
    padding-left: 10px;
}

.ibanner{ position:relative;}
.ibanner .single-item{}
.ibanner .wp{ z-index:8;}
.ibanner .slick-dots{ position:absolute; left:50%; bottom:23%; z-index:8; margin-left:-43px;}
.ibanner .slick-dots li{ float:left; margin:0 6px;}
.ibanner .slick-dots li button{ float:left; width:46px; height:6px; padding:0px; border:none; cursor:pointer; box-sizing:border-box; text-indent:-9999px; overflow:hidden; background:#fff;}
.ibanner .slick-dots li.slick-active button{ background:#009b4c;}
/*.ibanner .slick-slide{ height:848px; background: no-repeat center center;}*/
.ibanner .slick-slide img{ width:100%; height:auto;}
.ibanner .slick-slide a{ display:block;}



.ilink{ position:absolute; bottom:20px; left:0px; right:0px; width:100%;}
.ilink ul{ margin-right:-12px;}
.ilink li{ float:left; width:25%; padding:0 12px 0 0; box-sizing:border-box;}
.ilink li img{ width:100%; height:auto;}

.ilink{ position:static; background:#dbdbdb; padding:55px 0;}
.ilink .h3{ font-size:40px; text-align:center; margin-bottom:20px;}



.sub_nav{ position:fixed; _position:absolute; right:10px; top:50%; z-index:9999; width:80px;}
.sub_nav li{  margin-bottom:5px; position:relative;}
.sub_nav li .h3 a{ display:block;background-color:rgba(255,255,255,0.8); padding:10px 0; text-align:center;color:#009b4c;}
.sub_nav li .h3 i{ display:block; font-size:40px; line-height:1;}
.sub_nav li.t .h3 a{ background-color:#fed300; color:#fff;}

.sub_nav li .h3 a:hover,.sub_nav li.t .h3 a:hover{ background-color:#009b4c; color:#fff;}

.sub_nav li .box{ position:absolute; right:100%; padding-right:12px; top:50%; margin-top:-60px; display:none;}
.sub_nav li .box i{ position:absolute; right:4px; top:50%; margin-top:-6px;
width: 0;
height: 0;
border-top: 6px solid transparent;
border-left: 8px solid #fff;
border-bottom: 6px solid transparent;
}
.sub_nav li:hover .box{ display:block;}






.banner_page{}
.banner_page img{ width:100%; height:auto;}

.page_con{ background-color:#e4e4e4; padding-bottom:60px;}

.iMain {
    padding: 25px 0;
    margin-top1: -125px!important;
    background: no-repeat center center;
    background-size: cover;
}

.box_top{ border-bottom:1px solid #ccc; padding-bottom:10px; margin-bottom:10px;}
.box_con{ overflow-y:auto; height:340px;}
.box_con .p{ font-size:12px; line-height:28px; color:#444;}
.box_con .p strong{ color:#000;}

.box_table{ margin-bottom:20px;}
.box_table table{ width:80%;}
.box_table td{ width:50%; line-height:28px;}
.box_table td strong{ font-weight:normal; color:#000;}

.footer_con{border-top: 1px solid #f7f7f7;text-align:center;line-height:24px;margin-top1: 10px;padding: 15px 0;}

.wp{width1: 1440px;margin:0 auto;position: relative;}
.iMain5{}
.iAbout{}
.iAboutFl{width:59.72222222222222%;float:left;box-sizing:border-box;padding-right:20px;}
.iAboutInfo{background: #f5f5f5;padding: 10px 10px;margin-bottom:20px;border-radius: 5px;}
.iAboutInfo .h3{ font-size:26px; margin-bottom:16px;}
.iAboutInfo .p{ font-size:14px; line-height:1.5; height:6em; margin-bottom:10px; overflow:hidden;}
.iAboutCon{ overflow:hidden;}
.iAboutCon ul{ margin-right:-20px;}
.iAboutCon li{ width:50%; float:left;}
.iAboutCon .pd{ margin-right:20px; display:block; position:relative;}
.iAboutCon .text{ position:absolute; left:0px; bottom:0px; right:0px; height:66px; line-height:66px; overflow:hidden; padding:0 40px; box-sizing:border-box; background:rgba(24,37,71,0.9); color:#fff;}
.iAboutCon .text span{ float:left; font-size:26px;}
.iAboutCon .text i{ float:right; font-size:32px;}
.iAboutCon .pd:hover .text{ background:rgba(76,135,255,0.9);}

.iAboutCon2{}
.iAboutCon2 dl{ margin-right:-20px;}
.iAboutCon2 dd{ float:left; width:50%;}
.iAboutCon2 .pd{margin-right:20px;display:block;background:#999;background-size:100% 100%;color:#fff;position:relative;border-radius: 5px;}
.iAboutCon2 .dd1 .pd{ background-image:url(../images/iAboutCon2_1.jpg);}
.iAboutCon2 .dd2 .pd{ background-image:url(../images/iAboutCon2_2.jpg);}
.iAboutCon2 .img{ position:absolute; z-index:1; right:0px; bottom:0px; width:37.317073170731707%;}
.iAboutCon2 .text{ position:relative; z-index:2; padding:9.75609756097561%;}
.iAboutCon2 .h3{ font-size:26px; line-height:1; margin-bottom:10px;}
.iAboutCon2 .em{ font-size:16px; line-height:1; margin-bottom:28px;}
.iAboutCon2 .m{}


.iAboutFr{width:40.27777777777778%;background:#fff;float:right;box-sizing:border-box;border1:2px solid #f5f5f5;padding:0 40px;position:relative;box-shadow: 0 0 10px #0000001c;}
.tit2{ padding:30px 0; border-bottom:2px solid #f5f5f5;}
.tit2 strong{line-height:30px; height:30px; display:block; font-size:26px; font-weight:normal;}
.tit2 a{ position:absolute; right:0px; top:0px; width:32px; height:32px; line-height:32px; background:url(../images/jia.png) no-repeat #009b4c center center;}
.tit2 a:hover{ background-color:#182547;}
.iNews{}
.iNews li{ padding:20px 0; border-bottom:2px solid #f5f5f5;}
.iNews li:last-child{ border-bottom:none;}
.iNews .pd{ display:block;}
.iNews .h3{ font-size:20px; line-height:1.5; height:3em; overflow:hidden; font-weight:bold; margin-bottom:19px;}
.iNews .p{ font-size:14px; line-height:1.5; height:3em; overflow:hidden; margin-bottom:15px; color:#666;}
.iNews .em{ font-size:14px; line-height:1.5; height:1.5em; color:#666;}
.iNews .h3:hover{ color:#009b4c;}

.tit1{ color:#000; margin-bottom:50px; text-align:center;}
.tit1 strong{ font-size:36px; display:block; font-weight:normal; line-height:1;}
.tit1 em{ font-size:16px; line-height:1.875; display:block; width:70%; margin:15px auto 0 auto;}
.tit1_2{ text-align:left; margin-bottom:30px; font-size:30px;}

.more1{display:inline-block;line-height:32px;border:1px solid #009b4c;border-radius: 5px;padding:0 22px;vertical-align:bottom;transition: background 0.6s ease-out;}
.more1 span{ float:left; font-size:14px;}
.more1 i{ float:left; font-size:14px; margin-left:5px;}
.more1_2{ line-height:38px; border-color:#fff; background:#fff; color:#009b4c;}
.more1_2:hover{ background:#009b4c; border-color:#009b4c !important; color:#fff;}
.more1_3{line-height: 30px;padding: 0 10px;border-color:#00000029;color:#000;background:#fff;}
.more1_3:hover{ background:#009b4c; border-color:#009b4c !important; color:#fff;}
.more1_4{ border-color:#ccc; line-height:42px; padding:0 30px; color:#666;}
.more1_4:hover{ background:#009b4c; border-color:#009b4c !important; color:#fff;}
.more1_5{ border-color:#009b4c; line-height:32px; padding:0 30px; color:#009b4c;}
.more1_5:hover{ background:#009b4c; border-color:#009b4c !important; color:#fff;}


.aNewsM{ position:absolute; right:0px; top:0px;}
.aNewsM a{ background:#009b4c; position:relative; display:block; padding:0 15px; height:40px; line-height:40px; color:#fff;}
.aNewsM a i{ float:left;}
.aNewsM a span{ float:left; margin-right:10px; display:none;}
.aNewsM a:hover{ background-color:#f08519;}
.aNewsM a:hover span{ display:block;}


@media screen and (max-width:1680px){
.nwp{ width:80%;}

}
@media screen and (max-width:1600px){
.menu li .h3 a{font-size:16px;}
.menu li{margin1:0 15px;width: 115px;}
.menu{width: 700px;margin-left: 30%;}
}
@media screen and (max-width:1440px){

}
@media screen and (max-width:1366px){

}
@media screen and (max-width:1280px){
.menu{width:660px;margin-left: 32%;}
.menu li{margin1:0 15px;width: 105px;}
.menu li .h3 a{font-size:16px;}
.icon1_fr li .img{ left:30px;}
.icon1_fr li .text{padding: 45px 0 0 105px;}


}
@media screen and (max-width:1152px){
.menu{width:540px;margin-left: 35%;}
.menu li{margin1: 0 5px;width: 90px;}

.iabout .m{ padding-top:20px;}

.icon1_fr li .img{ left:15px;}
.icon1_fr li .text{ padding:55px 0 0 90px; font-size:18px;}
.icon1_fr li .text .p{ font-size:14px;}



}

@media screen and (max-width:1024px){
.top_search{}
.top_search .i{ display:none;}
.top_search .box{ position:fixed; left:0px; top:100px; right:0px; width:100%; padding:15px 0px; border-radius:0;}
.top_search .pd{ margin:0 6%;}
.top_search:hover .box{ display:none;}

.top_contact .i{ display:none;}
.top_contact .box{ position:fixed; left:0px; top:100px; right:0px; width:100%; padding:15px 0px; border-radius:0; text-align:center;}
.top_contact .pd{ margin:0 6%;}
.top_contact:hover .box{ display:none;}

.menu{ display:none; position:fixed; top:100px; left:0px; right:0px; width:auto; padding:0px; background-color:#fff; border-top:1px solid #ccc;}
.menu li{width:auto;float:none;padding: 10px;border-bottom: 1px solid #ccc;}
.menu li .h3{position1: relative;float: left;width: 100px;text-align: left;display: contents;}
.menu li .h3 a{height:40px;line-height:40px;border-bottom1: 1px solid #ccc;text-align:left;padding:0 6%;}
.menu li.curr .h3 a, .menu li .h3 a:hover{ background:#009b4c;}
.menu li .en{position1: relative;float: left;width: 100px;text-align: left;display: contents;}

.menu li .box{ position:static;}
.menu li:hover .box{ display:none;}

.menu li .h3 i{ display:block;}
.menu li .h3 em{ display:block;}



.menu-link{ display:block;}
.top_nav{ right:50px;}
.top_nav {
    display1: none;
}
.top_contact{ margin-left:10px;}

.ilink{ position:static; background:#dbdbdb; padding:55px 0;}
.ibanner .slick-dots{ bottom:30px;}

}
@media screen and (max-width:960px){
.icon1_fl{ width:auto; float:none;}
.icon1_fr{ width:auto; float:none;}


}
@media screen and (max-width:768px){
.inews .slick-slide .img{ width:250px;}
.inews .slick-slide .text{ margin-left:250px;}
.inews .slick-slide .h3{ height:40px; line-height:40px;}

.about_list li{ width:50%; margin-bottom:20px;}

.about_con2_1{ padding:30px;}
.about_con2_1 .img{ float:none; width:auto;}
.about_con2_1 .text{ width:auto; float:none;}
.about_con2_1 .text ul{ padding:30px 0 0 0;}

.about_con3_1{ padding:20px;}

.about_con4_1{ padding:30px 60px;}

.product_con li{ width:50%; margin-bottom:20px;}


.job{ padding:100px 0;}

.box_table table{ width:100%;}

.news_info_con{ padding:20px 0;}


#udesk_container a{
  width: 80px !important;
  height: 80px !important;
  border-radius: initial !important;
  top: auto;
  right: 0px !important;
}


}
@media screen and (min-width:640px){
.logox{display:none;}
}
@media screen and (max-width:640px){
.ilink li{ width:50%; margin-bottom:12px;}


body{ padding-top:75px;}
.header{ height:70px;border-top: 5px solid #009b4c;}
.logo{display:none;}
.logox{ width:150px; top:10px;}
.logox img{width1: 100%;height:auto;}
.top_nav{top: 5px;}
.menu-link{ top:15px;}
.menu{ top:75px;}
.top_contact .box{ top:75px;}
.top_search .box{ top:75px;}


}

@media screen and (max-width:540px){
.ilink{ padding:30px 0 20px 0;}

.ibanner .slick-dots{ bottom:10px;}
}
@media screen and (max-width:375px){


.logo{ width:120px; top:15px;}


}

@media screen and (max-width:320px){

}






.cp .wp {
    width: 60%;
}


@media screen and (max-width: 1680px){
.wp {
    width: 1400px;
}
.cp .wp {
    width: 60%;
}
.iAboutInfo{padding: 10px;}
.iAboutInfo .h3{ font-size:18px; margin-bottom:10px;}
.iAboutInfo .p{ font-size:14px;}
.iAboutCon .text{ height:48px; line-height:48px; padding:0 25px;}
.iAboutCon .text span{ font-size:18px;}
.iAboutCon .text i{ font-size:24px;}

.iNews li{ padding:20px 0;}
.iNews .h3{ font-size:16px; margin-bottom:12px;}
.iNews .p{ margin-bottom:12px;}

.iAboutCon2 .h3{ font-size:20px;}
.iAboutCon2 .em{ font-size:14px;}

.tit1{ margin-bottom:40px;}
.tit1 strong{ font-size:28px;}
.tit2{ padding:20px 0;}
.tit2 strong{ font-size:20px;}
}
@media screen and (max-width: 1440px){
.wp {
    width: 1200px;
}
.cp .wp {
    width: 1200px;
}
.tit1 strong{ font-size:24px;}
.tit1 em{ font-size:14px;}

.tit4 strong{ font-size:16px;}

.more1_5{ padding:0 20px;}

.pMain{ padding:55px 0;}
.proDown{ padding-top:55px;}


.aNews_Fl .h3{ font-size:16px;}
.aNews_Fr{ padding:50px 40px 40px 40px;}
.aNewsList .h3{ font-size:16px;}
.aNewsList .em strong{ font-size:20px;}
.aNewsList .em em{ font-size:16px;}
.aNewsM{ margin-bottom:20px;}
.aNewsM a{ height:36px; line-height:36px; padding:0 10px;}
.aNewsList li{ margin-bottom:20px;}

}
@media screen and (max-width:1280px){
.wp {
    width: 90%;
    max-width1: 1000px;
    margin: 0 30px;
}
.cp .wp {
    width: 90%;
    max-width1: 1000px;
    margin: 0 30px;
}
	.iAboutFl{ width:60%;}
.iAboutFr{ width:40%; padding:0 30px;}
.iNews li{ padding:20px 0;}
.iNews .p{ margin-bottom:17px;}
}
@media screen and (max-width: 1024px){
.aNews_Fl{ float:none; width:auto;}
.aNews_Fr{ float:none; width:auto; padding:40px 30px 30px 30px;}
.aNewsM{ height:auto; margin-bottom:0px;}
}
@media screen and (max-width: 960px){
.iAboutFl{ width:auto; float:none; padding-right:0px; margin-bottom:30px;}
.iAboutFr{ width:auto; float:none;}
.iNews .h3{ height:1.5em;}
.tit1 strong{ font-size:21px;}
.iAboutInfo {
    padding: 0px;
}
}
@media screen and (max-width: 540px){
.wp {
    margin: 0 15px;
}
.cp .wp {
    margin: 0 15px;
}
.header .wp {
    margin: 0 15px;
}
.iMain{ padding:40px 0;}
.iMain {margin-top: 0;}
.tit1{ margin-bottom:20px}
.tit1 strong{ font-size:18px;}
.more1_3{ padding:0 15px; line-height:28px; height:28px;}
.more1_3 span{ font-size:12px;}
.more1_3 i{ font-size:12px;}
.iAboutCon2 dd {
    width: auto;
    float: none;
}
.iAboutCon2 .dd1 {
    margin-bottom: 10px;
}
}

@media screen and (max-width:413px){
.wp,
.header .wp{ margin:0 20px;}

}
@media screen and (max-width:374px){
.wp,
.header .wp{ margin:0 15px;}

}

/*----------- Boxes ----------*/
.mainbox{margin:30px auto;margin-bottom: 0px;}
	.mainbox .indents{padding: 25px 25px 25px 25px;}
	.mainbox .indents1{padding:45px 20px 43px 30px;}
.img-box{display:block; border:10px solid #f7f7f7;}
.mainbox .s1{width: 35%;float:left;background: #f7f7f7;}
.mainbox .s2{width: 45%;float:left;}
.mainbox .s3{width:19%;float:left;border: 1px solid #f7f7f7;}
/*---------- Indents ---------*/
p, .p3-1{margin-bottom:18px}
	.p0{margin-bottom:0;}		.p0-1{margin-bottom:3px;}
	.p1{margin-bottom:5px;}		.p1-1{margin-bottom:8px;}
	.p2{margin-bottom:10px;}	.p2-1{margin-bottom:12px;}
	.p3{margin-bottom:15px;}
	.p4{margin-bottom:20px;}	.p4-1{margin-bottom:22px;}
	.p5{margin-bottom:25px;}	.p5-1{margin-bottom:28px;}
	.p6{margin-bottom: 15px;line-height: 25px;}	.p6-1{margin-bottom: 15px;font-weight: bold;}
	.p7{margin-bottom:35px;}	.p7-1{margin-bottom:37px;}
	.p8{margin-bottom:40px;}	.p8-1{margin-bottom:42px;}
.mainbox .s2 .p6-1{margin-bottom: 0px;}
/**************Global Structure*****************/
.wrapper{width:100%; overflow:hidden; position:relative;}
.extra-wrap{overflow:hidden; display:block;}

.p6-1 span{margin-left:10px;font-size:15px;font-weight:normal;color:#919191;}

/* ---------- Tags ---------*/
h3{font: 300 25px/35px 'Open Sans', sans-serif;color:#202020;letter-spacing:-1px;}
h5{font:300 italic 14px/22px 'Open Sans', sans-serif; color:#323232;}
	h5 a{color:#323232;}
		h5 a:hover{text-decoration:none; color:#ffba32;}
h6{font:normal 14px/22px Arial, Helvetica, sans-serif; color:#202020;}
	h6 a{color:#202020;}
		h6 a:hover{text-decoration:none; color:#ffba32;}
		
/*---------- Links ----------*/
a{color:#a6a6a6; outline:none; cursor:pointer; text-decoration:none;}
	a:hover{text-decoration: underline}
a[href^="tel:"]{color:#a6a6a6; text-decoration:none;}
.link{color:#202020; text-decoration:underline;}
	.link:hover{text-decoration:none;}
.link-1{color:#202020; font:italic 13px/22px Arial, Helvetica, sans-serif;}
	.link-1:hover{text-decoration:none; color:#ffba32;}
.link-2{color:#202020;}
	.link-2:hover{text-decoration:none; color:#ffba32;}
.button{
	display:inline-block;
	cursor:pointer;
	font:14px/17px Arial, Helvetica, sans-serif;
	color:#fff;
	background:#202020;
	padding:6px 13px 7px;
}
	.button:hover{text-decoration:none; background-color:#ffba32;}
@media only screen and (max-width: 1400px) {
	.mainbox .indents, .box .indents1{padding:20px 15px 25px 20px;}
	.mainbox .s1{width: 100%;margin1: 20px;}
	.mainbox .s2{width: 60%;margin:15px auto;}
	.mainbox .s3{width: 39.8%;margin:15px auto;}
}
@media only screen and (max-width: 1200px) {
	.mainbox .indents, .box .indents1{padding:20px 15px 25px 20px;}
	.mainbox .s1{width: 100%;margin1: 20px;}
	.mainbox .s2{width: 100%;margin:15px auto;}
	.mainbox .s3{width: 100%;margin:15px auto;}
}

.foot-contact {
    background:url(../images/dtbg.jpg) no-repeat center center;
	background-size:cover;
}

.foot-contact h3 {
    font-size: 22px;
    line-height: 1;
    color: #233645
}

.foot-contact .contact-con {
    margin-top: 35px;
}

.foot-contact .contact-con li {
    font-size: 14px;
    line-height: 24px;
    color: #233645;
    margin-bottom: 5px;
}

.foot-contact .contact-con li:before {
    content: '';
    height: 19px;
    background-image1: url(../images/icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: sub;
    margin-right1: 10px;
}

.foot-contact .contact-con .foot-tel {
    font-size1: 24px;
    line-height: 1;
}

.foot-contact .contact-con .foot-tel a {
    color: #233645;
}

.foot-contact .contact-con .foot-tel:before {
    width1: 15px;
    background-position: -69px 0;
    vertical-align: middle;
}

.foot-contact .contact-con .foot-fax:before {
    width1: 18px;
    background-position: -84px 0;
}

.foot-contact .contact-con .foot-addr:before {
    width1: 15px;
    background-position: -102px 0;
}
.copyright {
    padding1: 14px 0;
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
    margin-top: 15px;
}
.copyrightwr p{ color: #969696; font-size1: 12px; float: left;}
.copyrightwr p a{ display: inline-block; margin-left: 12px; padding-left: 15px; position: relative; color: #969696; font-size1: 12px;}
.copyrightwr p a:before{ content: ""; width: 1px; height: 11px; background: #d2d2d2; position: absolute; left: 0; top: 50%; margin-top: -5px;}
.copyrightwr .design{ display: block; float: right; color: #969696; font-size1: 12px;}
.copyrightwr .design:hover{ color: #3d9911;}
@media screen and (max-width:751px) {
    .copyrightwr .design { float: left; }
}


.online-qq {
	position: fixed;
	top: 35%;
	right: 3px;
	z-index: 200;
}
.online-qq .qq_content {
	background: #fff;
	margin: 0;
	padding: 0;
}
.online-qq .qq_content .dt {
	text-align: center;
	background: #202020;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 15px;
	border: 1px solid #ddd;
	border-bottom: 0;
}
.online-qq .qq_content .qq {
	padding: 10px 10px 5px;
	margin: 0;
	border: 1px solid #ddd;
	border-top: 0
}

.online-qq .qq_content .tel {
	background: #fff;
	padding: 10px;
	margin: 0;
	text-align: center;
	font-size: 14px;
	color: #333;
	border: 1px solid #ddd;
	border-top1: 0;
}
.online-qq .qq_content .tel strong {
	font-size: 12px;
	color: #f60
}
.online-qq .qq_content .tel p {
text-align: center;
    margin-bottom: 0px;
    font-size: 12px;
}
.online-qq .footqq {
	border: 1px solid #ddd;
	background: #f1f1f1;
	height: 2px;
	overflow: hidden;
	margin: 0 5px;
	border-top: 0;
	display: none
}
.qr_code {
	position: fixed;
	top: 50%;
	left: 10px;
	z-index: 200;
	text-align: center;
	background: #fff;
	padding: 5px;
}
@media screen and (max-width:1024px) {
    .online-qq { display: none; }
}