@charset "utf-8";
/* CSS Document */
/*全局样式
---------------------------------------------*/
*{margin:0px;padding:0px;}
p,ul,li,dl,dd,dt,form,h1,h2,h3,h4,h5,h6{list-style:none;}
p{ margin: 0px; }
fieldset,img{ border:0; }
a{text-decoration:none;}
.clear{clear:both;font-size:0px;height:0px;_height:0px;overflow:hidden; }
em, i { font-style: normal;}
textarea, input,button{word-wrap:break-word; word-break:break-all; padding:0px; border: 0px;font-family:'Microsoft YaHei'; font-size: 14px;}
/* Clear Fix */ 
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;} 
.clearfix{display:inline-block;} 
/* Hide from IE Mac */ 
.left{float:left; _display:inline;}
.right{float:right; _display:inline;}
.ovfl{ overflow:hidden;}
.mar{ margin:0px auto;}
.filter_bg{ filter: alpha(opacity=80); opacity: 0.8; }

/*网站样式
---------------------------------------------*/
body{background:#fff; color:#333; font-family:'Microsoft YaHei',宋体,Arial,Helvetica,'方正兰亭粗黑简体'; font-size: 12px;}
a{color:#333;text-decoration:none;cursor :pointer; outline: none;transition: all 0.6s;
-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;}
.transition1s{ transition: all 1s;
-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s; }
.radius5{-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */}
@media (min-width:1200px) 
{
    body{ font-size: 14px;  }
}
.imgbox {position:relative;overflow:hidden;width:100%;}
.imgbox:after {content:'';display:block;padding-top:75%;}
.imgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.imgbox:hover img {width:110%;transition:.36s width;}
/* CSS Header */
#header{ padding: 12px 0px; border-bottom: solid 1px #f5f5f5; }
#header .container{ position: relative; }
.headersp1{ height: 20px; margin-top: 13px; margin-right: 40px;}
.headersp1 a{ width: 20px; height: 20px; line-height: 20px; border-radius:50%; text-align: center; float: left; margin: 0px 6px; color: #fff; font-size: 12px;}
.headersp1 a:hover{ animation: swing 1s;  }
.logo{ width: 70%; }
.logo img{ max-width: 100%; }
.nav-trigger{ width:26px; height:26px; z-index:999; background: url(../images/micon.png) no-repeat; outline: 0px; cursor: pointer; position: absolute; top: 50%; margin-top: -13px; right: 15px; }
.navigation-is-visible .nav-trigger{ width: 32px; height: 30px; background: url(../images/icon11.png) no-repeat;  position: absolute; top: 50%; margin-top: -15px; left: 15px;}
.nav_transform1{position:absolute;top:0; left:20%; display: none; z-index:20;overflow-y:scroll; padding:20px 10px;width:80%;border:0;background:#FFFFFF; text-transform:none; overflow-scrolling:touch;}
.nav_transform1{transition:-webkit-transform .3s cubic-bezier(.86,0,.07,1);transition:transform .3s cubic-bezier(.86,0,.07,1);}
.navigation-is-visible .nav_transform1{-webkit-transform:none;transform:none; display:block;}
.nav-overlay{position:fixed;top:0;left:0; z-index:10;width:100vw;height:100vh;background:rgba(0,0,0,.6);opacity:0;transition:opacity .3s linear;pointer-events:none;}
.navigation-is-visible .nav-overlay{opacity:1;pointer-events:auto;}
.navp1{ padding: 10px 0px 10px 30px;  }
.navp1 img{ max-width: 90%; }
.navp2{ padding-left: 30px; font-size: 14px;}
.navp2 b{ font-size:16px; color: #005959; }
.navul{ width: 90%; margin: 15px auto 25px;}
.nav-item{position: relative; margin-bottom: 5px; }
.nav-item p{overflow: hidden;line-height: 40px;max-height:40px; font-size: 16px; padding: 0px 10px;}
.nav-item p i{ float: right; font-size:14px; color: #666; line-height: 40px;}
.nav-item.nav-show{border-bottom: none;}
.nav-item .msub{display:none; background:#f1f1f1; padding: 0px 16px; overflow:hidden; }
.nav-item .msub a{ line-height: 2; margin-bottom:5px; font-size: 1.3rem; display: block;}
.nav-item .msub a.on{ color:#005A5A;}
.nav-item.nav-show .msub{display: block;}
.nav-item p a{ float: left; }
.nav-show p i{transform:rotate(90deg);}
.nav-show.nav-item>p{ background:#f1f1f1;}
.nav-show>a:before,.nav-item>a:hover:before{opacity:1;}
#mnav{ overflow:hidden; margin: 6px 0px 12px 0px;}
#mnav a{ width: 25%; float: left; text-align: center; line-height: 33px; font-size: 14px;}
#mnav a.on{ color: #025a5a; font-weight: bold; }
@media (min-width:768px) 
{
    .logo{ width: 347px; }
    .headersp1{ margin-top: 20px; }
    #mnav a{ width: 14.2857%; line-height: 36px; font-size: 15px; }
}
@media (min-width:1200px) 
{
    #header{ height:115px; padding: 0px; border-bottom: 0px;}
    .logo{ margin-top:25px; }
    .headersp1{ width: 64px; height: 20px; margin-top: 45px; margin-right: 0px;}
    .headersp1 a{  margin: 0px 6px; }
    .headersp1 a:hover{ animation: swing 1s;  }
}

/* CSS nav */

.dnav{height:59px; margin-top:25px;  position:relative; z-index:999; float:left; margin-left: 35px;}
.dnav .nLi{ float:left;  position:relative; display:inline;  }
.dnav .nLi p{ float:left; font-weight:normal;  }
.dnav .nLi p a{ width:92px; height:59px; line-height: 59px;  display:block; text-align:center; margin:0px 6px; font-size:16px; font-weight: bold; color:#323339;  }
.dnav .nLi p a:hover{ color:#fff; background: #005959;}
.dnav .selectli{ float:left;  position:relative; display:inline;}
.dnav .selectli p{ float:left; font-weight:normal;  }
.dnav .selectli p a{ width:92px; height:59px; line-height: 59px;  display:block; text-align:center; margin:0px 6px; font-size:16px; font-weight: bold; color:#fff; background: #005959; }
.dnav .on p a{ width:92px; height:59px; line-height: 59px;  display:block; text-align:center; margin:0px 6px; font-size:16px; font-weight: bold; color:#fff; background: #005959; }
.dnav .sub{ display:none; width: 90px; left:6px; top:59px;  position:absolute; z-index:9999;   padding:5px 0; background-color:#f8f8f8; transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}
.dnav .sub li{ zoom:1; border-bottom:solid 1px #f1f1f1; height:35px; line-height:35px;float: left;}
.dnav .sub a{ display:block; padding:0 10px; font-size:14px;  transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;}
.dnav .sub a:hover{ color:#005959; }
.sub li:hover > a {
	padding-left: 18px;
}
.dnav li#nav_1 .sub{ width: 250px; }

.dnav .sub li.selectli1 a{ padding-left: 18px;color:#005959; }

/* CSS banner */
.banner{height:100%; text-align:center; overflow:hidden; margin:0px auto; width: 100%;}
.page_banner{  margin:0px auto;}
.page_banner img{ width: 100%; }
/* CSS Main */
#wrap{ width:100%; height:100%;  overflow:hidden; background:#f9f9f9 url(../images/bg4s.jpg) repeat-x top; padding-bottom: 30px;}
.wrap{ width:1200px; height:100%;  overflow:hidden;  }
.main{ width:1200px; height:100%;  overflow:hidden; margin:0px auto; background-color:#fff; }
/* CSS Home */
#chan1{ background: #005959; padding: 10px 0px;}
.chan1c{ width: 100%; line-height: 1.6;}
.chan1c a{ font-size: 14px; color: rgba(255,255,255,1); margin-right:15px;}
.chan1s{ width: 100%; margin-top: 15px;}
.search_txt{ width: 70%; padding: 0px 3px; float: left; height: 28px; line-height: 28px; background: none; border:solid 1px #037171; color:#037171;}
.chan1s input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(255,255,255,0.5);
}
.chan1s input:-moz-placeholder, textarea:-moz-placeholder {
  color: rgba(255,255,255,0.5);
}
.chan1s input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(255,255,255,0.5);
}
.chan1s input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(255,255,255,0.5);
}
.search_btn{ width: 72px; height: 28px; line-height: 28px; outline: none; font-size: 16px; background: url(../images/search_btn.jpg) no-repeat left; text-align: right; color: #fff; margin-left:10px; cursor: pointer;  }
@media (min-width:768px) 
{
    .chan1s{ width: 50%; }
}
@media (min-width:992px) 
{
    #chan1{ padding: 20px 0px; }
    .chan1c{ width: 70%; }
    .chan1s{ width: 30%; margin-top: 0px; }
}
@media (min-width:1200px) 
{
#chan1{ height: 55px; padding: 0px; }
.chan1c{ width: 750px; height: 55px; line-height: 55px; overflow: hidden; }
.chan1c a{ font-size: 16px;  margin-right:18px;}
.chan1c a:hover{ text-decoration:underline; }
.chan1s{ width: 270px; height: 26px; margin-top: 13px; }
.search_txt{ width: 180px; padding: 0px 3px; height: 24px; line-height: 24px; background: none; border:solid 1px #037171; color:#037171; }
.search_btn{ width: 72px; height: 26px; line-height: 26px; outline: none; font-size: 16px; background: url(../images/search_btn.jpg) no-repeat left; text-align: right; color: #fff; margin-left:10px; cursor: pointer;  }
}
.chan2{ width: 1200px; height: 270px; background: url(../images/bg2.jpg) no-repeat; position: relative; margin-top: 30px; }
/*.chan2 a.btn { height: 37px; border-radius:15px;  line-height: 37px; width: 120px; background: #6A9217; color: #fff; font-size: 16px; font-weight: bold; text-align: center; position: absolute; bottom: 40px;  }
.chan2 a.btn:hover{ background: #ECC649; color: #005959;}*/
.chan2a1{ right: 495px; }
.chan2a2{ right: 360px; }
.chan2a3{ right: 225px; }
.mchan2{ margin-top: 20px; }
.mchan2 img{ width: 100%; }

#mabout{ margin-top: 25px; overflow:hidden; }
.mabout_img{ overflow:hidden;}
.mabout_img img{ width: 100%; }
.mabout_p1{ margin-top: 15px; height: 34px; line-height: 34px; font-size:20px; overflow:hidden; font-weight: bold; color: #005959;}
.mabout_p1 a{ color: #005959; }
.mabout_01{ line-height: 1.8; margin-top: 10px; }
.mabout_p2{ overflow:hidden; margin-top: 10px; }
.mabout_p2 a{ float: left; margin-top: 6px; margin-left: 1%; margin-right: 1%; width: 48%; height: 38px; line-height: 38px; text-align: center; border:solid 1px #005959; color: #397d5a; font-size: 16px; font-weight: bold;}
@media (min-width:768px) 
{
    .mabout_img{ width: 45%; float: left; margin-top: 30px;}
    .mabout_txt{ width: 52%; float: right; margin-top: 0px; }
}
@media (min-width:992px) 
{
    .mabout_img{ margin-top: 0px;}
    .mabout_p1{ font-size: 25px; }
    .mabout_01{ margin-top: 18px; }
}

.about{ width:1200px; height:350px; margin-top:45px; background: url(../images/bg3.jpg) no-repeat;}
.about_p1{ height:76px; line-height: 76px; overflow:hidden; background: url(../images/line1.jpg) repeat-x bottom; font-weight: bold; font-size: 28px;}
.about_p1 span{ color: #005959; }
.more_01{ margin-top:6px; margin-right:2px;}
.about_a2{ width:411px; height:313px; margin-right:15px; margin-top: 35px; margin-left: 35px; position: relative; }
.about_a2 span{ width: 400px; height: 200px; background: #35363C; position: absolute; bottom: 0px; right: 0px; z-index: 1; transition: all 0.5s;}
.about_a2:hover span{ bottom: 5px; right: 5px;}
.about_a2 img{ width:399px; height:300px; position: absolute; top: 0px; left: 0px; z-index: 3;}
.about_01{ width:695px; height:180px; line-height:30px; margin-top:16px; text-indent: 2em; overflow: hidden;}
.about1{ width: 695px; margin-top: 5px; }
.about_p2{ height: 40px; margin-top: 25px; }
.about_p2 a{ width: 153px; height: 38px; line-height: 38px; text-align: center; border:solid 1px #005959; color: #397d5a; font-size: 16px; font-weight: bold; float: left; margin-right: 22px;}
.about_p2 a:hover{ border:solid 1px #3C7D5A; background: #6A9217; color: #fff; }

#mnews{ border-bottom:solid 1px #1A6A6A; background: #005959; padding-top: 20px; margin-top: 25px; overflow:hidden; }
#mnews a{ float: left; width: 100%; padding-left: 100px; position: relative; }
.mnews{ overflow:hidden;  }
.mnewssp1{ width: 88px; height: 50px; padding-top: 5px; background: url(../images/icon4.jpg) no-repeat; position: absolute; top: 9px; left: 0px; font-size: 25px; color: #005959; text-align: center; }
.mnewsp1{ height: 32px; line-height: 32px; overflow:hidden; color: #fff; font-size: 16px; }
.mnewsp2{ height: 36px; line-height: 18px; margin-top: 3px; overflow:hidden; color: #C3D0D0; }


#news{ height: 204px; min-width: 1200px; border-bottom:solid 1px #1A6A6A; background: #005959; margin-top:55px;}
.news{ width:1200px; height:204px;}
.news .bd{ padding-top:50px; }
.news .bd li{ width:570px; float: left; height: 95px; position: relative; margin: 0px 15px; }
.newssp1{ width: 88px; height: 50px; padding-top: 5px; background: url(../images/icon4.jpg) no-repeat; position: absolute; top: 9px; left: 0px; font-size: 25px; color: #005959; text-align: center; }
.newsp1{ width: 465px; transition: all 0.5s; height: 39px; line-height: 39px; position:absolute; top: 0px; right: 0px; font-size: 16px; font-weight: bold; color: #fff;}
.newsp2{ width: 465px; height: 54px; line-height: 27px; position:absolute; top: 41px; right: 0px; color: #C3D0D0;}
.news .bd li a:hover .newsp1{ padding-left: 5px; width: 460px;}

#mproducts{ background: url(../images/bg1.jpg) repeat-x top; overflow:hidden;  }
.mproducts_p1{ margin-top: 15px; overflow:hidden; }
.mproducts_p1 a{ color: #F6CC47; float: left; width: 100%;}
.mproducts_a1{ font-size:22px; font-weight: bold; line-height: 45px; margin-top: 10px;}
.mproducts_a1 img{ margin-right: 20px; float: left; margin-top: 7px;}
.mproducts_a1 span{ float: left; }
.mproducts_a2{ background: url(../images/icon2.png) no-repeat left center; padding-left: 55px;}
.mproducts_a2 span{ float: left; width: 100%; }
.mproducts_a2sp1{ font-size:20px; }
.mproducts_a2sp2{ font-size: 14px; }
.mproducts1{ overflow:hidden; margin-top: 15px;}
.mproducts1 a{ width: 50%; border-right: solid 1px #fff; float: left; border-bottom: solid 1px #fff; height:55px; line-height: 55px; padding-left: 40px; padding-right: 4px; background-position: 13px center; background-repeat: no-repeat; }
.mproducts1 a span{ font-size: 14px; }
.mproducts1 a.mproductsli1{ background-color: #F0EEEE;  }
.mproducts1 a.mproductsli0{ background-color: #F6F6F6;  }
.mproducts1 a#mproductsli1{ background-image: url(../images/picon1.png); }
.mproducts1 a#mproductsli2{ background-image: url(../images/picon2.png); }
.mproducts1 a#mproductsli3{ background-image: url(../images/picon3.png); }
.mproducts1 a#mproductsli4{ background-image: url(../images/picon4.png); }
.mproducts1 a#mproductsli5{ background-image: url(../images/picon5.png); }
.mproducts1 a#mproductsli6{ background-image: url(../images/picon6.png); }
.mproducts1 a#mproductsli7{ background-image: url(../images/picon7.png); }
.mproducts1 a#mproductsli8{ background-image: url(../images/picon8.png); }
.mproducts1 a#mproductsli9{ background-image: url(../images/picon9.png); }
.mproducts1 a#mproductsli10{ background-image: url(../images/picon10.png); }
.mproducts1 a#mproductsli11{ background-image: url(../images/picon11.png); }
.mproducts1 a#mproductsli12{ background-image: url(../images/picon12.png); }
.mproducts1 a#mproductsli13{ background-image: url(../images/picon13.png); }
.mproducts1 a#mproductsli14{ background-image: url(../images/picon14.png); }
.mproducts1 a#mproductsli15{ background-image: url(../images/picon15.png); }
.mproducts1 a#mproductsli16{ background-image: url(../images/picon16.png); }
.mproductsr{ margin-top: 15px; overflow:hidden;  }
.mproducts_img{ border: solid 1px #dedede; }
.mproducts_txt{ height: 32px; line-height: 32px; overflow:hidden;  }
@media (min-width:768px) 
{
    .mproducts_p1{ margin-top: 25px; }
    .mproducts_p1 a{width: 300px; }
    .mproducts1 a{ width: 33.3%; }
    .mproducts_p1 a.mproducts_a1{ float: left; margin-top: 0px;}
    .mproducts_p1 a.mproducts_a2{ float: right; }
}
@media (min-width:992px) 
{
    .mproducts1 a{ width: 33.3%; }
    .mproducts_a1{ font-size: 25px; }
}

#products{ background: url(../images/bg1.jpg) repeat-x top;}
.products{ width:1200px; height:100%;}
.products_p1{ height: 100px; position: relative; width: 1200px; }
.products_p1 a{ position: absolute; color: #F6CC47; line-height: 100px; width: 300px; }
.products_p1 a img{ float: left; }
.products_p1 a span{ float: left; }
.products_a1{ font-size:28px; font-weight: bold;}
.products_a1 img{ margin-top: 32px; margin-right: 20px; }
.products_a2{ font-size:30px; right: 0px;  }
.products_a2 img{ margin-top: 32px; margin-right: 15px; }
.products_a3{ font-size:20px; right: 20px;  }
.products_a3 img{ margin-top: 32px; margin-right: 15px; }
.products_p1 a:hover img{ animation: swing 1s; }
.products1{ height: 100%; overflow: hidden; }
.products1 .hd{ width: 280px; }
.products1 .hd li a{ float: left; width: 280px;}
.products1 .hd li a i{ float: left; margin-left: 25px; width: 22px; height: 100%;}
.products1 .hd li a span{ float: left; margin-left: 15px; font-size: 16px; }
.products1 .hd li.productsli1 a{ height:68px; line-height: 68px; background: #F0EEEE;  }
.products1 .hd li.productsli0 a{ height:65px; line-height: 65px; background: #F6F6F6;  }
.products1 .hd li#productsli1 a i{ background: url(../images/picon1.png) no-repeat center; }
.products1 .hd li#productsli2 a i{ background: url(../images/picon2.png) no-repeat center; }
.products1 .hd li#productsli3 a i{ background: url(../images/picon3.png) no-repeat center; }
.products1 .hd li#productsli4 a i{ background: url(../images/picon4.png) no-repeat center; }
.products1 .hd li#productsli5 a i{ background: url(../images/picon5.png) no-repeat center; }
.products1 .hd li#productsli6 a i{ background: url(../images/picon6.png) no-repeat center; }
.products1 .hd li#productsli7 a i{ background: url(../images/picon7.png) no-repeat center; }
.products1 .hd li#productsli8 a i{ background: url(../images/picon8.png) no-repeat center; }
.products1 .hd li#productsli9 a i{ background: url(../images/picon9.png) no-repeat center; }
.products1 .hd li#productsli10 a i{ background: url(../images/picon10.png) no-repeat center; }
.products1 .hd li#productsli11 a i{ background: url(../images/picon11.png) no-repeat center; }
.products1 .hd li#productsli12 a i{ background: url(../images/picon12.png) no-repeat center; }
.products1 .hd li#productsli13 a i{ background: url(../images/picon13.png) no-repeat center; }
.products1 .hd li#productsli14 a i{ background: url(../images/picon14.png) no-repeat center; }
.products1 .hd li#productsli15 a i{ background: url(../images/picon15.png) no-repeat center; }
.products1 .hd li#productsli16 a i{ background: url(../images/picon16.png) no-repeat center; }
.products1 .hd li a:hover{ background: #6A9217; color: #fff; }
.products1 .hd li#productsli1 a:hover i{ background: url(../images/picon1h.png) no-repeat center; }
.products1 .hd li#productsli2 a:hover i{ background: url(../images/picon2h.png) no-repeat center; }
.products1 .hd li#productsli3 a:hover i{ background: url(../images/picon3h.png) no-repeat center; }
.products1 .hd li#productsli4 a:hover i{ background: url(../images/picon4h.png) no-repeat center; }
.products1 .hd li#productsli5 a:hover i{ background: url(../images/picon5h.png) no-repeat center; }
.products1 .hd li#productsli6 a:hover i{ background: url(../images/picon6h.png) no-repeat center; }
.products1 .hd li#productsli7 a:hover i{ background: url(../images/picon7h.png) no-repeat center; }
.products1 .hd li#productsli8 a:hover i{ background: url(../images/picon8h.png) no-repeat center; }
.products1 .hd li#productsli9 a:hover i{ background: url(../images/picon9h.png) no-repeat center; }
.products1 .hd li#productsli10 a:hover i{ background: url(../images/picon10h.png) no-repeat center; }
.products1 .hd li#productsli11 a:hover i{ background: url(../images/picon11h.png) no-repeat center; }
.products1 .hd li#productsli12 a:hover i{ background: url(../images/picon12h.png) no-repeat center; }
.products1 .hd li#productsli13 a:hover i{ background: url(../images/picon13h.png) no-repeat center; }
.products1 .hd li#productsli14 a:hover i{ background: url(../images/picon14h.png) no-repeat center; }
.products1 .hd li#productsli15 a:hover i{ background: url(../images/picon15h.png) no-repeat center; }
.products1 .hd li#productsli16 a:hover i{ background: url(../images/picon16h.png) no-repeat center; }
.products1 .bd{ padding-left: 10px; }
.products1 .bd ul{ width: 910px; background: #F6F6F6; height: 1065px; padding: 0px 20px;}
.products1 .bd ul li{ float: left; margin: 15px 12px 0px 12px;}
.products1 .bd ul li a{ width: 264px; padding: 10px; border:solid 1px #DBDADA; float: left;}
.productsp1{ width: 244px; height: 183px; overflow: hidden; text-align: center;}
.productsp1 img{ max-width:244px; height:183px; transition: all 0.6s; }
.productsp2{ height: 43px; line-height: 43px; }
.productssp1{ width: 170px; height: 43px; overflow: hidden; font-size: 16px; }
.productssp2{ color: #606060; }
.products1 .bd ul li a:hover{ background: #005959; color: #fff;}
.products1 .bd ul li a:hover .productsp1 img{ transform:scale(1.05); }
.products1 .bd ul li a:hover .productssp2{ color: #fff; }

.chan3{ width: 1200px; height: 73px;  }
.chan3c{ height: 73px; line-height: 73px; }
.chan3c a{ color: #F6CC47; float: left;}
.chan3c a img{ float: left; }
.chan3c a span{ float: left; }
.chan3c_a1{ font-size:28px; font-weight: bold;}
.chan3c_a1 img{ margin-top: 20px; margin-right: 20px; }
.chan3c_a2{ font-size:20px;  margin-left: 30px; }
.chan3c_a2 img{ margin-top: 20px; margin-right: 15px; }
.chan3c a:hover img{ animation: swing 1s; }
.chan3s{ width: 270px; height: 26px; margin-top: 23px; }
.chan3s input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(255,255,255,0.5);
}
.chan3s input:-moz-placeholder, textarea:-moz-placeholder {
  color: rgba(255,255,255,0.5);
}
.chan3s input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(255,255,255,0.5);
}
.chan3s input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(255,255,255,0.5);
}
.xchan3{ width: 1200px; height: 155px; overflow: hidden; }
.xchan3c{ height: 70px; line-height: 70px; border-bottom: solid 1px #0E6363; overflow: hidden;}
.xchan3cl{ color: rgba(246,204,68,0.6); }
.xchan3cl a{ color: rgba(246,204,68,0.6); }
.xchan3cl a:hover{ color: rgba(246,204,68,1); }
.xchan3cr{ width: 300px; height: 35px; line-height: 35px;  margin-top: 18px; overflow:hidden; border-radius: 20px; padding:0px 30px; background:rgba(246,204,68,0.2);}
.xsearch_txt{ width: 80%; outline: none; float: left; height: 35px; line-height: 35px; background: none; color:rgba(255,255,255,0.5);}
.xsearch_btn{ width: 16px; height: 35px; line-height: 35px; float: right; outline: none; background: url(../images/xpicon1.png) no-repeat center; cursor: pointer;  }
.xchan3cr input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(255,255,255,0.5);
}
.xchan3cr input:-moz-placeholder, textarea:-moz-placeholder {
  color: rgba(255,255,255,0.5);
}
.xchan3cr input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(255,255,255,0.5);
}
.xchan3cr input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(255,255,255,0.5);
}
.xchan3s{ overflow: hidden; height: 85px; line-height: 85px; color: #f6cc44;}
.xchan3s a{ color: #f6cc44; }
.xchan3sl{ font-size: 28px; font-weight: bold; }
.xchan3sr a{ float: right; }
.xchan3sra1{ background:url(../images/xpicon3.png) no-repeat left center; padding-left: 40px; font-size: 20px; font-weight: bold; }
.xchan3sra2{ margin-right: 45px; background:url(../images/xpicon2.png) no-repeat left center; padding-left: 40px; font-size: 28px; font-weight: bold; }



#mchan3{ padding-top: 15px; overflow:hidden;  }
.mchan3l{ overflow:hidden; }
.mchan3l a{ float: left; height: 30px; line-height: 30px; background:url(../images/xpicon2.png) no-repeat left center; padding-left: 34px; font-size: 23px; color:#F6CC47; font-weight: bold;}
.mchan3r{ margin-top: 15px; overflow:hidden; height: 33px; line-height: 33px; border-radius: 15px; padding:0px 15px; background:rgba(246,204,68,0.2); }
.mchan3r input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(255,255,255,0.5);
}
.mchan3r input:-moz-placeholder, textarea:-moz-placeholder {
  color: rgba(255,255,255,0.5);
}
.mchan3r input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(255,255,255,0.5);
}
.mchan3r input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(255,255,255,0.5);
}
.msearch_txt{ width: 80%; outline: none; float: left; height: 33px; line-height: 33px; background: none; color:rgba(255,255,255,0.5);}
.msearch_btn{ width: 16px; height: 32px; line-height: 32px; float: right; outline: none; background: url(../images/xpicon1.png) no-repeat center; cursor: pointer;  }
@media (min-width:768px) 
{
    #mchan3{ padding-top: 30px; }
    .mchan3l{ float: left; width: 40%;}
    .mchan3r{ float: right; width: 50%; margin-top:0px;  }
}
@media (min-width:992px) 
{
    .mchan3r{ width: 35%; }
}

/* CSS Footer */
#mfooter{ background:#005959; padding: 30px 0px 20px 0px; color:#B8C7C7;}
#mfooter a{ color:#B8C7C7; }
.mfooterlp1{ overflow:hidden;}
.mfooterlp1 img{ max-width: 100%; }
.mfooterlp2{ margin-top: 10px; line-height: 1.7; }
.mfooterlp2 a{ margin-left: 10px; }
.mfooterr{ line-height: 1.8; margin-top: 10px;}
.links a{ margin-right: 10px; }

.footer{width:1200px;  color:#B8C7C7;   margin:0px auto;}
.footer a{ color:#B8C7C7;}
.footer a:hover{ text-decoration:underline; color: #fff;}
#footer{  background:#005959;  overflow:hidden; min-width: 1200px; padding: 10px 0px 30px 0px;}
.footer_01{ margin-top:35px; width: 330px;}
.footer_p1{ line-height: 20px; margin-top: 10px;  }
.footer_02{ margin-top:30px; margin-left: 30px; line-height: 36px;}
.weixin{ margin-top:60px; }
.footer_sp1{ width: 1px; height: 90px; margin-top: 43px; margin-left: 25px; background: #438383;}


/*CSS Left_side*/
.left_side{ width:280px;  float:left; display:inline;} 
.left_sideul li a{ float: left; width: 280px;}
.left_sideul li a i{ float: left; margin-left: 25px; width: 22px; height: 100%;}
.left_sideul li a span{ float: left; margin-left: 15px; font-size: 16px; }
.left_sideul li.productsli1 a{ height:68px; line-height: 68px; background: #F0EEEE;  }
.left_sideul li.productsli0 a{ height:65px; line-height: 65px; background: #f5f5f5;  }
.left_sideul li#productsli1 a i{ background: url(../images/picon1.png) no-repeat center; }
.left_sideul li#productsli2 a i{ background: url(../images/picon2.png) no-repeat center; }
.left_sideul li#productsli3 a i{ background: url(../images/picon3.png) no-repeat center; }
.left_sideul li#productsli4 a i{ background: url(../images/picon4.png) no-repeat center; }
.left_sideul li#productsli5 a i{ background: url(../images/picon5.png) no-repeat center; }
.left_sideul li#productsli6 a i{ background: url(../images/picon6.png) no-repeat center; }
.left_sideul li#productsli7 a i{ background: url(../images/picon7.png) no-repeat center; }
.left_sideul li#productsli8 a i{ background: url(../images/picon8.png) no-repeat center; }
.left_sideul li#productsli9 a i{ background: url(../images/picon9.png) no-repeat center; }
.left_sideul li#productsli10 a i{ background: url(../images/picon10.png) no-repeat center; }
.left_sideul li#productsli11 a i{ background: url(../images/picon11.png) no-repeat center; }
.left_sideul li#productsli12 a i{ background: url(../images/picon12.png) no-repeat center; }
.left_sideul li#productsli13 a i{ background: url(../images/picon13.png) no-repeat center; }
.left_sideul li#productsli14 a i{ background: url(../images/picon14.png) no-repeat center; }
.left_sideul li#productsli15 a i{ background: url(../images/picon15.png) no-repeat center; }
.left_sideul li#productsli16 a i{ background: url(../images/picon16.png) no-repeat center; }
.left_sideul li#productsli17 a i{ background: url(../images/picon16.png) no-repeat center; }
.left_sideul li a:hover{ background: #6A9217; color: #fff; }
.left_sideul li#productsli1 a:hover i{ background: url(../images/picon1h.png) no-repeat center; }
.left_sideul li#productsli2 a:hover i{ background: url(../images/picon2h.png) no-repeat center; }
.left_sideul li#productsli3 a:hover i{ background: url(../images/picon3h.png) no-repeat center; }
.left_sideul li#productsli4 a:hover i{ background: url(../images/picon4h.png) no-repeat center; }
.left_sideul li#productsli5 a:hover i{ background: url(../images/picon5h.png) no-repeat center; }
.left_sideul li#productsli6 a:hover i{ background: url(../images/picon6h.png) no-repeat center; }
.left_sideul li#productsli7 a:hover i{ background: url(../images/picon7h.png) no-repeat center; }
.left_sideul li#productsli8 a:hover i{ background: url(../images/picon8h.png) no-repeat center; }
.left_sideul li#productsli9 a:hover i{ background: url(../images/picon9h.png) no-repeat center; }
.left_sideul li#productsli10 a:hover i{ background: url(../images/picon10h.png) no-repeat center; }
.left_sideul li#productsli11 a:hover i{ background: url(../images/picon11h.png) no-repeat center; }
.left_sideul li#productsli12 a:hover i{ background: url(../images/picon12h.png) no-repeat center; }
.left_sideul li#productsli13 a:hover i{ background: url(../images/picon13h.png) no-repeat center; }
.left_sideul li#productsli14 a:hover i{ background: url(../images/picon14h.png) no-repeat center; }
.left_sideul li#productsli15 a:hover i{ background: url(../images/picon15h.png) no-repeat center; }
.left_sideul li#productsli16 a:hover i{ background: url(../images/picon16h.png) no-repeat center; }
.left_sideul li#productsli17 a:hover i{ background: url(../images/picon16h.png) no-repeat center; }
.left_sideul li.selectli a{ background: #6A9217; color: #fff; }
.left_sideul li#productsli1.selectli a i{ background: url(../images/picon1h.png) no-repeat center; }
.left_sideul li#productsli2.selectli a i{ background: url(../images/picon2h.png) no-repeat center; }
.left_sideul li#productsli3.selectli a i{ background: url(../images/picon3h.png) no-repeat center; }
.left_sideul li#productsli4.selectli a i{ background: url(../images/picon4h.png) no-repeat center; }
.left_sideul li#productsli5.selectli a i{ background: url(../images/picon5h.png) no-repeat center; }
.left_sideul li#productsli6.selectli a i{ background: url(../images/picon6h.png) no-repeat center; }
.left_sideul li#productsli7.selectli a i{ background: url(../images/picon7h.png) no-repeat center; }
.left_sideul li#productsli8.selectli a i{ background: url(../images/picon8h.png) no-repeat center; }
.left_sideul li#productsli9.selectli a i{ background: url(../images/picon9h.png) no-repeat center; }
.left_sideul li#productsli10.selectli a i{ background: url(../images/picon10h.png) no-repeat center; }
.left_sideul li#productsli11.selectli a i{ background: url(../images/picon11h.png) no-repeat center; }
.left_sideul li#productsli12.selectli a i{ background: url(../images/picon12h.png) no-repeat center; }
.left_sideul li#productsli13.selectli a i{ background: url(../images/picon13h.png) no-repeat center; }
.left_sideul li#productsli14.selectli a i{ background: url(../images/picon14h.png) no-repeat center; }
.left_sideul li#productsli15.selectli a i{ background: url(../images/picon15h.png) no-repeat center; }
.left_sideul li#productsli16.selectli a i{ background: url(../images/picon16h.png) no-repeat center; }
.left_sideul li#productsli17.selectli a i{ background: url(../images/picon17h.png) no-repeat center; }


.pcontact_us{ width:206px; height:250px;  margin-top:40px;}
.pcontact_p1{ height:138px;}
.pcontact_usa1{ float:left; margin-top:12px; margin-left:1px;}
.pcontact_us_01{ width:265px; height:105px; line-height:22px; margin-top:5px; color:#696868;}
/*CSS Right_side*/
.right_side{ overflow:hidden; background:#fff; margin-top: 20px; padding: 5px; }
.right_title{ overflow:hidden; margin-top: 20px;  }
.right_title_left{ font-size:20px; color:#f6cc44; font-weight: bold;}
.right_title_right{ height: 30px; line-height: 30px; color:rgba(255,255,255,0.6); }
.right_title_right a{ color:rgba(255,255,255,0.6);}
.right_title_right a:hover{ text-decoration:underline; color: #fff;}
.right_title_right_sp1{ width:14px; height:13px; margin-top:8px; background:url(../images/page_icon.png) no-repeat; float:left;  margin-right:5px;}
.right_title_right_sp2{ float:left;}
.right_content{ min-height:400px;  }
@media (min-width:768px) 
{
    .right_title{ margin-top: 25px; }
    .right_title_left{ float: left; height: 30px; line-height: 30px;}
    .right_title_right{ float: right; }
    .right_content{   padding:0px;  }
}
@media (min-width:992px) 
{
    .right_side{ padding: 10px; }
}
@media (min-width:1200px) 
{
    .left_side{ margin-top: 15px; }
.right_side{ width:900px; height:100%; margin-top: 15px; padding: 20px; float:right; display:inline;}
.right_title{ height:74px; line-height: 74px; margin-top: 0px; }
.right_title_left{  font-size:23px;  }
.right_title_right_sp1{ margin-top:32px; }
.right_content{  min-height:1090px;font-size: 15px;}
.logo1{ margin-bottom: 10px; }
}
/* CSS company */
.xcompay1{ background:#fff; margin-top:20px; padding: 10px;}
.xcompay1t{ text-align: center; }
.xcompay1t a{ font-size: 20px; color: #005959; font-weight: bold; }
.xcompay1ft{ background:url(../images/xlines1.jpg) repeat-x center; text-align: center; margin-top: 5px; }
.xcompay1ft span{ color: #888; display: inline-block; padding: 0px 10px; background:#fff; }
.xcompay1_img{ overflow: hidden; margin-top: 15px; text-align: center; }
.xcompay1_img img{ max-width: 100%; }
.xcompay1_txt{ margin-top: 15px; line-height: 2; color: #666;}
.xcompay2{ margin-top: 20px; background:#005959; overflow: hidden; padding: 15px;}
.xcompay2 a{ width: 48%; float: left; margin: 5px 1%; text-align: center;}
.articleys_p1{ font-size: 20px; color: #fff; }
.articleys_p1 p{ display: inline-block; position: relative; padding: 0px 10px;}
.articleys_p1 p span{ position: relative; z-index: 2; }
.articleys_p1 i{ position: absolute; right: 0px; bottom: -7px; z-index: 1; margin-top: 10px; width:20px; height: 20px; border-radius: 50%;  background:#f6cc44;  }
.articleys_p2{ color: rgba(255,255,255,0.6); line-height: 20px; height: 40px; width: 80%; margin: 10px auto 0px;}
.xcase{ overflow: hidden; margin-top: 15px; }
.xcase_img{ border: solid 1px #dedede; }
.xcase_txt{ text-align: center; height: 32px; line-height: 32px; overflow: hidden; margin-top: 5px; }
.xomhonor{ overflow: hidden; margin-top: 10px; }
.xomhonor_img{ text-align: center; }
.xomhonor_img img{ max-width: 100%; }
.xomhonor_txt{ margin-top: 10px; overflow: hidden; }
.xomhonor_txt a{ width: 100%; float: left; height: 28px; line-height: 28px; color: #666; overflow: hidden; }
.xproc{ overflow: hidden; margin-top: 10px; }
.xproc a{ width: 48%; margin:0px 1%;  float: left; height: 30px; line-height: 30px; overflow: hidden; color: #666;}
@media (min-width:768px) 
{
    .xcompay1{ padding: 15px; }
    .xomhonor_txt a{ width: 48%; float: left; margin: 0px 1%; }
}
@media (min-width:992px) 
{
    .xcompay1{ padding: 20px; }
    .xcompay1ft{ width: 80%; margin: 5px auto 0px; }
    .xcompay1ft span{ padding: 0px 20px; }
    .xcompay2 a{ width: 23%; background:url(../images/xlines2.jpg) repeat-y right; }
    .xcompay2 a:last-child{ background:none;  } 
    .xcompay2{ padding: 20px 25px; }
    .articleys_p1{ font-size: 22px; }
    .articleys_p2{ width: 70%; }
    .xomhonor_img{ width: 50%; float: right; }
    .xomhonor_txt{ width: 40%; float: left; }
    .xproc a{ width: 31%; }
}
@media (min-width:1200px) 
{
    .xcompay1{ padding: 45px; }
    .xcompay1t a{ font-size: 30px; }
    .xcompay1ft{ margin: 10px auto 0px; }
    .xcompay1ft span{ padding: 0px 30px; }
    .xcompay1_img{ margin-top: 40px; }
    .xcompay1_img1{ float: left; }
    .xcompay1_img2{ float: left; margin-top: 55px; margin-left: 30px;}
    .xcompay1_txt{ margin-top: 30px; font-size: 15px; }
    .xcompay2{ padding: 45px;}
    .xcase{ margin-top: 35px; }
    .articleys_p1{ font-size: 26px; }
    .articleys_p2{ width: 70%; font-size: 15px; margin-top: 20px;}
    .xomhonor{ margin-top: 35px; }
    .xomhonor_img{ width: 65%; margin-top: 20px;}
    .xomhonor_txt{ width: 28%; margin-top: 0px;}
    .xomhonor_txt a{ width: 100%; margin: 0px; font-size: 16px; line-height: 34px; height: 34px; }
    .xproc{ margin-top: 35px; }
    .xproc a{ width: 23%; height: 36px; line-height: 36px; font-size: 16px;}
}
 
.contct1ul{ overflow: hidden; margin-top: 5px;}
.contct1ul li{ margin:15px 0px 10px 0px; text-align: center; }
.contct1lip2{ font-size: 18px; font-weight: bold; color: #005959; margin: 2px 0px; }
.contct1lip3{ color: #888; }
.contct1c{ color: #666; overflow: hidden; margin-top: 20px; padding-top: 15px; border-top: solid 1px #f5f5f5;}
.contct1c a{ color: #666; }
.contct1c_cc{ line-height: 2; font-size: 13px; }
.contct2{  text-align: center; overflow: hidden;}
.contct2 img{ width: 100%; display: inline-block;}
@media (min-width:768px) 
{
    .contct1ul li{ width: 31%; float: left;  margin:15px 1.1% 10px 1.1%;  }
}
@media (min-width:992px) 
{
    .contct1lip2{ font-size: 20px; margin: 4px 0px;}
}
@media (min-width:1200px) 
{
    .contct1ul{ margin-top: 30px; }
    .contct1lip1{ font-size: 16px; }
    .contct1lip2{ font-size: 30px; margin: 12px 0px 16px 0px;}
    .contct1c{ width: 970px; margin-top: 45px; margin-left: auto; margin-right: auto; padding-top: 40px; }
    .contct1c_wx{ float: left; position: relative; height: 100px; padding-top: 20px; line-height: 30px; padding-left: 120px;}
    .contct1c_wx img{ width: 100px; height: 100px; position: absolute; top: 0px; left: 0px; }
    .contct1c_cc{ float: right; width: 600px; line-height: 33px; margin-top: 15px; font-size: 16px; }
}


/* CSS News */
#indexNews{ padding:5px 0px; }
#indexNews li{ border-bottom:#D9D9D9 1px dotted; height: 100%; overflow: hidden; padding:20px 5px 30px 5px; }
#indexNews li a{  transition: all 0.1s; }
.indexNews_l{ width: 105px;overflow: hidden;}
.indexNews_l div{ width: 105px; height: 105px; background:#F2F5FA; position: relative;background:url(../images/time.png)  }
.indexNews_lsp1{ line-height:1.8; text-align: center; font-size: 54px; color: #b1b1b1; float: left; width: 100%; transition: all 0.5s;}
.indexNews_lsp2{ line-height:1.3; font-size: 13px; color: #b1b1b1;position: absolute; top: 55px; right: 10px; background-color: #f2f5fa;}
.indexNews_r{ width:720px; overflow: hidden;}
.indexNews_rp1{ line-height:1.8; font-size: 18px; font-weight:bold; transition: all 0.5s;}
.indexNews_rp2{ line-height:1.5; color: #b6b6b6; font-size: 14px; overflow:hidden; }
.indexNews_rp2 span{ float: left; }
.indexNews_rp3{ line-height:1.5; color: #8a8a8a; padding-top:5px; font-size: 14px;}
#indexNews li a:hover{ color: #005959; }
#indexNews li a:hover .indexNews_rp1{ padding-left: 5px; }
#indexNews li a:hover .indexNews_lsp1{ color: #005959; }
#mindexNews{ overflow:hidden; padding:10px; }
#mindexNews li{ border-bottom:#D9D9D9 1px dotted;  padding:15px 3px 20px 3px;}
.mindexNews_rp1{ height: 36px; line-height: 36px; font-size: 16px; overflow:hidden; font-weight: bold;}
.mindexNews_rp2{ color: #999; }
.mindexNews_rp3{ line-height:1.6; color: #8a8a8a; padding-top:5px; }

/*Related*/
.related{ padding:10px; float: left; }
.related p{ height:25px; font-weight:bold; border-bottom:solid 1px #F1F1F1;}
.related ul { width:100%; padding:10px 0px;float:left;}
.related ul li{ width:100%; height:32px; line-height:32px; float:left;}
.related ul li b{ float:left;}
.related ul li a{ float:left; margin-left:5px; display:inline; color:#666;}
.related ul li a:hover{ color:#005959;}
@media (min-width:768px) 
{
    .related ul li{ width: 50%; }
}
/*上一条下一条*/
#prev_next{margin: 10px 10px;clear: both;overflow: hidden; }
#prev_next li{margin: 10px 0;}
#prev_next li i{ margin-right: 5px; }
#prev_next li a:hover{ color: #005959; }
/* CSS Pic */
#picUL{}
#picUL li{  float:left; margin:10px 0px; display:inline; }
#picUL li a{ width: 100%; float: left; padding:3px; border: solid 1px #ddd;}
#picUL li .pic_01{  text-align: center; position: relative;}
#picUL li .pic_01 img{ width:100%;  }
#picUL li .pic_02{ line-height:40px; height:40px; margin-top: 5px;}
#picUL li .pic_03{ width: 30px; height: 5px; background: #005959; margin-top: 15px; transition: all 1s;}
#picUL li a:hover{ background: #005959; }
#picUL li a:hover .pic_03{ width: 100%; background: #fff;}
#picUL li a:hover .pic_02{ color: #fff; }


#proUL li{ float: left; margin: 10px 0px 10px 0px;}
#proUL li a{ width: 100%; padding:3px; border:solid 1px #DBDADA; float: left;}
.pro01{ text-align: center;}
.pro01 img{ width:100%;   }
.pro02{ height: 43px; line-height: 43px; }
.prosp1{ width: 80%; height: 43px; overflow: hidden; font-size: 15px; float: left;}
.prosp2{ color: #666; float: right;}
#proUL li a:hover{ background: #005959; color: #fff;}
#proUL li a:hover .prosp2{ color: #fff; }

@media (min-width:1200px) 
{
    .prosp1{ font-size: 16px; }
}
.pcases{ background: #fff; margin-top: 20px; padding:15px 10px;}
.pcase{ overflow: hidden; margin-top: 15px; }
#spicUL{ overflow: hidden; }
#spicUL li{ margin-top: 5px; margin-bottom: 10px; text-align: center;}
#spicUL li .pic_01{ border: solid 1px #f5f5f5; }
#spicUL li .pic_02{ height: 32px; line-height: 32px; overflow: hidden; margin-top: 5px;}
@media (min-width:768px) 
{
    .pcases{ padding:20px 15px; }
}
@media (min-width:1200px) 
{
    .pcases{ padding:40px 25px; }
    .pcase{ margin-top: 30px; }
    #spicUL li .pic_02{ height: 36px; line-height: 36px; }
}
/* CSS Info */

#newTitle{ line-height:1.6; font-size:22px; text-align:center;}
#newsInfo{ height:32px; line-height:32px; text-align:center; border-bottom:solid 1px #f1f1f1; margin:10px;}
.newsinfoleft {padding-left: 30px;}
#newsInfo i{ margin-right: 5px; }
.xxsmys{ width:600px; height:30px; line-height:30px; background-color:#ececec;}
.xxsmwz{ width:88px; height:30px; color:#FFF; text-align:center; display:block; background-color:#9a9a9a;}
.pageys{ width:59px; height:21px; line-height:21px; border:#e5e5e5 solid 1px; display:block; float:left; text-align:center;}
.pageys:hover{color:#ff6c00}
.pageys1{ width:20px;height:21px; line-height:21px; border:#e5e5e5 solid 1px; display:block; float:left; text-align:center; margin-left:5px;}
.pageys2{ float:left; padding-left:5px;height:21px; line-height:21px; }
#infoImages{width:100%;text-align:center;margin:10px 0px 10px 0px;}
#infoImages img{ max-width:100%; padding:3px; border:#dcdcdc solid 1px;}
#infoImages a img{width:100%; padding:3px; border:#dcdcdc solid 1px;}
#infoImage{width:100%;text-align:center;margin:10px 0px 10px 0px;}
#infoImage img{ max-width:100%; padding:3px; border:#dcdcdc solid 1px;}
#newsContent{ margin:0 auto;line-height:32px; padding:10px;}
#newsContent img{max-width:100%; text-indent:0em;}
#newsContent div{ text-indent:2em;}
.contactus{  height:auto;  line-height:2; text-align:left; font-size: 13px; }
#company_main{ margin:0 auto; line-height:2; padding:10px; }
#company_main img{ max-width:100%; }
#company_main a{ text-decoration:underline; }
#newsContent div.alink{ padding:5px; margin:0 auto; text-indent:0em;}

.contactusp1{ height: 40px; line-height: 40px; font-size: 18px; font-weight: bold; margin-top: 20px;}

.newsInfo{ margin-top: 15px; color:#999999; height: 40px; line-height: 40px; border-top:solid 1px #E6E6E6; border-bottom:solid 1px #E6E6E6; }
.newsInfo i{ margin-right: 5px; }
.sha{ margin-right: 10px; }
.sha a{ float: left;   margin-left: 10px;}
.sha a:hover{ animation: swing 1s; }
.sha span{ float: left; }

@media (min-width:1200px) 
{
    .newsInfo{ height: 64px; line-height: 64px;  }
    #newTitle{ font-size: 25px; }
    .contactus{ padding-right: 320px; background: url(../images/cimg1.jpg) no-repeat right top; font-size: 16px;}
    .contactusp1{ font-size: 25px; }
}

.repro{ width: 1200px; margin-top: 15px; height: 100%; overflow: hidden; background: #fff; padding-bottom: 50px;}
.repro_p1{ height: 55px; margin-top: 22px; }
.reproa1{ margin-left: 25px; }
.reproa2{ margin-right: 35px; }
.repro .bd li{ float: left; margin: 20px 12px 0px 12px;}
.repro .bd ul li a{ width: 264px; padding: 10px; border:solid 1px #DBDADA; float: left; background: #fff;}
.reprop1{ width: 244px; height: 183px; overflow: hidden; text-align: center;}
.reprop1 img{ max-width:244px; height:183px; transition: all 0.6s; }
.reprop2{ height: 43px; line-height: 43px; }
.reprosp1{ width: 170px; height: 43px; overflow: hidden; font-size: 16px; }
.reprosp2{ color: #606060; }
.repro .bd{ padding-left: 20px; }
.repro .bd ul li a:hover{ background: #005959; color: #fff;}
.repro .bd ul li a:hover .reprop1 img{ transform:scale(1.05); }
.repro .bd ul li a:hover .reprosp2{ color: #fff; }

/*css digg style pagination*/
div.digg{padding:5px;margin:10px;text-align:center; float:right; display: inline;}
div.digg a{border:#aaaadd 1px solid;padding:3px 5px;margin:3px 5px;color:#585858; display: inline-block; text-decoration:none}
div.digg a:hover{border:#585858 1px solid;color:#000;}
div.digg a:active{border:#585858 1px solid;color:#000;}
div.digg span{ display: inline-block; }
div.digg span.current{border:solid 1px #005959;padding:3px 8px;font-weight:bold;margin:3px;color:#fff;background-color:#005959;}
div.digg span.disabled{border:#eee 1px solid;padding:3px 5px;margin:3px;color:#ddd;}
div.digg select{ border:#aaaadd 1px solid; padding:3px 0px;}
/*******************************message css start***************************************/
.message_ul{
	margin:0px auto;
	float:left;
	padding:10px;
}
.message_ul li{
	float:left;
	width:100%;
    margin: 5px 0px;
}
.message_ul li label{ width:80px; float:left; text-align:right; margin-top:8px;}
.message_ul li b{ margin-top: 5px; float: left; }
.G_textarea{
    width:70%;
    height:100px;
    border:1px solid #dedede;padding:3px;
    float: left;
}
.G_InputText{
    width:70%;
    height:35px;
    line-height:35px;
    border:1px solid #dedede;
    padding:3px;
    float:left;
    border-radius: 5px;
}
.But{
    width:180px;
    height:40px;
    line-height:40px;
    background:#005959;
    border-radius:5px;
    text-align:center;
    margin-top:14px;
 
    color:#FFF;
    cursor:pointer;
    transition: all 1s;
-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;
}
@media (min-width:1200px) 
{
.G_textarea{
	width:550px;
	height:100px;
	border:1px solid #dedede;padding:3px;
    float: left;
}
.G_InputText{
	width:350px;
	height:35px;
	line-height:35px;
	border:1px solid #dedede;
	padding:3px;
	float:left;
	border-radius: 5px;
}
.yanzheng{
	width:100px;
	height:35px;
	border:1px solid #dedede;
	padding:3px;
}
.But{
	width:120px;
	height:40px;
	line-height:40px;
	background:#005959;
	border-radius:5px;
	text-align:center;
	margin-top:14px;
	margin-left:5px;
	color:#FFF;
	cursor:pointer;
    transition: all 1s;
-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;
}
.But:hover{
    background:#6A9217;
}
.G_tips{
	width:556px;
	line-height:2;
	margin:30px 65px;
	border:1px solid #dedede;
	padding:3px 7px 7px 7px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}
.G_tips dd{ line-height: 2; }
.red{
	color:#ff0000;
}
}
.cpmcys{ height:28px; border:solid 1px #DEDEDE;}
/*******************************message css end***************************************/

/******************************job css start***************************************/
.job_ul{ padding:10px;}
.job_ul li{
	width:100%;
	border-bottom:dashed 1px #cfcfcf;
	float:left;
	padding:10px 0px;
	line-height:30px;
}
.job_ul li .recruit_info{
	float:left;
}
.job_ul li .recruit_info .job_nam{
	color:#000;
	font-weight:bold;
}
.job_ul li .but{
	width:100px;
	height:40px;
	line-height:40px;
	background: #005959;
	border-radius:2px;   
	float:right;
	margin-top:10px;
	margin-right:22px;
	text-align:center;
}
.job_ul li .but a{
	text-decoration:none;
	color:#FFF;
	display:block;
}

.recruit_info_tit_bg{
	height:40px;
	background:#f8f8f8;
	border-radius:2px;
	margin:15px auto;
}
	
.recruit_info_tit_bg .recruit_info_tit{
	width:120px;
	height:40px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	background:#005959;
	color:#ffffff;
	line-height:40px;
    text-align: center;
}
.recruit_info_main{
	margin:0px auto;
	margin-top:10px;
	margin-bottom:60px;
	padding:5px 20px;
}

.recruit_info_main p {
	text-align: justify;
	letter-spacing: 1px;
	line-height: 30px;
	color: #444444;
}

/*sitemap*/

.sitemap{ width:996px; float:left; /*border:3px solid #f0f0f0;*/ margin-top:10px; margin-bottom:10px;}
.m1{ height:20px; line-height:20px; margin-top:20px; margin-left:20px;}
.m2{ margin-left:20px; margin-top:20px; line-height:25px;}
.m2 span{ font-size:14px; font-weight:bold;}
.m2t{ border:1px solid #f0f0f0; width:800px; padding-left:4px; margin-top:2px; padding:10px; margin-bottom:20px;height: 73px;}
.m2t ul{}
.m2t ul li{ list-style-type:none; float:left; width:150px;}
.m2t ul li a{color:black;}
.m2t ul li a:hover{ color:red; text-decoration:underline;}
.f{ float:right; margin-right:10px; _margin-top:7px;}
.map{ float:right;margin-top: 20px;}
.map a{color:black;}
.pages{ padding:5px 15px; margin:10px 0px;}
.pages li{ float:left; line-height:30px;}
.pagesli1{ width:40%;}
.pagesli2{ width:40%;}
.pagesli3{ width:20%;}
/*页面加载css*/
#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999999999;
}

.spinner {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	-webkit-animation: rotatee 2.0s infinite linear;
	animation: rotatee 2.0s infinite linear;
}

.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #0a9fd8;
	border-radius: 100%;
	-webkit-animation: bouncee 2.0s infinite ease-in-out;
	animation: bouncee 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes rotatee { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotatee {
	100% {
		transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes bouncee {
	0%, 100% {
		transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
      }
}