/**
 * base.css
 */
* { margin: 0; padding: 0 ;transition: all .5s;}
body { font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif; color: #333; line-height: 1.5; overflow-x: hidden !important; background:#fbf7ea; }
img { border: 0; display: block }
ul, li { list-style: none; }
a { text-decoration: none; color: #000;transition: all .5s; }
a:hover { color: #000; text-decoration: none;transition: all .5s; }
img:hover {transition: all .5s;cursor:pointer;transform: scale(1.1); }
.blank { clear: both; width: 100%; overflow: hidden; height: 20px }
.clear { clear: both; width: 100%; overflow: hidden; }
.box { width: 1600px; margin: auto; overflow: hidden }
.graybg { background:#f7f7f7;}
.color-red { color: #d61a1a; text-shadow: #fff 0px 1px 10px; }
.fl{ float:left}
.fr{ float:right}
.mtop{ margin-top:120px;}

.mask time{
    margin-left:20px;
    font-size: 14px;
    font-family:arial;color:white;
}
.mask time i{
    display: inline-block;
    font-size: 20px;
    font-family: Impact;color:white;
    margin-right: 10px;
    font-style: normal;
}

/*header*/
header {width: 100%;  position:absolute;}
header.is-fixed {backdrop-filter: blur(2px); position: fixed; top: 0; z-index: 999; transition: all .5s; box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2); -moz-box-shadow: 0px 5px 9px 1px rgba(0, 115, 80, 0.6); background:rgba(41, 95, 63, 0.9);  }
.logo { position: absolute; left: 0; }
.logo img { height: 100px; margin-top:25px;  }


/*topnav*/
.topnav { width: 1600px; margin: auto; height: 135px; position: relative; z-index:99;}
.topnav h2 { color: #fff; position: fixed; top: 0; padding-left: 10px; font-weight: normal; height: 30px; line-height: 30px; display: none; }
.topnav h2 a { color: #fff; }
nav { text-align: right; line-height: 55px; width: 1100px; margin: 55px 0 0 0;position: absolute; right: 0 }
#starlist li { position: relative; display: inline-block; font-size: 18px; width: 90px; text-align: center;}
#starlist li a {display: block;color: #FFF;}
#starlist li:hover {; }
#starlist li:hover a { color: #33d879}
a#selected {}
a#selected:after{ width:50px; height:2px; background:#FFF; display:block;content: ''; margin-left:30px;}
#starlist ul.sub li { width: 140px; background: #fff; float: left; }
#starlist ul.sub li a { padding: 0; display: none; width: 100%; color: #333; }
#starlist ul.sub li a:hover { background: #00754f; color: #fff }
#starlist ul.sub { position: absolute; left: 0; top: 100px; z-index: 9; width: 100%; line-height: 44px; opacity: 0; transition: all .5s; box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2); -moz-box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2); }
#starlist ul.sub:before { content: ""; height: 15px; width: 15px; background: #fff; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); border-left: 0; border-bottom: 0; position: absolute; top: -8px; left: 42%; display: none; }
#starlist li:hover ul.sub { opacity: 1; top: 55px; }
#starlist li:hover ul.sub li a { display: block }
#mnavh { display: none; width: 70px; height: 40px; text-align: center; }
.navicon {display: block;position: relative;width: 30px;height: 3px;background-color: #fff;margin-top: 20px;float: left;margin-left: 20px;}
.navicon:before, .navicon:after {content: '';display: block;width: 30px;height: 3px;position: absolute;background: #f8f6f6;-webkit-transition-property: margin, -webkit-transform;transition-property: margin, -webkit-transform;transition-property: margin, transform;transition-property: margin, transform, -webkit-transform;-webkit-transition-duration: 300ms;transition-duration: 300ms;}
.navicon:before { margin-top: -10px; }
.navicon:after { margin-top: 10px; }
.open .navicon { background: none }
.open .navicon:before { margin-top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.open .navicon:after { margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.open .navicon:before, .open .navicon:after { content: ''; display: block; width: 30px; height: 3px; position: absolute; background: #fff; }
.menu:after { content: ""; position: absolute; display: none; top: 14px; right: 1px; width: 0; height: 0; border-width: 4px 4px 0; border-style: solid; border-color: #fff transparent transparent; -ms-transition: all .5s ease; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }


/*icon-box*/
.icon-box { float: right; position: absolute; right: 15%; top: 0px; }
.icon-search-img { display: block; width: 30px; line-height: 30px; height: 30px; background: url(../image/icon-search.png) no-repeat center; border-radius: 50%; }
.icon-search { float: left; position: relative; }
.search { display: block; height: 32px; width: 300px; border: 1px solid rgb(255, 255, 255, .5); background: rgb(0, 0, 0, .2); border-radius: 1.8em; float: right; position: absolute; left: -80px; top: 10px; }
.search-submit { background: url(../image/icon-search.png) no-repeat; display: block; height: 20px; width: 19px; position: absolute; top: 7px; right: 14px; cursor: pointer; border: none; outline: none }
.searchkeyboard{ font-size: 14px; line-height: 20px; height: 24px; width: 230px; border-width: 0px; border-style: none; position: absolute; left: 15px; top: 5px; background: none; outline: none; }
section.icon-search.current .search { display: block }


/*banner*/
.ban-img { position: absolute; left: 0; top: 45%; color: #fff; width: 100%; text-align: center; }
.ban-img h3 { font-size: 40px; position: relative; width: 540px; margin: 0 auto 30px; }
.ban-img h3:before { position: absolute; content: ""; width: 100%; height: 180px; bottom: 100px; }
.bgimg img { animation: tobig 8s infinite; animation-direction: alternate; animation-delay: 1s; }
ul.banner-point { background: #d61a1a; font-size: 22px; text-align: center; }
ul.banner-point li { display: inline-block; margin: 0 56px; line-height: 50px; }
ul.banner-point li:nth-child(2) { position: relative; }
ul.banner-point li:nth-child(2):before { content: ""; background: rgb(255, 255, 255, .3); width: 10px; height: 10px; border-radius: 10px; position: absolute; left: -60px; top: 0px; }
ul.banner-point li:nth-child(2):after { content: ""; background: rgb(255, 255, 255, .3); width: 10px; height: 10px; border-radius: 10px; position: absolute; right: -60px; top: 0px; }
 @keyframes tobig { 0% {
 transform: scale(1);
}
 100% {
transform: scale(1.1);
}
}
.bgimg img { width: 100%; }
.ban-img img { width: 100%; }












/*point*/
.solution{ height:200px;}
.point { margin:-80px 0 0 0; width:1500px; height:230px; border:1px solid #e7e7e7; z-index:98; position: absolute; background:#FFF;box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2); display:block}
.point li { width: 20%; display: block; float: left; }
.point li section { text-align: center; display: block; border-right:1px solid #dddddd; height:190px; margin-top:15px; }
.point li p { font-size: 24px; font-weight:bold; line-height:2; }
.point li span { font-size: 18px; color: #666; height: 42px; overflow: hidden; text-align:center; display:block}
.point i { display: block; margin: auto; padding: 20px 0; border-radius: 50%; }
.point i img { margin:auto; transition: all .5s;}
.point li a { color: #666; transition: all .5s; }
.point li h4{ color:#22839c; margin-top:10px;}
.point li a:hover img { transform: scale(1.1); }





/*title-h1*/
.title-h1 { text-align: center; overflow: hidden; margin: 50px 0; }
h2.title-h1-ch { font-size: 26px; position: relative; width: 260px; margin: auto; }
h2.title-h1-ch:before, h2.title-h1-ch:after { position: absolute; content: ""; width: 100px; height: 1px; background: #000; top: 30px }
h2.title-h1-ch:before { left: -60px }
h2.title-h1-ch:after { right: -60px; }
span.title-h1-en { font-size:24px; color: #bfbfbf; }
.graybg span.title-h1-en { color: #dadada; }

/*title-h0*/
.title-h0 { text-align: left; overflow: hidden; margin: 50px 0; color: #2c6241 }
h2.title-h0-ch {text-align: left; font-size: 30px; position: relative; font-weight:lighter  }
span.title-h0-en {text-align: left; font-size: 30px; position: relative; font-weight:bold ;text-transform: uppercase; }

/*title-h4*/
.title-h4 { text-align: left; overflow: hidden; margin: 80px 0 0 0; width:300px; float:left }
.title-frame4{ margin: 50px 0;}
h2.title-h4-ch {text-align: left; font-size:45px;  font-weight:bold; color: #3455fc }
span.title-h4-en {text-align: left; font-size: 24px; text-transform: uppercase;color:#222; display:block}
.title-h4 p {font-size: 100px;  font-weight:bold ;text-transform: uppercase;   margin:-40px 0 0 0; color:#3b3b3b}

/*title-h5*/
.title-h5 { text-align: center; overflow: hidden; margin-left: 80px; width:220px; float:left; background: #FFF; height: 170px;}
h2.title-h5-ch {text-align: center; font-size:28px;  font-weight:bold; color: #2c6241; margin-top: 50px; }
a.title-h5-en {text-align: center; font-size: 16px; text-transform: uppercase;color:#222; display:block; margin-top: 20px; }
.title-h5 p {font-size: 100px;  font-weight:bold ;text-transform: uppercase;   margin:-40px 0 0 0; color:#3b3b3b}
.title-h5 a::before{content: "";position:absolute; display: block;border-top: 20px solid #2c6241;border-bottom: 60px solid #2c6241;border-left: 120px solid #2c6241; margin:-113px 0 0 -120px;}

#tab4 { overflow: hidden; margin: 20px 0;  }
#tab4 li { background: transparent; margin:0; cursor: pointer; ; clear:both;display:block; float: right}
#tab4 li a { display: block; padding: 10px 0px; border-radius: 0px; border-bottom: 1px solid #ddd; font-size: 14px; color: #fff;width:230px; height:50px;background: #999999;text-align:left; }
#tab4 li a::before{content: "";position:absolute; display: block;border-top: 7px solid transparent;border-bottom: 7px solid transparent;border-left: 7px solid #FFF; margin:20px 0 0 200px;}
#tab4 li a img{ width:40px; height:40px; float: left; margin: 0; display: none }
#tab4 li a h2{ color:#FFF; text-align: center; line-height: 50px}
#tab4 li a h5 {font-size: 16px; text-transform: uppercase;color:#999999; display:block}

#tab4 li:hover a { background: #e6e6e6;transition: 0s;  }
#tab4 li.current4 a { color: #fff; background: #2c6241; border: 1px solid #2c6241;width:300px;height:70px; text-align: center;border-radius: 12px 0 0 12px;  }
#tab4 li.current4 a::before{content: "";position:absolute; display: block;border-top: 0px solid transparent;border-bottom: 92px solid transparent;border-left: 70px solid #2c6241; margin:-11px 0 0 300px;}
#tab4 li.current4 a img { width:53px; height:53px; float: right;margin: 10px auto 0;display: block}
#tab4 li.current4 a h2{ margin-top: 10px;font-size: 30px;color:#FFF; }
#tab4 li.current4 a h5 {font-size: 24px; text-transform: uppercase;color:#FFF; display:block}

#content4 section { display: none; margin: 0 }
#content4 section:nth-child(1) { display: block }


.content-box4{ float:left; width:1180px;border: 1px solid #e6e6e6;padding-bottom:0px; background: #FFF; margin-top: 40px; }
.content-box4 .b4a1 li { overflow: hidden; padding: 20px 80px; background: #fff; border-bottom:1px solid #dddddd;padding-bottom:10px }
.content-box4 .b4a1 li:hover {background: #FFF; box-shadow: #c5c5c5 2px 2px 10px; }
.content-box4 .b4a1 li i { margin:0 60px 0 10px; width: 190px; height: 155px; display: block; overflow: hidden; float: left; }
.content-box4 .b4a1 li i img { width: 100%;}
.content-box4 .b4a1 li:hover img { transform: scale(1.1); }
.content-box4 .b4a1 h3 { margin-bottom: 10px;font-size:24px; }
.content-box4 .b4a1 h5{ color:#ababab;margin-bottom: 10px; font-size:16px; font-weight:lighter}
.content-box4 .b4a1 p { color: #666; margin-bottom: 10px; height: 70px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; }
.content-box4 .b4a1 span.btn-red { float: right; }
.content-box4 .b4a1 li:hover .btn-red { background: #1aa8d6; color: #fff; border: #1aa8d6 1px solid; }

.content-box4 .b4a2 ul { overflow: hidden;  }
.content-box4 .b4a2 li { float: left; width:300px; overflow: hidden; text-align: center; margin: 30px 0 20px 70px;  background:#FFF; border:1px solid #EEE}
.content-box4 .b4a2 li:hover {background: #eee; box-shadow: #c5c5c5 2px 2px 10px; }
.content-box4 .b4a2 li i {display: block; overflow: hidden }
.content-box4 .b4a2 li a { display: block;  }
.content-box4 .b4a2 li img { max-width: 100%; margin: auto; width: 300px; height: 200px; }
.content-box4 .b4a2 li i:hover img { transform: scale(1.1); }
.content-box4 .b4a2 li a:hover { box-shadow: #c5c5c5 0 1px 5px; }
.content-box4 .b4a2 li span { display: block; padding: 20px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color:#333;font-size:20px; }

.content-box4 .b4a3 ul { overflow: hidden;}
.content-box4 .b4a3 li { float: left; width:300px; overflow: hidden; text-align: center; margin: 50px 0 0 70px;  background:#FFF; height:590px}
.content-box4 .b4a3 li h3{ font-size:30px; color:#fe9714; text-align:left; margin:20px;}
.content-box4 .b4a3 li h3:after{ width:70px; height:5px; background:#fe9714; display:block;content: '';}
.content-box4 .b4a3 li i {display: block; overflow: hidden }
.content-box4 .b4a3 li a { display: block;  }
.content-box4 .b4a3 li img { max-width: 100%; margin: auto;}
.content-box4 .b4a3 li i:hover img { transform: scale(1.1); }
.content-box4 .b4a3 li a:hover {  }
.content-box4 .b4a3 li span { display: block; padding:10px 0px 6px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color:#333; text-align:left; font-size:22px;font-weight:bold }
.content-box4 .b4a3 li h4{ font-size:18px; color:#333; text-align:left; margin:0px; font-weight: normal; padding:0 0px;}
.content-box4 .b4a3 li h5{ font-size:14px; color:#666; text-align:left; margin:0px; font-weight: normal; padding:0 0px;}
.content-box4 .b4a3 li p{ padding:10px 0px; text-indent:28px; font-size:14px; color:#999999; text-align:left; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp:4 ;height:70px;}

.content-box6{ background:#FFF; float:left; padding: 0}
.content-box6 .b4a4 ul { overflow: hidden; }
.content-box6 .b4a4 li { float: left; width:400px; overflow: hidden; text-align: center;;  background:#FFF; height:750px; }
.content-box6 .b4a4 li h3{ font-size:30px; color:#fe9714; text-align:left; margin:20px;}
.content-box6 .b4a4 li h3:after{ width:70px; height:5px; background:#fe9714; display:block;content: '';}
.content-box6 .b4a4 li i {display: block; overflow: hidden }
.content-box6 .b4a4 li a { display: block;  }
.content-box6 .b4a4 li img { max-width: 400px; margin: auto;height: 520px;width:auto}
.content-box6 .b4a4 li i:hover img { transform: scale(1.1); }
.content-box6 .b4a4 li a:hover {  }
.content-box6 .b4a4 li span { display: block; padding:10px 0px 6px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color:#333; text-align:left; font-size:22px;font-weight:bold }
.content-box6 .b4a4 li h4{ font-size:18px; color:#333; text-align:left; margin:0px; font-weight: normal; padding:30px 30px; line-height: 20px;font-weight:bold}
.content-box6 .b4a4 li h5{ font-size:14px; color:#666; text-align:left; margin:0px; font-weight: normal; padding:0 30px;}
.content-box6 .b4a4 li p{ padding:10px 30px; text-indent:28px; font-size:14px; color:#999999; text-align:left; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp:4 ;height:70px;}


#tab5 { overflow: hidden; margin: 0; }
#tab5 li {  background: transparent; margin:10px 10px 0 0; cursor: pointer; float:right ; display:block; width:140px; text-align:center ;}
#tab5 li a { display: block; padding: 8px 10px; border-radius: 0px; border: 1px solid #f4f4f4;border-bottom: 3px solid #f4f4f4; font-size: 18px; color: #888; font-weight: bold}
#tab5 li:hover a { color: #f9f3f3 !important; background: #3455fc;  }
#tab5 li.current5 a {  color: #3455fc;  display: block;  border-bottom: 3px solid #3455fc;}
#content5 section { display: none; }
#content5 section:nth-child(1) { display: block; }
.content-box5{ background: #f4f4f4; text-align: center; padding: 80px 0}

.li25 li {display: block; float: left; width: 145px; height: 260px; margin: 20px 10px; overflow: hidden}
.li25 li a { text-align: center; display: block;color:#333; }
.li25 li p { font-size: 18px; margin: 10px 0;  font-weight: bold}
.li25 li span { font-size: 14px; height: 30px; overflow: hidden; }
.li25 i { display: block; background: #d61a1a;  width: 110px; height:110px; margin: auto; padding: 0; border-radius: 50%; position: relative; overflow:hidden;  }
.li25 i img { margin: auto; width:100%; height:100% }
.li25 li:hover p{ color:#3455fc  }
.li25 li:hover span{ color:#3455fc  }
.li25 li:hover img { transform: scale(1.1); }

.p-service-list li {  height: 550px; float: left; position: relative; background: url("../picture/listbg.jpg");margin-left: 2px }
.p-service-list li:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,.1); display: block;transition: all .5s;  }
.p-service-list li:hover:after { background: rgb(0, 30, 60, .6);transition: all .5s; }
.p-service-list li a{overflow: hidden;text-align: center; width: 230px; display: block; }
.p-service-list li a img { margin:130px 0 0 -40px; height: 420px; }
.p-service-list li h3 { position: absolute; display: block; width: 100%;top: 440px; font-size: 24px; color: #fff; z-index: 9; text-align: left;text-indent: 30px;}
.p-service-list p { position: absolute; text-align: left; top:600px;  font-size: 16px; color: #fff; z-index: 9; padding: 0 30px; line-height: 30px; text-indent: 30px; opacity: 0}
span.item-link {position: absolute; display: block;  width: 100%; top:460px;height: 36px; line-height: 36px; font-size: 16px; color: #ffffff; margin: 20px auto;z-index: 9;  text-align: left; text-indent: 30px;}

.p-service-list li:hover a{width: 336px}
.p-service-list li:hover a img{margin:30px 0 0 -40px; height: 550px; }
.p-service-list li:hover p {  top:280px ;opacity: 1 }
.p-service-list li:hover span { top: 200px; }
.p-service-list li:hover h3 { top:180px }

/*==============新闻中心=====================*/

.un_box{padding: 20px 80px; background: #fff;}
.un_box li{ width:auto;}
.un_box li a{ border-bottom:1px solid #dfdfdf; display:block; height:90px;padding:20px;}
.un_box li a:hover{ background:#f3f3f3}
.un_box li strong{ color:#14aa7e; font-size:18px; display:block; line-height:20px;}
.un_box li span{ text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical; line-height:55px; font-size:20px; font-weight: bold}
.un_box li p{ width:1000px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;line-clamp: 1;-webkit-box-orient: vertical; font-size:16px; color:#999999}




/*about*/
.about { text-align: center; padding: 0 0 50px 0; }
.about-img { float: left; width: 700px; height:600px; overflow: hidden; margin-right:120px;}
.about-img img { width: 100%; }
.about-text { width: 100%; text-align: left; position: relative; height:740px;}
.about-text p { margin-bottom: 30px; font-size: 16px; text-indent:32px; line-height:200% }
.title-ch { font-size: 24px; margin-bottom: 10px; z-index: 3 }
.title-en {  font-size: 18px; color: #999;margin-bottom: 30px; }
.about-text .title-en { top: -10px; }

.btn-red { padding: 8px 0; border: #ccc 1px solid; border-radius: 50px; color: #6d6464; font-size: 14px; display: block; background: #fff; width: 200px; text-align: center; margin:30px auto; }
.btn-red:hover { background: #355cad; color: #fff; border: #355cad 1px solid }

.about-text .btn-red { }
.about-layer{ position:absolute; right:0; bottom:50px; z-index:4; width:1330px; height:130px; border:1px solid #e5e5e5; background:#FFF;box-shadow: #e8e8e8 2px 2px 10px;}
.about-layer li{ width:16.5%; border-right:1px solid #e5e5e5; margin:20px 0; text-align:center; float:left}
.about-layer li .c1{ color:#355cad; font-size:48px; margin:0 10px;}
.about-layer li .c2{color:#666; font-size:20px;}
.about-layer li .c3{color:#999; font-size:14px; font-weight:normal}

.about_2{background: url(../picture/aboutbg_01.png) no-repeat top center #24478d; width:100%; height:575px; color:#FFF; margin: 0 0 50px 0; }
.about_2 .about_layer2{background: url(../picture/aboutbg_02.png) no-repeat bottom center; width:100%;height:160px; margin-top:120px;}
.about_2 .about_layer2 li{ width:33.33%; text-align:center; float:left}
.about_2 .about_layer2 li div{ width:270px; text-align:left; margin:auto; padding-left:200px;}
.about_2 .about_layer2 h3{ font-size:24px;}
.about_2 .about_layer2 span{ font-size:18px;}

.about_3{width:100%;  margin: 0 0 50px 0; }
.about_3 .about_layer3{background: url(../picture/aboutbg_03.png) no-repeat bottom center; width:100%;height:680px;}
.about_3 .about_layer3 .ab_bb{background: rgba(255,255,255,.9); width:590px; height:445px; position:absolute; right:100px; top:200px; padding-top:30px;}
.about_3 .about_layer3 li{ text-align:left; padding:20px 80px;;}
.about_3 .about_layer3 h3{ font-size:24px; line-height:2}
.about_3 .about_layer3 span{ font-size:18px; line-height:2}



/*business*/
.business { text-align: center; padding: 0 0 50px 0; }
.business-img { float: left; width: auto; height:auto; overflow: hidden; margin-right:120px;}
.business-img2 { float: right; width: auto; height:auto; overflow: hidden; margin-left:120px;}
.business-img img { width: 100%; }
.business-text { width: 100%; text-align: left; position: relative; height:auto;}
.business-text  h1{ margin-bottom:50px;}
.business-text p { margin-bottom: 30px; font-size: 16px; text-indent:32px; line-height:200% }

.btn-red { padding: 8px 0; border: #ccc 1px solid; border-radius: 50px; color: #6d6464; font-size: 14px; display: block; background: #fff; width: 200px; text-align: center; margin:30px auto; }
.btn-red:hover { background: #355cad; color: #fff; border: #355cad 1px solid }
.btn-blue { border: #ccc 1px solid; color: #FFF; font-size: 16px; display: block; background: #1e50ae; width: 190px; text-align: center; height:40px; line-height:40px; float:right; margin:20px; transition: .5s;  }
.btn-blue:hover { background: #fff; color: #355cad; border: #355cad 1px solid; transition: .5s;  }
.btn-orange{ border: #ccc 1px solid; color: #FFF; font-size: 16px; display: block; background: #e89620; width: 190px; text-align: center; height:40px; line-height:40px; float:right; margin:20px; transition: .5s;  }
.btn-orange:hover { background: #fff; color: #e89620; border: #355cad 1px solid; transition: .5s;  }

.business-pro{border:1px solid #e7e7e7;margin: 80px auto;}
.business-pro h1{ margin-top:50px}
.business-pro .con-box ul { overflow: hidden; margin: 40px; }
.business-pro .con-box li { float: left; width: 33.3333%; overflow: hidden; text-align: left; margin: 20px 0;}
.business-pro .con-box li i { display: block; overflow: hidden }
.business-pro .con-box li a { display: block; margin:10px 40px;  transition: all .5s;  }
.business-pro .con-box li img { max-width: 100%; margin: auto; transition: all .5s; }
.business-pro .con-box li i:hover img { transform: scale(1.1); }
.business-pro .con-box li a:hover { box-shadow: #c5c5c5 0 1px 5px; }
.business-pro .con-box li span { display: block; padding: 20px 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size:24px }
.business-pro .con-box li p {color: #666; padding:0 10px 20px 10px; height:40px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; font-size:16px}



/*case*/
.news2{ background: url(../picture/y30.jpg) top center no-repeat; height: 750px;}


.case{ background:#FFF;}


.case-list2 { background: #fff; overflow: hidden; text-align: center; margin-bottom: 20px; }
.case-list2 li { overflow: hidden; width:250px; height:90px; border:1px  solid #e6e6e6; background:#f9f9f9; float:left; text-align:center; margin:12px; padding:10px;}
.case-list2 li img { width: 100%; transition: all .5s; }
.case-list2 li:hover img { transform: scale(1.1);transition: all .5s; }



.case-list-text { width: 50%; }
.case-list .case-list-img:nth-child(1) { float: right; }
.case-list li:nth-child(odd) .case-list-text { float: left; }
.case-list li:nth-child(even) .case-list-text { float: right; }
.case-list-img { width: 50%; float: right; overflow: hidden; }
.case-list-img img { width: 100%; transition: all .5s; }
.case-list li { overflow: hidden; }
.case-list-text h3 { font-size: 24px; color: #333; font-weight: normal; margin: 100px 0 20px 0; }
.case-list-text p { margin: 50px; color: #666; line-height: 26px; }
.case-list-text span { font-size: 18px; color: #999; border-top: #d4cfcf 1px solid; padding: 10px; transition: all .5s; }
.case-list li:hover img { transform: scale(1.1); }

#tab2 { overflow: hidden; margin:30px 0 ; }
#tab2 li{ background: transparent; margin:10px 20px 0 0; cursor: pointer; float:right ; clear:both;display:block; text-align:center }
#tab2 li a{ display: block; padding:20px 30px; border-radius: 0px; border: 1px solid #dbdbd7; font-size: 18px; color: #393a3b;width:140px;  }
#tab2 li a img{ margin: 0; float: left}
#tab2 li:hover a {  background: #a2d9ff; border: 1px solid #666; }
#tab2 li.current2 a { color: #fff; background: #3455fc; display: block; border: 1px solid #834900; }
#tab2 li.current2 a img{filter: grayscale(200%) brightness(500%);}
#content2 section { display: none; margin:0 }
#content2 section:nth-child(1) { display: block }
.content-box2{ float:left;  width:1100px;padding-bottom:40px; margin: 40px 0 30px 20px;}
.content-box2 ul { overflow: hidden; }
.content-box2 li { float: left; width:300px; overflow: hidden; text-align: center; margin: 50px 0 0 50px;  background:#FFF; border:1px solid #EEE}
.content-box2 li:hover {background: #eee; box-shadow: #c5c5c5 2px 2px 10px; }
.content-box2 li i {display: block; overflow: hidden }
.content-box2 li a { display: block;  }
.content-box2 li img { max-width: 100%; margin: auto; width: 300px; height: 200px; }
.content-box2 li i:hover img { transform: scale(1.1); }
.content-box2 li a:hover { box-shadow: #c5c5c5 0 1px 5px; }
.content-box2 li span { display: block; padding: 20px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color:#333 }


#tab3 { overflow: hidden; margin:30px 0 ;  }
#tab3 li { background: transparent; margin:10px 20px 0 0; cursor: pointer; float:right ; clear:both;display:block; text-align:center }
#tab3 li a { display: block; padding:20px 30px; border-radius: 0px; border: 1px solid #dbdbd7; font-size: 18px; color: #393a3b;width:140px;  }
#tab3 li a img{ margin: 0; float: left}
#tab3 li:hover a {  background: #a2d9ff; border: 1px solid #666; }
#tab3 li.current3 a { color: #fff; background: #3455fc; display: block; border: 1px solid #834900; }
#tab3 li.current3 a img{filter: grayscale(200%) brightness(500%);}
#content3 section { display: none; margin: 5px 0 0 0 }
#content3 section:nth-child(1) { display: block }

.content-box3{ float:left;  width:1100px;padding-bottom:40px; margin: 40px 0 30px 20px;}
.content-box3 ul { overflow: hidden;}
.content-box3 li { float: left; width:300px; overflow: hidden; text-align: center; margin: 50px 0 0 50px;  background:#FFF; height:620px}
.content-box3 li h3{ font-size:30px; color:#fe9714; text-align:left; margin:30px;}
.content-box3 li h3:after{ width:70px; height:5px; background:#fe9714; display:block;content: '';}
.content-box3 li i {display: block; overflow: hidden }
.content-box3 li a { display: block;  }
.content-box3 li img { max-width: 100%; margin: auto;}
.content-box3 li i:hover img { transform: scale(1.1); }
.content-box3 li a:hover {  }
.content-box3 li span { display: block; padding:30px 30px 6px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color:#333; text-align:left; font-size:22px;font-weight:bold }
.content-box3 li h4{ font-size:18px; color:#666; text-align:left; margin:0px; font-weight: normal; font-weight:bold;padding:0 30px;}
.content-box3 li p{ padding:10px 30px; text-indent:28px; font-size:14px; color:#999999; text-align:left; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp:10 ;height: 180px;}



.team { padding: 0 ; background: url(../picture/teambg.jpg); }

/*product*/
.product { padding: 0 ; background: url(../picture/productbg.jpg); height:928px; }
#outer { width: 100%; margin: 10px auto; }


#tab { overflow: hidden; margin:30px 0 ;  }
#tab li { background: transparent; margin:10px 20px 0 0; cursor: pointer; float:right ; clear:both;display:block; text-align:center }
#tab li a { display: block; padding:20px 30px; border-radius: 0px; border: 1px solid #dbdbd7; font-size: 18px; color: #393a3b;width:140px;  }
#tab li a img{ margin: 0; float: left}
#tab li:hover a {  background: #a2d9ff; border: 1px solid #666; }
#tab li.current a { color: #fff; background: #3455fc; display: block; border: 1px solid #834900; }
#tab li.current a img{filter: grayscale(200%) brightness(500%);}
#content section { display: none; margin: 5px 0 0 0 }
#content section:nth-child(1) { display: block }
.content-box{ float:left;  width:1000px;padding-bottom:40px; margin: 35px 0 30px 100px}
.content-box li i { margin-right: 20px; width: 190px; height: 136px; display: block; overflow: hidden; float: left; }
.content-box li i img { width: 100%; transition: all .5s; }
.content-box li:hover img { transform: scale(1.1); }
.content-box li { overflow: hidden; margin: 0 20px 20px 20px; padding: 30px; background: #fff;  transition: all .5s; border-bottom:1px solid #dddddd }
.content-box li:hover { box-shadow: #c5c5c5 2px 2px 10px; }
.content-box h3 { margin-bottom: 10px; }
.content-box h5{ color:#ababab;margin-bottom: 10px; font-size:16px; font-weight:lighter}
.content-box p { color: #666; margin-bottom: 10px; height: 70px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; }
.content-box span.btn-red { float: right; }
.content-box li:hover .btn-red { background: #1aa8d6; color: #fff; border: #1aa8d6 1px solid; }









.copyright { text-align: center; background: #031c43; color: #cccdcf; padding: 10px 0; }
.copyright a { color: #cccdcf; }
.sidefloat { position: fixed; right: 0; bottom: 0; z-index: 9 }
.sidefloat li { width: 50px; height: 50px; position: relative; border-top: 1px solid #eee; background-color: #fff; }
.side_zd { display: block; width: 40px; height: 40px; }
.sidefloat li span { display: none; position: absolute; right: 50px; line-height: 50px; background: #333; color: #fff; text-indent: 0.2em; width: max-content; }
.sidefloat li span img { width: 120px; margin: 10px 10px 0 10px; }
.side_weixin { text-align: center; }
.side_top { background: url(../image/top.png) no-repeat center #d61a1a !important; }
.side_tell { background: url(../image/zx01a.png) no-repeat center; }
.side_weixin { background: url(../image/zx02a.png) no-repeat center; }
.side_qq { background: url(../image/zx03a.png) no-repeat center; }
.sidefloat li:hover span { display: block }
.side_text { padding: 0 10px }
.side_tell a, .side_qq a { color: #fff }
.side_top:hover { background: url(../image/top.png) no-repeat center #383535 !important; }
.side_tell:hover { background: url(../image/picon11.png) no-repeat center #333; }
.side_weixin:hover { background: url(../image/picon22.png) no-repeat center #333; }
.side_qq:hover { background: url(../image/picon33.png) no-repeat center #333; }
.sidefloat li.side_tell, .sidefloat li.side_top { border-top: none }


/*about-page*/
.page-title { overflow: hidden; margin: 0; text-align: center; height:90px; background:#eaeaea}
.page-title li { background: transparent; cursor: pointer; display: inline-block }
.page-title li a {display: block; padding:30px; border-right: 1px solid #ddd; font-size: 18px; color: #333; }
.page-title li:hover a { color: #355cad !important; border-bottom:2px solid #355cad;background:#f5f5f5}
.page-title li a#pagecurrent { color: #FFF !important; background: #355cad; border-bottom:2px solid #355cad }
.page-title .li_l5 li{ width:19.9999%} 
.page-title .li_l4 li{ width:24.9999%}
.page-title .li_l3 li{ width:33.3299%}
.page-title .li_l2 li{ width:49.9999%}

.text-content { line-height: 2; font-size: 18px; margin-bottom: 40px; padding:50px;}
.text-content h1, .text-content h2, .text-content h3, .text-content h4, .text-content h5, .text-content h6 { margin-bottom: 30px }
.text-content h1 { font-size: 24px }
.text-content h2 { font-size: 20px }
.v_news_content { margin-bottom: 30px; text-indent:32px;font-weight:600!important;font-family:'仿宋'!important;font-size:20px }
.v_news_content p{ font-family:'仿宋'!important; font-size:20px!important;}
.text-content img { max-width: 100% !important; height: auto !important; margin: 20px auto }
.list-bg img { width: 100%; }
.text-content h3 { font-size: 20px; padding: 40px; background: #edfff3; border: 1px solid #bde8ca; margin-bottom: 60px; text-indent: 40px;}



/*pagelist*/
.pagelist { text-align: center; color: #666; width: 100%; clear: both; margin: 0 0 10px; padding:50px 0; }
.pagelist a { padding:0 12px; height:28px; line-height:28px; display:inline-block; border:1px solid #dcdcdc; margin:0 2px;  color:#fff; color:#444444; font-size:14px; background:#FFF }
.pagelist a:nth-child(1) { background: none; margin: 0; padding: 0 50px 0 0; position: relative; color: #000; display: none; }
.pagelist a:nth-child(1):after { position: absolute; content: "篇文章"; right: 0; bottom: 0 }
.pagelist a:nth-child(1):hover { background: none; color: #666 }
.pagelist a:hover, .pagelist > b { color: #FFF; background: #3559a5; }
.pagelist > b { padding: 5px 10px; }
a.curPage {  background:#3559a5; color:#fff !important;border:1px solid #3559a5;}




/* questions */
#questions { margin-bottom: 20px; }
#questions li h5 { position: relative; font-size: 16px; font-weight: normal; cursor: pointer; line-height: 50px; overflow: hidden; padding: 0 0 0 40px; }
#questions li h5:before { content: "?"; left: 0; top: 12px; position: absolute; width: 30px; height: 30px; line-height: 30px; background: #d61a1a; color: #fff; text-align: center; border-radius: 50%; }
#questions .foldContent { border-left: 3px solid #d61a1a; padding: 10px 0 10px 40px; line-height: 24px; background: #f3f3f3; }
#questions .foldContent p { margin-bottom: 10px }
#questions .foldContent img { max-width: 100% !important; height: auto !important; margin: 20px auto }


/* support */
.tell { text-align: center; background: url(../image/tell.jpg) no-repeat top center; padding-top: 100px }
.tell-tit h2 { font-size: 24px; color: #373d41; line-height: 38px; font-weight: 400; }
.tell-tit p { font-size: 14px; color: #777f84; line-height: 28px; }
.kefu { overflow: hidden; }
.kefu li { width: 33.333%; float: left; }
.kefu li a { display: block; margin: 20px; overflow: hidden; border: 1px solid #c5d8d8; padding-bottom: 10px; }
.kefu li h3 { margin: 10px 0; text-align: center; }
.kefu p { font-size: 14px; color: #a9b0b4; line-height: 18px; font-weight: 400; text-align: center; padding: 0 20px; }
ul.form-sq { width: 500px; margin: 30px auto; border-radius: 3px; overflow: hidden; padding: 20px; }
ul.form-sq li { margin-bottom: 10px; line-height: 36px; }
ul.form-sq li input { display: block; line-height: 34px; width: 100%; text-indent: 1em; border-radius: 3px; border: #e0e0e0 1px solid; outline: none; }
ul.form-sq li textarea { display: block; line-height: 24px; width: 100%; text-indent: 1em; border-radius: 3px; border: #e0e0e0 1px solid; outline: none; }
ul.form-sq p { margin-bottom: 30px; text-align: center; font-size: 18px; }
ul.form-sq input[type="submit"] { display: block; margin: 30px auto 0; width: 200px; line-height: 40px; font-size: 16px; height: 40px; background: #d61a1a; color: #fff; border: none; border-radius: 5px; }
ul.form-sq h2 { text-align: center; font-size: 24px; margin-bottom: 30px; }
ul.form-sq small { text-align: center; display: block; margin-bottom: 30px; }
ul.form-sq p span { display: inline-block; margin: 0 10px; }
.white { background: #fff; padding: 50px 100px; margin-bottom:50px;}
.jj_h { font-size: 34px; font-weight: normal; color: #444; margin-bottom: 20px; padding:30px 0px; border-bottom: 1px solid #e4eaec; text-align: center}
.text_con { overflow: hidden }
.lxtext { line-height: 30px; width: 35%; float: left; }
.lxtext li { border-bottom: 1px solid #e4eaec; padding: 15px 0; font-size: 16px; }
.lxtext { width: 50%; float: left }
.lxweixin { width: 50%; float: right; }
.lxweixin li { width: 33.3%; float: right; text-align: center; }
.lxweixin li img { width: ; margin:auto }


/*time-section*/
.time-section { font-size: 16px; line-height: 1.8; margin: 30px 0 60px 0; position: relative; }
.time-section:before { position: absolute; width: 1px; height: 100%; top: 0; left: 25px; background: #d61a1a; content: ""; z-index: 1; }
.time-section p { margin-bottom: 30px; position: relative; padding-left: 30px; margin-left: 20px; }
.time-section p:before { content: ""; background: #d61a1a; width: 10px; height: 10px; border-radius: 10px; position: absolute; top: 10px; left: 0; z-index: 1 }
.time-section p:after { content: ""; background: #ffffff; width: 18px; height: 18px; border-radius: 18px; position: absolute; top: 5px; left: -5px; border: #d61a1a 1px solid; z-index: 0; }
.time-section p:hover { color: #d61a1a }
.time-section p:hover:before { background: #fe0606 }

/*pictureViewer*/
.image-list { padding: 20px; overflow: hidden; }
.image-list .cover { position: relative; width: 25%; height: 230px; display: inline-block; float: left; margin-bottom: 10px; background-color: #fff; cursor: pointer; }
.image-list .cover img { position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; max-width: 90%; }
#pictureViewer { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-color: rgba(0,0,0,.3); z-index: 10000; }
#pictureViewer > .content { background-color: #fff; position: absolute; width: 590px; height: 590px; margin: auto; top: 0; right: 0; bottom: 0; left: 0; }
#pictureViewer .menu-bar { width: 100%; }
#pictureViewer .menu-bar .handel { width: 40px; height: 40px; float: right; background-repeat: no-repeat; background-position: 50%; cursor: pointer; }
#pictureViewer .menu-bar .handel:hover { background-color: #d61a1a; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
#pictureViewer .menu-bar .handel.maximization { background-image: url(../image/maximization_black.png); background-size: 14px; }
#pictureViewer .menu-bar .handel.maximization:hover { background-image: url(../image/maximization_white.png); }
#pictureViewer .menu-bar .handel.miniaturization { background-size: 16px; background-image: url(../image/maximization_black.png); }
#pictureViewer .menu-bar .handel.miniaturization:hover { background-image: url(../image/maximization_white.png); }
#pictureViewer .menu-bar .handel.close-view { background-image: url(../image/close_black.png); background-size: 15px; }
#pictureViewer .menu-bar .handel.close-view:hover { background-image: url(../image/close_white.png); }
#pictureViewer .handel-prev, #pictureViewer .handel-next { display: inline-block; width: 50px; height: 70px; position: relative; top: calc(50% - 80px); background-repeat: no-repeat; background-size: 25px; background-position: 50%; cursor: pointer; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
#pictureViewer .handel-prev { background-image: url(../image/prev_blank.png); }
#pictureViewer .handel-next { background-image: url(../image/next_blank.png); }
#pictureViewer .handel-prev:hover, #pictureViewer .handel-next:hover { background-color: #d61a1a; }
#pictureViewer .handel-prev:hover { background-image: url(../image/prev_white.png); }
#pictureViewer .handel-next:hover { background-image: url(../image/next_white.png); }
#pictureViewer .picture-content { display: inline-block; width: 80%; height: calc(100% - 80px); position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; }
#pictureViewer .picture-content .cover { position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; }
#pictureViewer .counter { position: absolute; bottom: 0; height: 40px; line-height: 40px; width: 100%; text-align: center; color: #808080; font-size: 13px; }
#pictureViewer .hide { display: none; }
#pictureViewer .left { float: left; }
#pictureViewer .right { float: right; }
#pictureViewer .clear-flex { clear: both; }
#pictureViewer img { max-width: 100%; max-height: 100%; }


/*text-info*/
.text-info { border-bottom: 1px solid #e4eaec; padding-bottom: 10px; margin-bottom: 10px; color: #a0a0a0; text-align: center}
.text-info span { margin-right: 30px; }
.nextinfo { line-height: 40px;   border-top: 1px solid #5acba5;border-bottom: 1px solid #5acba5;  margin-bottom: 60px; text-indent: 40px; padding: 30px 0}
.nextinfo a:hover { color: #355cad; }



/*product*/
.context #tab { overflow: hidden; border-bottom: 1px solid #d61a1a; }
.context #tab li { float: left; background: transparent; margin-right: 10px; cursor: pointer; }
.context #tab li a { color: #6a6a6a; display: block; padding: 8px 20px; font-size: 15px; border-radius: 5px 5px 0 0; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; border-bottom: 0; }
.context #tab li:hover a { color: #ffffff !important; background: #d61a1a; }
.context #tab li.current a { color: #fff; background: #d61a1a; display: block; }
.product-jianjie { margin-bottom: 20px; color: #333; }
.product-detail #outer { width: auto }
.product-detail-images { width: 36%; float: left; }
.product-detail-desc { width: 60%; float: right; }
.product-detail-desc h1 { font-size: 24px; margin-bottom: 20px; }
.product-detail-desc li { color: #5b5959; margin: 0 0 20px; font-weight: normal; }
a.btn-buy { background: #f9630b; color: #fff; display: block; width: 160px; text-align: center; line-height: 40px; border-radius: 20px; }
a.btn-buy:hover { background: #ff6a00; }
.cp-pics { display: none; }
.other-product { margin: 40px 0; overflow: hidden; }
.other-product li { float: left; width: 25%; overflow: hidden; text-align: center; margin: 20px 0; }
.other-product li i { display: block; overflow: hidden }
.other-product a { display: block; margin: 10px; box-shadow: #e8e8e8 2px 2px 10px; transition: all .5s; }
.other-product img { width: 100%; transition: all .5s; }
.other-product i:hover img { transform: scale(1.1); }
.other-product a:hover { box-shadow: #c5c5c5 0 1px 5px; }
.other-product span { display: block; padding: 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
h1.product-h1 { font-size: 24px; font-weight: normal; color: #444; margin-bottom: 20px; padding-bottom: 10px; }
.top { width: 40px; height: 40px; display: block; background: url(../image/top.png) no-repeat center #333; right: 20px; bottom: 10%; position: fixed }












/*about*/
.news_1{background: url(../image/about-bg-2.jpg) no-repeat top; height: 657px; width: 100%}
.about { text-align: center; padding: 0 0 30px 0;}
.about-img { float: left; width: 300px; overflow: hidden; }
.about-img img { width: 100%; margin:20px 0; }
.about-text { width:1124px; text-align: left; float:left; background: url(../image/about-bg-1.jpg) no-repeat top; margin-top:-66px;  z-index:1; position:absolute; margin-left: 12px }
.about-left{ float:left; margin-top:30px; }
.about-right{ float:right;margin-top:30px; padding-right: 80px; }

.about-text p { margin-bottom: 30px; font-size: 16px; }
.title-ch { font-size: 30px; margin-bottom: 30px; z-index: 3 }
.title-en { display: block; font-size: 72px; color: #eee; position: absolute; font-weight: normal; z-index: -1; }
.about-text .title-en { top: -10px; }
.about-text .btn-red { }


.slide_about .bd{ width:530px; height:500px; position:relative; margin:50px 50px 10px 50px; overflow:hidden }
.slide_about .bd ul{}
.slide_about .bd ul li{ position:relative; width:530px; height:500px;}
.slide_about .bd ul li img{ width:530px; height:315px;}
.slide_about .mask{  position:absolute;  width:530px;height:152px; background:url(../picture/newbg.jpg) no-repeat}
.slide_about .mask h5{ width:490px; font-size:18px; line-height:30px; color:#fff; text-align:left; padding:0; height:60px;font-weight: bold;margin: 20px 20px 0 20px;}
.slide_about .mask p{ color:#999999; font-size:16px; text-indent:32px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3;-webkit-box-orient: vertical; line-height: 24px;margin: 0 20px 0 20px;}

.slide_about .hd ul{   position:relative;   z-index:9; width:100%; display:inherit; text-align:center;   }
.slide_about .hd ul li{ cursor:pointer; display:inline-block;  }
.slide_about .hd ul li a{height:10px; width:10px; margin:0 12px; display:block;  border-radius: 50%;background:#c3c3c3; }
.slide_about .hd ul li a:hover{ background:#007751;  }
.slide_about .hd ul .on a{  background:#007751;  }





/*title-h2*/
.title-h2 { text-align: left; overflow: hidden; margin: 0; }
h2.title-h2-ch { font-size: 26px; position: relative;margin: auto; line-height: 66px;color: #fff; padding-left: 40px }
span.title-h2-en { font-size: 18px; color: #bfbfbf; margin-left:20px; }
.graybg span.title-h2-en { color: #dadada; }




/*title-h3*/
.title-h3 { text-align: right; overflow: hidden; margin: 55px 0 0 0;}
h3.title-h3-ch { position: relative; width:300px; margin: auto; font-size:26px;color: #fff;}
h3.title-h3-ch:before{ position: absolute; content: ""; width: 4px; height: 25px; background: #007751;top:5px; left:-20px;}
span.title-h3-en { font-size: 14px; color: #bfbfbf; margin-right:30px; }
.graybg span.title-h3-en { color: #dadada; }

.h3-list{ margin: 20px 0 0 0; width: 400px;text-align: left }
.h3-list li a{  margin:20px 0; border:1px solid #e6e5e5; width: 380px; height: 100px;box-shadow:7px 5px 0px 0px rgba(0,0,0,.1); display: block;border-radius:12px}
.h3-list li a:hover{color:#FFF; background: #336949;box-shadow:15px 15px 0px 0px rgba(0,0,0,.3); margin-left: -20px;}
.h3-list li a:hover b, .h3-list li a:hover p, .h3-list li a:hover span{color:#FFF;}
.h3-list li a b{ font-size: 16px; font-weight: bold;color:#366a4a; padding: 10px; line-height: 24px;display: block}
.h3-list li a p{ font-size: 16px; color:#333; line-height: 22px; text-indent: 0px; padding:0 20px 0 40px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3;-webkit-box-orient: vertical; line-height: 24px;}
.h3-list li a span{ font-size: 14px; color:#999; float: right;padding: 10px;display: block}

.h4-list{ margin: 30px 0 0 0; width: 400px;text-align: left}
.h4-list li a{ margin:30px 0; width: 380px; height: 85px;display: block}
.h4-list li a:hover{color:#FFF; background: #259451;margin-left: 10px;border-radius:12px}
.h4-list li a:hover b, .h3-list li a:hover p, .h3-list li a:hover span{color:#FFF;}
.h4-list li a b{ font-size: 36px; font-weight: bold;color:#FFF; padding: 10px; line-height: 40px;display: block}
.h4-list li a p{ font-size: 18px; color:#FFF; padding: 20px;padding-top:0px; display: block;float: left; width: 260px;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;line-height: 28px;}
.h4-list li a span{ font-size: 14px; color:#FFF; display: block; float: left;width: 77px; height: 85px; background: #c38555;text-align: center;border-radius:12px}





.product .left_4 {float:left;height:70px;  margin:40px 0; width:100%; background:#FFF}
.product .left_4 .title{ height:50px; line-height:50px; float: left;}
.product .left_4 .title span{height:70px;line-height:70px; display:block;color:#2c6241;font-size:28px; font-weight: bold;float:left; border-left:20px solid #2c6241; padding-left: 40px;}
.product .left_4 .link{ padding:0 0 0 40px;}
.product .left_4 ul{position:relative;}
.product .left_4 li{display:block;position:relative; float:left; padding: 0;font-size:18px;line-height:50px; }
.product .left_4 li a{ display:block;  position:relative; line-height:30px; color:#333; padding:0 10px;}
.product .left_4 a:hover{ filter: brightness(1.3); color:#0c6545;}
.product .left_4 .link li{  padding:20px 10px;}
.product .left_4 ul:before{content: "";position:absolute; display: block;border-top:0px solid #2c6241;border-bottom: 20px solid #2c6241;border-left: 240px solid #2c6241; margin:-20px 0 0 -220px;}


/*==========================================footer=============================================*/


footer { padding: 0; background: #242424; color: #fff; background-size: cover;  width:100% ; index:999;}
.loginfooter{ position:fixed; bottom:0} 
footer a { color: #cecece; }
footer a:hover { color: #fff; }
.copyright { text-align: center; background: #185d47; color: #fff; padding: 20px 0; font-size:14px}
.copyright a { color: #FFF; }



.index_footer{background: #333333;height:180px; background:url("../picture/footer_bg.jpg") top; height:200px; padding-top:25px}
.index_footer .foot_left{height: 120px;margin-top: 40px;border-right: 1px solid #c2c2c2;padding-right: 75px;}
.index_footer .foot_left img{}

.index_footer .foot_center{height: 120px;padding-left: 50px;margin-right: 85px;color: #FFF;}
.index_footer .foot_center ul{margin-top: 50px;}
.index_footer .foot_center ul li{color: #FFF;font-size: 14px;line-height:26px;}
.index_footer .foot_center ul li a{padding: 0px 15px;color: #FFF;font-size: 12px;transition: all 0.4s;}
.index_footer .foot_center ul li a:hover{color: #fff;}
.index_footer .foot_center p{color: #fff;font-size: 12px;line-height: 36px;}

.index_footer .foot_right{margin-top: 40px;color: #fff;font-size: 16px;text-align: center; margin-right:100px; line-height:40px;}






/*=======================内页==============================*/

.n_main_box{  margin-bottom:50px; position:relative; margin-top:-400px; z-index:3;}
.main_box{background:#fff}


/*==============当前位置=====================*/

.position{  line-height: 70px;top:0px; color:#FFF; background:url(../image/icon_home.jpg) right bottom no-repeat #f3f3f3; padding-left:22px; height:70px; border-bottom:1px solid #dedede}

.position span{ background:url(../image/list_ico_01.png) left center no-repeat; color:#999; text-indent:30px; display:block; width:120px; float:left;font-size:16px; font-weight: bold}

.position a, .position i{ font-size:16px; color:#999;}

.position em{ font-size:16px; color:#333; font-style:normal;}

.position a:hover{ color:#0c6545;}



/*==============n_content_left=====================*/

.n_left{ width:290px; float:left; overflow:hidden; background:#FFF;box-shadow:40px 40px 0px #cecece; height:auto; margin:30px 60px; padding-bottom: 200px;border:1px solid #7be6c2;;}

.n_left .title{ padding:10px 10px;text-align:left; background: url("../image/pic_left_0.jpg") bottom;  border-bottom:0; border-top:8px solid #3b6f3b; height:75px;}

.n_left .title span{ display:block; color:#3b6f3b; font-size:30px; font-weight:bold }

.n_left .title strong{ display:block; color:#3b6f3b; text-transform:uppercase; display:block;  font-size:16px; margin-top:5px; font-family:"Times New Roman", Times, serif; text-indent:15px;} 

.n_left {  }

.n_left .content{ margin-bottom:22px;;}

.n_left .content a{ display:block;  border-bottom:1px solid #d6d5d2; height:60px;  background:url(../image/icon_left_li.png) 20px center no-repeat; font-weight:normal }

.n_left .content a strong{ width:160px; margin:0 auto; display:block; position:relative; font-size:18px; color:#666; line-height:60px; height:60px; overflow:hidden; }

.n_left .content a:hover { border-bottom:1px solid #d6d5d2; background:url(../image/icon_left_li_on.png) 250px center  no-repeat  #858585; color:#FFF;}

.n_left .content a:hover strong{ color:#fff;}

.n_left a.on { border-bottom:1px solid #d6d5d2; background:url(../image/icon_left_li_on.png) 250px center  no-repeat  #3b6f3b; color:#FFF;}

.n_left a.on strong{  color:#fff;}

.n_left .link_box a{ display:block; margin-bottom:10px;}


/*==============n_content_right=====================*/

.n_right{ width:1170px;float:right; background:#fff; margin-top: 50px;}

.n_title{ position:relative;height:45px; padding-left:20px;line-height:30px; margin:50px 20px 10px 20px;}

.n_title:before{ position: absolute; content: ""; width: 4px; height: 35px; background: #007751;top:5px; left:0px;}

.n_title h1{ font-size:30px;display:inline-block; color:#666; line-height:45px; height:40px; font-weight:normal}


/*==============n_content=====================*/

.n_content{  padding:20px;}

.list-pic{}

.list-pic{overflow:hidden;}

.list-pic ul {  }

.list-pic li{ display:block; border:3px solid #fff; background:#f2f4f8;  width:298px; height:260px;  float:left; margin:20px 35px; overflow:hidden }

.list-pic li a{ display:block; }

.list-pic li img{ width:298px; height:200px;overflow:hidden }

.list-pic li h1{ display:block; text-align:center; font-size:16px; height:60px; padding:10px; line-height:50px; color:#444444; white-space: nowrap;overflow:hidden;text-overflow: ellipsis;}

.list-pic li:hover{  border:3px solid #0c6545;}

.list-pic li:hover h1{ color:#0c6545; }

.list-pic li:hover img{transform: scale(1.1);}



/*==============新闻中心=====================*/

.un_box2{}
.un_box2 li{ width:auto;}
.un_box2 li a{ border-top:1px solid #dfdfdf;padding:20px 15px;margin:0 20px; display:block; height:auto;}
.un_box2 li a:hover{ background:#f3f3f3}
.un_box2 li strong{ color:#336949; font-size:18px; display:block; line-height:30px;}
.un_box2 li span{padding:13px 0; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical; line-height:40px; font-size:24px; }
.un_box2 li p{ width:1000px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;line-clamp: 1;-webkit-box-orient: vertical; font-size:16px; color:#999999}