/* 公共样式 begin */
html{
    /* font-size:100px; */
}
body{
    min-width: 1200px;
    max-width: 1920px;
    margin:0;
    font-size:18px;
}
.mybody{ 
    /* 划重点 */
    min-width: 1200px;
    overflow-x:hidden;
}
.inner{
    max-width:1200px;
    margin:0 auto;
}


.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    clear:both;
}
.clearfix::after{
    display:block;
    height:0;
    content:'';
    clear:both;
}
.oneline{ 
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.twoline{ 
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
} 
.threeline{ 
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
} 
.text-center{
    text-align: center;
}   

    /* 标题1 */
div.title1{
    padding:80px 0 45px;
    text-align: center;
}
div.title1>h2{
    position: relative;
    display: inline-block;
    margin:0;
    font-weight: normal;
    font-size:40px;
    color:#6b6b6b;
    letter-spacing: 5px;
    border:2px solid #e5e5e5;
    padding:0 95px 15px;
}
div.title1>h2>strong{
    font-size:50px;
}
div.title1>h2::before,div.title1>h2::after{
    position: absolute;
    right:100%;
    top:50%;
    content:'';
    width:300px;
    height: 1px;
    background-color: #e5e5e5;
    z-index: 2;
}
div.title1>h2::after{
    left:100%;
}
div.title1>h2>small{
    position: absolute;
    top:50%;
    left:0;
    display: inline-block;
    width:18px;
    height: 18px;
    background-color: #e5e5e5;
    transform: rotate(45deg) translate(-75%,0%);
    box-shadow: 0 0 0 6px #fff;
}
div.title1>h2>small:nth-of-type(2){
    left:auto;
    transform: rotate(45deg) translate(0%,-75%);
    right:0;
}
div.title1>h2>i{
    position: absolute;
    top:50%;
    left:40px;
    display: inline-block;
    width:25px;
    height: 25px;
    background-color: #e5e5e5;
    transform: rotate(45deg) translate(-75%,0%);
    z-index: 2;
}
div.title1>h2>i:nth-of-type(2){
    left:auto;
    transform: rotate(45deg) translate(0%,-75%);
    right:40px;
}
div.title1>p{
    margin:0;
    color:#999;
    font-size:18px; 
}
div.title1>p>span{
    display: inline-block;
    padding:0 10px;
    background-color: #fff;
    transform: translateY(-50%);
}

    /* 标题2 */
div.title2{
    padding:50px 0 30px;
    text-align: center;
}
div.title2>h2{
    position: relative;
    display: inline-block;
    margin:0;
    font-weight: normal;
    font-size:40px;
    color:#6b6b6b;
    letter-spacing: 5px;
    padding:0 95px 15px;
}
div.title2>h2::before,div.title2>h2::after{
    position: absolute;
    right:100%;
    top:50%;
    content:'';
    width:188px;
    height: 1px;
    background-color: #e5e5e5;
    z-index: 2;
}
div.title2>h2::after{
    left:100%;
}
div.title2>h2>small{
    position: absolute;
    top:50%;
    left:0;
    display: inline-block;
    width:18px;
    height: 18px;
    background-color: #e5e5e5;
    transform: rotate(45deg) translate(-75%,0%);
    box-shadow: 0 0 0 10px #fff;
}
div.title2>h2>small:nth-of-type(2){
    left:auto;
    transform: rotate(45deg) translate(0%,-75%);
    right:0;
}
div.title2>h2>i{
    position: absolute;
    top:50%;
    left:40px;
    display: inline-block;
    width:25px;
    height: 25px;
    background-color: #e5e5e5;
    transform: rotate(45deg) translate(-75%,0%);
    z-index: 2;
}
div.title2>h2>i:nth-of-type(2){
    left:auto;
    transform: rotate(45deg) translate(0%,-75%);
    right:40px;
}
/* 公共样式 begin */

/* 分页 begin */
div.page {
	padding-right: 3px; padding-left: 3px; padding-bottom: 3px; margin: 3px; padding-top: 7px; text-align: center;color: #000;
}
div.page a {
	border-right: #aaaadd 1px solid; padding-right: 5px; border-top: #aaaadd 1px solid; padding-left: 5px; padding-bottom: 2px; margin: 2px; border-left: #aaaadd 1px solid; color: #5f7f28; padding-top: 2px; border-bottom: #aaaadd 1px solid; text-decoration: none;
}
div.page a:hover {
	border-right: #5f7f28 1px solid; border-top: #5f7f28 1px solid; border-left: #5f7f28 1px solid; color: #000; border-bottom: #5f7f28 1px solid;
}
div.page a:active {
	border-right: #5f7f28 1px solid; border-top: #5f7f28 1px solid; border-left: #5f7f28 1px solid; color: #000; border-bottom: #5f7f28 1px solid;
}
div.page span.current {
	border-right: #5f7f28 1px solid; padding-right: 5px; border-top: #5f7f28 1px solid; padding-left: 5px; font-weight: bold; padding-bottom: 2px; margin: 2px; border-left: #5f7f28 1px solid; color: #fff; padding-top: 2px; border-bottom: #5f7f28 1px solid; background-color: #5f7f28;
}
div.page span.disabled {
	border-right: #eee 1px solid; padding-right: 5px; border-top: #eee 1px solid; padding-left: 5px; padding-bottom: 2px; margin: 2px; border-left: #eee 1px solid; color: #ddd; padding-top: 2px; border-bottom: #eee 1px solid;
}
div.page span.count{
    font-size:15px;
}
/* 分页 end */

/* 面包屑导航 begin */
.crumbs{
    line-height: 40px;
    border-bottom:1px solid #d4d4d4;
    margin-bottom:20px; 
}
.crumbs p{
    width:1200px;
    margin:0 auto;
    color:#d4d4d4;
    font-size:16px;
}
.crumbs p a{
    color:#d4d4d4;
    text-decoration: none;
}
.crumbs p a:not(:last-of-type):hover{
    text-decoration: underline;
    color:#5f7f28;
}
.crumbs p a:last-of-type{
    cursor: context-menu;
}
/* 面包屑导航 end */

/* header begin */
header {
    min-width: 1200px;
}
header .header-title,header .header-nav>nav{
    width:1200px;
    margin:0 auto;
}

header .header-title{
    padding:25px 0 20px;
}
header .header-nav{
    background-color: #5f7f28;
}
header a{
    text-decoration: none;
}

header .logo{
    font-size:0;
    display: inline-block;
}
header .logo>h1{
    display: inline-block;
    margin:0 18px 0 28px;
}
header .logo>h4{
    margin:0;
    padding-left:18px;
    display:inline-block;
    font-size:30px;
    line-height: 40px;
    font-weight: normal;
    border-left:1px solid #999;
    color: #646060;
}
header .logo>h4>span{
    font-size:20px;
    color:#646060;
}

header .call{
    float: right;
}
header .call>p{
    margin:0;
    font-size:16px;
    color:#646060;
}
header .call>p>img{
    vertical-align: middle;
    margin-right:5px;
}
header .call>p>strong{
    font-size:32px;
    color:#e20000;
    margin-left:10px;
    text-shadow: 2px 1px 3px #8c888a ;
    -webkit-text-stroke:1px #fff;
    vertical-align: middle;
    position: relative;
    top:-3px;
}

header nav ul{
    padding:0;
    margin:0;
    list-style-type: none;
}
header .nav1{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    height: 50px;
    line-height: 50px;
}
header .nav1>li{
    position: relative;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    text-align: center;
}
header .nav1>li>a,header .nav2>li>a{
    display: block;
    color:#bddd3e;
    font-size:18px;
}
header .nav1>li.active>a{
    color:#fff;
}
header .nav1>li>a:hover,header .nav2>li>a:hover{
    color:#fff;
}
header .nav1>li:hover .nav2{
    visibility: visible;
    transform: translateY(0);
    transition:.3s;
    opacity: 1 !important;
}

header .nav2{
    transform: translateY(25px);
    visibility: hidden;
    opacity: 0 !important;
    position: absolute;
    top:100%;
    left:0;
    width:100%;
    border-top:2px solid #bddd3e;
    background-color: #5f7f28;
    opacity: 0.8;
    box-sizing: border-box;
    padding:0 15px 10px 15px;
    z-index: 99;
    transition: .3s;
}
header .nav2>li{
    line-height: 50px;
    border-bottom: 1px solid #bddd3e;
}
header .nav2>li:last-child{
    border-bottom: none;
}
/* header end */

/* footer begin */
footer a{
    text-decoration: none;
}
footer ul{
    margin:0;
    padding:0;
    list-style-type: none;
}
footer .inner{
    width:1200px;
    margin:0 auto;
}
footer>nav{
    background-color: #5f7f28;
}
footer>nav>p{
    width:1200px;
    margin:0 auto;
}
footer>nav>p>a{
    position: relative;
    display: inline-block;
    padding:20px;
    font-size:18px;
    line-height:1.8em;
    color:#fff;
}
footer>nav>p>a::after{
    position: absolute;
    left: 0px;
    top: 30px;
    content: '';
    height: 20%;
    width: 1px;
    background: #fff;  
}
footer>nav>p>a:first-child::after{
    display: none;
}
footer>nav>p>a:hover{
    text-decoration: underline;
}


footer>.info{
    background-color: #e5e5e5;
    color:#999;
    font-size:16px;
}
footer>.info>.inner{
    box-sizing: border-box;
    padding:30px 50px 50px;
}
footer>.info h1{
    margin:0 65px 0 0;
    font-size:0;
    display: inline-block;
}
footer>.info h1 img{
    height: 90px;
}
footer>.info ul{
    display: inline-block;
    vertical-align: top;
    min-width: 335px;
    max-width: 400px;
}
footer>.info li{
    margin:8px 0;
}
footer>.info li a{
    color:#999;
}
footer>.info .codeimg{
    float: right;
    text-align: center;
}
footer>.info .codeimg img{  
    width:80px;
    height: 80px;
    padding:2px;
    background-color: #fff;
}
    /* 返回顶部 */
.backtop{
    display: none;
    height: 68px;
    width: 68px;
    background: url(../images/backtop.png) no-repeat center center;
    background-size: contain;
    position: fixed;
    right: 8px;
    bottom: 40px;
    z-index: 12;
}
/* footer end */
 
/* qq在线咨询 begin */
.main-im a{text-decoration: none;}
.main-im{ position:fixed; right: 10px; bottom:200px; z-index: 100; width: 150px; }
.main-im .qq-a { display: block; height: 110px; font-size: 14px; color: #fff; text-align: center; position: relative; }
.main-im .qq-a span { bottom: 5px; position: absolute; width: 90px; left: 30px; }
.main-im .qq-hover-c { width: 70px; height: 80px; border-radius: 35px; position: absolute; left: 38px; top: 10px; overflow: hidden; z-index: 9; }
.main-im .qq-container { z-index: 99; position: absolute; width: 100%; height: 118px; border-top-left-radius: 10px; border-top-right-radius: 10px;   }
.main-im .img-qq {max-width: 60px; display: block; position: absolute; left: 6px; top: 3px; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }

.main-im .im_main {background: #5f7f28; border-radius: 10px;display:none;}
.main-im .im_main .qqchat{
    background: #fff; 
    border-radius: 4px;
}
.main-im .im_main .phonechat{
    background: #fff;
    margin-top: 10px;
    border-radius: 4px;
}
.main-im .im_main .im-tel { color: #000000; text-align: center; width: 88%; margin-left: 6%;   margin-top: 10px;margin-bottom: 10px;}
.main-im .im_main .im-tel .tel-num { font-family: Arial; font-weight: bold; color: #333;font-size: 16px;padding: 5px 0;   }
.main-im .im_main .im-tel .tel-num img{
    vertical-align: middle;
}
.main-im .im_main .im-tel .tel-num a{
    color: #333;
}
.main-im .im_main .im-tel .tel-num p{
    margin:5px 0;
    text-align: center;
}
.main-im .im_main .weixing-container {  width: 49%; height: 47px; border-right: 1px solid #5f7f28;  border-bottom-left-radius: 4px; border-top-left-radius: 4px; background: #fff url(../images/weixing-icon.png) no-repeat center center;float:left;}
.main-im .im_main .weixing-show {width: 112px; height: 172px; background: #ffffff; border-radius: 10px; border: 1px solid #dddddd; position: absolute; left: -125px; top: -126px; }
.main-im .im_main .weixing-show .weixing-sanjiao {width:0; height: 0; border-style: solid; border-color: transparent transparent transparent #ffffff; border-width: 6px; left: 112px; top: 134px; position: absolute; z-index: 2;}
.main-im .im_main .weixing-show .weixing-sanjiao-big { width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #dddddd; border-width: 8px; left: 112px; top: 132px; position: absolute; }
.main-im .im_main .weixing-show .weixing-ma { width: 104px; height: 103px; padding-left: 5px; padding-top: 5px; }
.main-im .im_main .weixing-show .weixing-txt{position:absolute;top:110px;left:7px;width:100px;margin:0 auto; text-align:center;}
.main-im .im_main .go-top { width: 50%; height: 47px; border-bottom-right-radius: 4px;border-top-right-radius: 4px; background: #fff url(../images/toTop-icon.png) no-repeat center center;float:right;}
.main-im .im_main .go-top a { display: block; width: 52px; height: 47px; }
.main-im .close-im { position: absolute; right: 10px; top: -12px; z-index: 100; width: 24px; height: 24px; }
.main-im .close-im a { display: block; width: 24px; height: 24px; background: url(../images/close_im.png) no-repeat left top; }
.main-im .close-im a:hover { text-decoration: none; }
.main-im .open-im { cursor: pointer; margin-left: 100px; width: 40px; height: 133px; background: url(../images/open_im.png) no-repeat left top; }
.im-footer{
    position:relative;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;
    padding:0 8px 8px;
}
/* qq在线咨询 end */