@charset "utf-8";
/* CSS Document */
/*全局样式
---------------------------------------------*/
html {
    font-size: 62.5%;
    /* 10÷16=62.5% */
}
body{ background:#fff; color:#222222; font-family:'Microsoft YaHei','微软雅黑','宋体',Arial,Helvetica; margin: 0px; padding: 0px; font-size: 12px;
    font-size: 1.2rem;}
@media (min-width:1400px) 
{
body{ font-size: 14px; font-size: 1.4rem; }
}
a{transition: all 0.3s; color:#222222; text-decoration: none;}
a:hover{ color:#035BAE; text-decoration: none;}
.transition1s{ transition: all 1s;}
.radius5{border-radius:5px; }
ul,li,dl,dd,dt,form,p,button{list-style:none; margin: 0px; padding: 0px; border: 0px;}
.clear{ clear:both;font-size:0px;height:0px;_height:0px;overflow:hidden; }
.mar{ margin: 0px auto;}
.ovfl{ overflow: hidden; }

/*网站样式

/* CSS Header */

#header{ padding: 15px 0px 15px 0px; position: relative;}
.logo{  float: left; width:55%;}
.logo img{ max-width:100%; }
.headerc{ float: right; height: 26px; margin-right: 45px;  }
.headerca1{ height: 26px; float: left; }
.headerca1 i{ width: 26px; height: 26px; background: url(../images/icon1.jpg) no-repeat center; float: left; }
.headerca1 span{ height: 26px; line-height: 26px; float: left;  font-weight: bold; font-size: 1.4rem; color:#013f6e;}
.headerca2{ height: 26px; float: left; margin-left:10px; }
.headerca2 i{ width: 26px; height: 26px; background: url(../images/icon2.jpg) no-repeat center; float: left; }
.headerca2 span{ height: 26px; line-height: 26px; float: left;  font-weight: bold; font-size: 1.4rem; color:#013f6e;}
.headertxt{ margin-top: 5px; margin-left: 20px; font-size: 2rem; color: #013f6e; float: left;font-weight: bold}
.navs{ height: 40px; }
.navs .navsline{ width: 1px; height: 15px; background: url(../images/navsline.jpg) no-repeat; float: left; margin-top: 13px;}
.navs .nLi{ float: left; position:relative; width: 12%; }
.navs .nLi p a{ height: 40px; line-height: 40px; width: 100%;  float: left; text-align:center; font-size:2rem;font-weight: bold}
.navs .subs{ width: 100%; display:none; padding-bottom: 10px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; left:0px; top:40px; background:#035BAE;  position:absolute; z-index:9999; transition: opacity 0.4s ease-in-out; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}
.navs .subs li{ zoom:1;  line-height:2; text-align: center;}
.navs .subs li a{ color: #fff;}
.navs .subs li a:hover{ color: #f1e309; }
.navs .subs li.selectli a{ color: #f1e309; }
.navs li.on{ background:#035BAE; border-top-left-radius: 5px; border-top-right-radius: 5px;}
.navs li.on p a{ color: #fff;  }
.navs li.selectli p a{ color:#035BAE;  }
.navs li.on.selectli p a{ color: #fff;  }
.nav-trigger{ width:28px; height:26px; z-index:999; background: url(../images/icon1.png) no-repeat; outline: 0px; cursor: pointer; position: absolute; top: 50%; margin-top: -14px; 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: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:50%; margin-left:-375px; z-index:10;width:750px;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{ text-align: center; padding: 10px 0px;  }
.navp1 img{ max-width: 80%; }
.navul{ width: 86%; margin: 15px auto 25px;}
.nav-item{position: relative;}
.nav-item p{overflow: hidden;line-height: 40px;max-height:40px;  font-size: 1.6rem; padding: 0px 10px;}
.nav-item.nav-show{border-bottom: none;}
.nav-item ul{display: none; background:#f1f1f1; padding: 5px 15px; }
.nav-item ul li{ line-height: 2; }
.nav-item ul li.on a{ color:#035BAE;}
.nav-item.nav-show ul{display: block;}
.nav-item p a{ float: left; }
.nav-more{ font-size: 2rem; float: right;}
.nav-more:after{content: "\e621";}
.nav-show .nav-more{transform:rotate(90deg);}
.nav-show.nav-item>p{ background:#f1f1f1;}
.nav-show>a:before,.nav-item>a:hover:before{opacity:1;}
.mnavs{ margin-bottom:5px; height: 40px;}
.mnavs li{ float: left; height: 40px; line-height: 40px; }
.mnavs li a{ width: 100%; padding: 10px 23px; font-size: 1.4rem;}
.mnavs .navsline{ width: 1px; height: 15px; background: url(../images/navsline.jpg) no-repeat; float: left; margin-top: 13px;}
@media (min-width:768px) 
{
    .logo{ width: auto; }
    .headerc{ margin-top: 5px; }
}
@media (min-width:922px) 
{
    .navs .nLi{ width: 12.3%;}
    .logo{ margin-left: 3%; }
}
@media (min-width:1400px) 
{
    .logo{ margin-left: 30px; }
    .headerca2{ margin-left: 25px; }
    .navs .nLi{ width: 12.4%; }
}

/* CSS banner */
.banner{height:100%; text-align:center; overflow:hidden; margin:0px auto; }
.mbanner{ height:100%; text-align:center; overflow:hidden; margin:0px auto; }
.mpbanner{ height: 234px; }
.mpbanner .container{ position: relative; height: 234px;}
.mpbanner img{ position: absolute; right: 0px; bottom: -98px; z-index: 99999;}
.mpbanner1{ background: url(../images/pban1.jpg) no-repeat center; }
.mpbanner2{ background: url(../images/pban2.jpg) no-repeat center; }
.mpbanner3{ background: url(../images/pban3.jpg) no-repeat center; }
.mpbanner4{ background: url(../images/pban4.jpg) no-repeat center; }
.mpbanner5{ background: url(../images/pban5.jpg) no-repeat center; }
.mpbanner6{ background: url(../images/pban6.jpg) no-repeat center; }
.mpbanner7{ background: url(../images/pban7.jpg) no-repeat center; }
.ptitle{ position: absolute; left: 0px; color: #fff; height: 40px; line-height: 40px; font-size: 2.5rem; top: 50%; margin-top: -20px; padding-left: 40px;  }
@media (min-width:1400px) 
{
   .ptitle{  height: 50px; line-height: 50px; font-size: 3rem;  margin-top: -25px; } 
}
/* CSS Main */
#wrap{ width:100%; height:100%;  overflow:hidden;  }
.wrap{ width:1200px; height:100%;  overflow:hidden;  }
.main{ width:1200px; height:100%;  overflow:hidden; margin:0px auto; background-color:#fff; }
/* CSS Home */
#about{ background:#F5F5F5;  padding: 15px 0px;}
.about_a1{ height: 30px; line-height: 30px;  font-size: 2.3rem; font-weight: bold;float: left; width: 100%; color: #035BAE;}

.aboutc{ float: right; width: 100%; }
.about_01{ line-height:1.8; margin-top:5px; color: #666666;}
.about_02{ height: 100%; overflow: hidden; margin-top: 10px; text-align: center;}
.about_02 a{ border: solid 1px #C8C8C8; color: #666; padding:5px 8px; float: left; margin-right: 6px;}
.about_02 a:hover{ background: #035BAE; color:#fff; border: solid 1px #035BAE; }
@media (min-width:768px) 
{
     .about_a1{ width:auto; float: left; }
     .aboutc{ width:87%; }
     .about_01{ margin-top: 0px; }
     .about_02 a{ padding:5px 15px; }
}
@media (min-width:992px) 
{
.aboutc{ width:90%; }
.about_02 a{ padding:5px 15px; margin-right:10px; }
}
@media (min-width:1400px) 
{
    #about{ padding: 12px 0px 15px;}
    .about_a1{ font-size: 2.2rem; margin-top: 5px;}
    .aboutc{ width:89%; }
    .about_01{ margin-top: 5px;}
    .about_02{ margin-top: 10px; }
    .about_02 a{ margin-right: 15px; }
}

#abouts{ border-bottom: solid 1px #DFDFDF; padding: 30px 0px;}
.abouts_ul li{ float: left; width: 25%; text-align: center;}
.aboutsp1{ font-size: 2rem; color: #666666;}
.aboutssp1{ font-size: 3rem; }
.aboutsp2{ color: #999999; }
@media (min-width:768px) 
{
    .aboutsp1{ font-size: 2rem; font-weight: bold;}
    .aboutssp1{ font-size: 3rem; }
    .aboutsp2{ font-size: 1.5rem;}
}
@media (min-width:992px) 
{
    .aboutsp1{ font-size: 2.2rem;}
    .aboutssp1{ font-size: 4rem; }
}
@media (min-width:1400px) 
{
    #abouts{ border-bottom: solid 1px #DFDFDF; padding: 50px 0px;}
    .aboutsp1{ font-size: 2.2rem;}
    .aboutssp1{ font-size: 6rem; }
    .aboutsp2{ font-size: 1.8rem; }
}

#newskj{ height: 100%; overflow: hidden; }
.news{ width:100%; float: left; height: 100%; overflow: hidden; margin-top: 20px;}
.news_p1 a{ font-size: 2.3rem; color: #035BAE;font-weight: bold}
.newsp1{ font-size: 1.4rem; height: 28px; line-height: 28px; overflow: hidden; font-weight:bold; margin-top: 10px;}
.newsp2{ height: 18px; line-height: 18px; background: url(../images/icon4.jpg) no-repeat left center; }
.newsp2 span{ float: left; margin-left: 20px; color: #999; }
.newsp3{ height: 40px; line-height: 20px; color:#666666; overflow: hidden; margin-top: 5px;}
.newsp4{ margin-top: 5px; text-align: right;color: #666; }
.news_ul li{ height: 43px; border: solid 1px #DEDEDE; margin-top: 10px;}
.newst{ width: 22%; float: left; height: 43px; background: #BABABA; color: #fff; position: relative;}
.newst span{ position: absolute;}
.newstsp1{ top: 5px; left: 10px; }
.newstsp2{ top: 20px; right:30px; }
.newstsp3{ top: 17px; right: 5px; font-size: 1.4rem; }
.newsa{ width: 60%; float: left; height: 43px; line-height: 43px; overflow: hidden; margin-left: 2%;}
.newsi{ width: 20px; height: 20px; background: url(../images/icon12.jpg) no-repeat; margin-top: 12px; margin-right: 10px; float: right;}
.kj{ width:100%; float: right; height: 100%; overflow: hidden; margin-top: 20px;}
.kj_ul{}
.kj_ul li{ float: left; width: 100%; margin-top: 15px;}
.kjp1 img{ width: 100%;}
.kjp2{ font-size: 1.4rem; font-weight: bold; margin-top: 8px;}
.kjp3{ line-height: 1.5; color: #666; margin-top:5px;}
.kjp4{ height: 28px; margin-top:10px;}
.kjp4 span{ width: 80px; height: 26px; line-height: 24px; text-align: center; border: solid 1px #035BAE; color: #035BAE; float: left;}
.kj_ul li a:hover .kjp4 span{ background:#035BAE; color: #fff; }
@media (min-width:768px) 
{
    .kj_ul li{ width: 31%; margin-left: 1%; margin-right: 1%;}
    .kjp3{ line-height:22px; height: 66px;}
    .newst{ width: 12%; }
    .newsa{ width: 70%; }
}
@media (min-width:992px) 
{
    .news{ width: 40%; }
    .kj{ width: 57%; }
    .kj_ul{ margin-top: 5px; }
}
@media (min-width:1400px) 
{
    .news{ margin-top: 25px; }
    .kj{ margin-top: 25px; }
    .news_p1 a{ font-size:2.2rem;}
    .newsp1{ font-size: 1.6rem; height:36px; line-height: 36px;  margin-top: 10px;}
    .newsp2{ margin-top: 5px; }
    .newsp3{ height: 46px; line-height: 23px; }
    .newst{ width: 18%; }
    .newstsp3{ font-size: 1.6rem; }
    .newstsp2{ right:35px; }
    .news_ul{ padding-top: 5px; }
    .kjp2{ font-size: 1.6rem; margin-top: 15px;}
    .kjp3{ margin-top:10px;}
    .kjp4{ margin-top:12px; height: 30px;}
    .kjp4 span{ width: 100px; height: 28px; line-height: 25px;}
}
#products{ height: 100%; overflow: hidden; margin-top:30px;}
.products_p1{ font-size: 1.6rem; line-height: 1.8; color:#999999; text-align: center; margin-top:15px;}
.productsul{ margin-top: 25px; }
.productsul li{ width: 25%; float: left; text-align: center;}
.productsp1{ height: 62px; }
.productsp2{ font-size: 1.6rem; font-weight: bold; margin-top: 10px; }
.productsp3{ margin-top: 10px; color: #999; }
.productsul li.on .productsp1 img{ animation: swing 1s; }
.productsul li.on .productsp2{ color:#035BAE;}
@media (min-width:1400px) 
{
    #products{ margin-top: 60px;}
    .products_p1{ font-size: 2rem;  margin-top:20px;}
    .productsul{ margin-top: 50px; }
    .productsp2{ font-size: 2.2rem;  margin-top: 20px; }
    .productsp3{ font-size: 1.6rem; }
}
/* CSS about */
#comchan1{ height: 100%; overflow: hidden; margin-top:20px; }
.comc1{ line-height: 2; color: #666666; text-align: center; }
.com_ul{ padding-top: 5px; } 
.com_ul li{ float: left; width: 25%; text-align: center;}
.comp1{ font-size: 2rem; color: #035BAE;}
.comsp1{ font-size: 2rem; }
.comabcr{ overflow: hidden; width: 100%;}
.comabcr img{ width: 100%; height: 100%; transition: all 0.3s;}
.comabcl{ padding: 10px 0px 15px 0px; width: 100%;}
.comabcp1{ font-size: 1.8rem; }
.comabcp2{ font-size: 1.4rem; color: #035BAE; margin-top: 5px;}
.comabcp3{ color: #666666; margin-top: 5px; line-height:20px; height: 60px; overflow: hidden;}
.comabcp4{ height: 50px; margin-top:15px; }
.comabcp4 span{ width: 46px; height: 46px; border:solid 2px #D1D1D1; transition: all 0.3s; background: url(../images/comicon1.png) no-repeat center; float: left;}
.comabcp5{ color: #666666; margin-top: 5px; line-height: 1.8;}
.comabcp5 strong{ color: #035BAE; font-size: 1.5rem; }
.comabcr a:hover img{ transform:scale(1.05); opacity: 0.8;  }
.comabcl a:hover .comabcp1{ color:#035BAE;  }
.comabcl a:hover .comabcp4 span{ border:solid 2px #035BAE; background:#035BAE url(../images/comicon2.png) no-repeat center; }
#comchan2{ padding: 30px 0px; background: url(../images/combg1.jpg) no-repeat center; background-size: cover; margin-top:20px;}
#comchan2 .container{ position: relative; }
.comchan2a1{width: 13%; position: absolute; left: 15px; z-index: 999;}
.comchan2a1 img{ max-width: 100%; }
.comfz{ margin-top: 20px; overflow: hidden; height: 100%;}
.comfz .bigImg li{ position: relative; width: 100%; height: 100%;}
.comfzc1{ width: 100%;}
.comfzp1{ height: 40px; line-height: 40px; font-size: 1.4rem; overflow: hidden; color:#fff; }
.comfzp2{ height:75px; line-height: 25px; margin-top: 5px; color: #fff;  }
.comfzc2{ width: 100%; overflow: hidden;}
.comfzc2 img{ width: 100%; height: auto;}
.comfz .smallScroll{ height: 90px; margin-top: 25px; position: relative; }
.comfz .smallScroll .sPrev,.comfz .smallScroll .sNext{ width: 28px; height: 55px; position: absolute; top: 0px;}
.comfz .smallScroll .sPrev{ background:url(../images/comleft1.png) no-repeat; left:0px;}
.comfz .smallScroll .sNext{ background:url(../images/comright1.png) no-repeat; right:0px;}
.comfz .smallScroll .smallImg{ width: 84%; height: 90px; margin: 0px auto; background:url(../images/combg3.png) repeat-x center 30px; overflow: hidden;}
.comfz .smallScroll .smallImg li{ height: 90px; position: relative; width: 50%;  float: left; overflow: hidden; text-align: center;}
.comfz .smallScroll .smallImg li b{ width: 17px; height: 17px; background:url(../images/comicon3.png) no-repeat; cursor: pointer; position: absolute; left: 50%; margin-left: -8px; top:22px; }
.comfz .smallScroll .smallImg li span{ width: 100%; height: 25px; line-height: 25px; position: absolute; bottom: 0px; color: #fff; left: 0px;}
.comfz .smallScroll .smallImg li.on b{ background:url(../images/comicon4.png) no-repeat; }
.comt{ height: 60px; position: relative; }
.comtp1{ height: 35px; line-height: 35px; font-size: 1.8rem;}
.comtp2{ height: 25px; line-height: 25px; font-size: 1.4rem; color:#035BAE; }
.comta1{ width: 46px; height: 46px; border:solid 2px #D1D1D1; transition: all 0.3s; background: url(../images/comicon1.png) no-repeat center; position: absolute; right: 0px; top: 50%; margin-top: -25px;}
.comta1:hover{ border:solid 2px #035BAE; background:#035BAE url(../images/comicon2.png) no-repeat center; }
.newsm1{ position: absolute; height:30px; line-height: 30px; color:#035BAE; top: 50%; margin-top: -15px; right: 0px; }
.newsm1:hover{ color:red; }
.comzz{ height:380px; background:url(../images/combg2.jpg) no-repeat; background-size: cover; margin-top: 10px; position: relative;}
.comzzc{ width: 80%; position: absolute; height: 70%; right:10%; top: 15%;   }
.comzzc img{ width: 100%; height: 100%; }
.comzzcc{  position: absolute; left: 0px; top: 0px; }
.comzzp1{ padding: 15px; font-size: 1.4rem; color: #87c10b; font-weight: bold; line-height: 1.5;}
.comzzp2{ padding:0px 15px; }
.comzzp2 a{ height: 25px; line-height: 25px; overflow: hidden; display: inline-block; margin-right: 10px; }
#comfz4 .bigImg li{ height: 400px; }

.hwhz{ margin-top: 15px; line-height:2;}
.hwhz a{ margin-right:15px; font-size: 1.4rem; color: #999999; font-weight: bold;}
.hwhz a:hover{ color: #035BAE;  }
.pb_search_txt{ width: 75%; float: left; height: 35px; line-height: 35px; border: solid 1px #dedede; padding: 0px 10px; border-radius: 5px; outline: none; }
.pb_search_btn{ width: 22%; float: right; height: 35px; line-height: 35px;  border-radius: 5px; outline: none; background: #035BAE; color: #fff;}

@media (min-width:768px) 
{
    .com_ul{ padding-top: 8px; } 
    .comp1{ font-size: 1.4rem; font-weight: bold;}
    .comsp1{ font-size: 2rem; }
    .comabcl{ width: 50%; padding: 15px 20px 25px 20px; }
    .comabcr{ width: 50%; height: 280px;}
    .comfzc2{ width: 40%; float: right;}
    .comfzc1{ width: 35%; float: left; margin-left:20%;}
    .comfzp1{ font-size: 1.6rem; }
    .comfz .smallScroll .smallImg li{ width:33.3%; }
    .comzzc{ width:50%; height: 70%; position: absolute; right:15%; top: 20%;   }
    .searchc{ width: 50%;  }
}
@media (min-width:992px) 
{
    .com_ul{ padding-top: 10px; } 
    .comp1{ font-size: 2rem;}
    .comsp1{ font-size: 3rem; }
    .comabcr{ height: 255px;}
    .comfz .smallScroll .smallImg li{ width:25%; }
    .comzz{ height: 420px; }
    .comzzp1{ padding: 15px 25px; font-size: 1.5rem;  }
    .comzzp2{ padding:0px 25px; }
}
@media (min-width:1200px) 
{
.comabcl{ height: 290px; padding: 30px 90px 25px 55px; overflow: hidden;}
 .comabcr{ height: 290px;}
}
@media (min-width:1400px) 
{
    #comchan1{ margin-top:30px; }
    .comc1{ font-size: 1.4rem; }
    .com_ul{ padding-top: 20px; } 
    .comp1{ font-size: 2rem;}
    .comsp1{ font-size: 4rem; }
    .comp2{ font-size: 1.4rem; }
    .comabcp1{ font-size: 2.2rem; }
    .comabcp2{ font-size: 1.6rem;  margin-top:10px;}
    .comabcp3{ margin-top: 10px; font-size: 1.4rem; line-height:26px; height: 78px; overflow: hidden;}
    .comabcp4{ margin-top:25px; }
    .comabcp5{ margin-top: 20px; line-height:2; font-size: 1.4rem;}
    #comchan2{ padding: 50px 0px; margin-top: 60px;}
    .comfzp1{ font-size: 2rem; height: 50px; line-height: 50px;}
    .comfzp2{ height:112px; line-height: 28px; margin-top: 10px; }
    .comfz .smallScroll .smallImg li{ width:16.6%; }
    .comt{ height:70px; position: relative; }
    .comtp1{ height: 40px; line-height: 40px; font-size: 2.2rem;}
    .comtp2{ height: 30px; line-height: 30px; font-size: 1.6rem; color:#035BAE; margin-top:0px;}
    .comzz{ height: 400px; margin-top: 20px;}
    .comzzc{ width:45%; height: 70%; right:12%; top: 18%;   }
    .comzzp1{ padding: 30px 45px 10px 45px; font-size:1.6rem; color: #87c10b; font-weight: bold; line-height:2;}
    .comzzp2{ padding:0px 45px; }
    .comzzp2 a{ height: 28px; line-height: 28px; overflow: hidden; display: inline-block; font-size: 1.4rem; }
    .hwhz a{  font-size: 1.5rem; }
    .pb_search_txt{   height: 55px; line-height: 55px;  }
.pb_search_btn{  height: 55px; line-height: 55px; font-size: 1.8rem;}
}

.pnewscimg{ overflow: hidden; border:solid 1px #e5e5e5; }
.pnewscimg img{ width: 100%; transition: all 0.3s;}
.pnewscc{ padding: 10px; background: #f9f9f9; }
.pnewsccp1{ height: 30px; line-height: 30px; overflow: hidden; font-size: 1.4rem; font-weight: bold; text-align: center;}
.pnewsccp2{ height: 22px; line-height: 22px; overflow: hidden; text-align: right; color: #666;}
.pnewsccp2 span{ margin-right:5px; }
.pnewsccp3{ height: 50px; line-height: 25px; overflow: hidden; text-align: left; color: #666;}
.pnewsc1 a:hover .pnewscc{ background: #035BAE; color: #fff;}
.pnewsc1 a:hover .pnewsccp2{ color: #fff; }
.pnewsc1 a:hover .pnewsccp3{ color: #fff; }
.pnewscul li{ border-bottom: solid 1px #efefef; padding:5px 0px 10px 0px; margin-top: 10px; }
.pnewslip1{ height: 30px; line-height: 30px; overflow: hidden; font-size: 1.4rem; font-weight: bold;}
.pnewslip2{ height: 50px; line-height: 25px; overflow: hidden; color: #666; }
.newsmore{ height: 40px; margin-top: 20px; position: relative;}
.newsmore a{ width: 180px; text-align: center; height: 40px; line-height: 40px; position:absolute; left: 50%; margin-left: -90px; background: #035BAE; color: #fff; font-size: 1.4rem; }
.newsmore a:hover{ background:#ef3218; }
.newsmore a.newsmorea1{ margin-left: -190px; }
.newsmore a.newsmorea2{ margin-left:  10px; }
@media (min-width:992px) 
{
    .pnewscul li{ width: 46%; margin-right: 4%; float: left; }
}
@media (min-width:1400px) 
{
    .pnewsccp1{ font-size: 1.5rem; height: 38px; line-height: 38px; }
    .pnewslip1{ height: 38px; line-height: 38px;  font-size: 1.6rem; }
    .pnewsccp3{ margin-top: 5px; }
}
.matop{ margin-top: 20px; }

.culturet{ height: 35px; line-height: 35px; text-align: center;}
.culturetsp1{ width: 110px; height: 35px; position: relative; display: inline-block; background: #035BAE; font-size: 1.6rem; color: #fff; font-weight: bold;}
.culturetsp1 i{ width: 11px; height: 19px; background: url(../images/cicon1.jpg) no-repeat; position: absolute; top: 50%; margin-top: -9px; right: -11px; }
.culturetsp2{ font-size: 1.6rem; font-weight: bold; margin-left: 5px; }
.culturec1{ padding: 15px; line-height: 1.8; border: dashed 1px #C2C2C2; margin-top: 10px; color: #666666;}
.culturec2{ height: 100%; overflow: hidden; margin-top: 10px;}
.culturec2p1{ margin-top: 15px; }
.culturec2p1 img{ max-width: 100%; }
.culturec2c1{ padding: 15px; background: #F5F5F5; margin-top: 15px; }
.culturec2p2{ line-height: 30px; font-size: 1.6rem; color: #035BAE; }
.culturec2p3{ line-height: 1.5; color: #666666; margin-top: 5px;}
.culturec2c2{ padding: 15px; background: #F5F5F5; margin-top: 15px;  }
.culturec2p4{ margin-top: 15px; }
.culturec2p4 img{ max-width: 100%; }
.culturec2ul li{ padding: 10px 0px; border-bottom: solid 1px #DEDEDE; cursor: pointer;}
.culturep6{ height: 29px; line-height: 29px; position: relative;}
.culturep6 span{ width: 70%; overflow: hidden; height: 30px; font-weight: bold; float: left; margin-left: 20px;}
.culturep6 i{ height: 29px; background: url(../images/ci1.jpg) no-repeat left center;  float: left; font-style: normal; color: #035BAE; padding-left: 30px;}
.culturep6 i.culturep6i2{ display: none; }
.culturep6 i.culturep6i1{ display: block; }
.culturec2ul li.on i.culturep6i2{ display: block;}
.culturec2ul li.on i.culturep6i1{ display: none;}
.culturecc{ padding: 15px; line-height: 1.8; background: #f5f5f5; margin-top: 10px; display: none;}
@media (min-width:768px) 
{
.culturet{ height: 40px; line-height: 40px; }
.culturetsp1{ width: 130px; height: 40px;  font-size: 1.8rem;  }
.culturetsp2{ font-size: 1.8rem;   }
.culturec2{ margin-top: 15px; }
.culturec2p1{ width: 37%; float: left; padding-top: 20px;}
.culturec2c1{ width: 60%; float: right; }
.culturec2p4{ width: 50%; float: left; padding-top: 30px; margin-top: 0px;}
.culturec2c2{ width: 50%; float: left; margin-top: 0px;}
.culturec2c{ height: 100%; overflow: hidden; }
}
@media (min-width:1400px) 
{
.culturet{ height: 45px; line-height: 45px; margin-top: 10px;}    
.culturetsp1{ width: 140px; height: 45px;  font-size:2rem;  }
.culturetsp2{ font-size: 2rem;   }
.culturec1{ padding:15px 20px; margin-top: 20px; }
.culturec2c1{ padding: 25px 35px; }
.culturec2p2{ line-height: 40px; font-size: 2.2rem; }
.culturec2p3{ line-height: 2; font-size: 1.6rem; }
.culturec2c2{ padding: 40px 45px; }
.culturec2ul li{ padding: 15px 0px;}
.culturep6 span{ font-size:1.5rem; }
}

.mfzlc{ height: 100%; overflow: hidden; }
.mfzlcc{ height: 100%; overflow: hidden; margin-top: 15px; }
.mfzlc_time{ height: 100%; overflow: hidden; }
.mfzlc_time span{ width: 110px; line-height:2; font-size: 1.4rem; font-weight: bold; border: solid 2px #035BAE; text-align: center;}
.mfzlc_c{ line-height: 2; padding:10px; background: #f9f9f9; position:relative; margin-top: 20px; }
.mfzlc_c i{ position: absolute; width: 24px; height: 24px; background: url(../images/lc-s01.png) no-repeat; position: absolute; top: -12px; }
.mfzlcc1 .mfzlc_time span{  float: left; }
.mfzlcc0 .mfzlc_time span{  float: right; }
.mfzlcc1 .mfzlc_c i{ left: 55px; }
.mfzlcc0 .mfzlc_c i{ right: 55px; }
.fzlc{ height: 100%; overflow: hidden; position: relative; padding-bottom:20px;}
.fzlc_line{ width: 2px; background: #eee; position: absolute; left:9px; z-index: -1;}
.fzlc_rot{ width: 50px; height: 50px; background: url(../images/fzlcm.png) no-repeat; position: absolute; left: 50%; margin-left: -25px; bottom: 0px;}
.fzlcc{ height: 100%; height: 100%; overflow: hidden; margin-top: 10px; position: relative; }
.fzlc_time{ width: 18px; height: 18px; background: url(../images/listDot3.jpg) no-repeat; position: absolute; left: 0px; top: 50%; margin-top: -9px;}
.fzlc_c{ width: 95%; line-height: 1.8; position:relative; float: right; }
.fzlcc21 i{ width: 24px; height: 24px; background: url(../images/lc-s01.png) no-repeat; position: absolute; top: 20px; left: -12px;}
.fzlc_t{ font-size: 1.5rem; color: #035BAE; font-weight: bold;}
@media (min-width:992px) 
{
 .fzlc_c{ width: 96%; }
}
@media (min-width:1400px) 
{
    .fzlc_t{ font-size: 1.6rem; }
    .fzlc_c{ font-size: 1.4rem; width: 97%;}
}
.newscp{ margin: 10px auto; }
.newscp img{ max-width: 100%; }
.owl-carousel{ margin-top: 10px; }
.owl-items{ position: relative; overflow: hidden; text-align: center;}
@media (min-width:768px) 
{
.owl-items{  padding:0px 10px;  }
}
.owl-itemsp a{ border: solid 1px #E9E9E9; float: left;}
.newscimg{ overflow: hidden; }
.newscimg img{ width: 100%; transition: all 0.3s;}
.owl-items a:hover img{ transform:scale(1.05); opacity: 0.8; }
.newsprop1{ height: 30px; line-height: 30px; overflow: hidden; }

.yfpt{}
.yfptl{ margin-top:35px; }
.yfptl img{ max-width: 120%; }
.yfptr{ margin-top: 15px;   }
.yfptr p{ height: 40px; padding-left: 2rem; line-height: 40px; color: #666666; font-weight: bold; background: url(../images/icon20.jpg) no-repeat left center; font-size: 1.4rem;}
.yftd{  }
.yftdl{ padding: 4px; border: solid 1px #dedede; }
.yftdl img{ width: 100%; }
.yftdr{ margin-top: 15px; line-height: 2; }
.yftdline{ height: 1px; background: url(../images/line5.jpg) repeat-x; clear: both; margin: 15px 0px;}
#tdlist li{ margin-top: 15px; }
.tdp1{ float: left; width: 32%; }
.tdp1 img{ max-width: 100%; height:120px; }
.tdcc{ float: right; width: 62%;}
.tdp2{ height: 25px; line-height: 25px; font-weight: bold; font-size: 1.4rem; overflow: hidden;}
.tdp3{ height: 80px; line-height: 20px; overflow: hidden; margin-top: 5px;}
.tdp4{ padding-top: 10px; color: #999999; }
#tdlist li a:hover .tdp4{ color: #035BAE; }
.zl_p1{ text-align: center; margin-top: 10px;}
.zl_p1 a{ height: 30px;  display: inline-block; position: relative; margin: 0px 20px; font-size: 1.4rem;}
.zl_p1 a span{ height: 2px; background:#035BAE; position: absolute; bottom: 0px; left: 0px;}
.zl_p1 a:hover{ color:#035BAE;}
.zl_p1 a:hover span{ width: 100%; }
.zl_p1 a.on{ color:#035BAE;}
.zl_p1 a.on span{ width: 100%; }
.zl_ul{ padding-top: 10px; }
.zl_ul li{ margin-top: 10px; text-align: center;}
.zlp1{ border: solid 1px #dedede; }
.zlp1 img{ max-width: 100%; }
.zlp2{ height: 30px; line-height: 30px; padding-top: 5px;}

@media (min-width:768px) 
{
    .yfptl{ float: left; width: 35%; margin-left: 5%;  }
    .yfptr{ float: left; width: 55%; }
}
@media (min-width:992px) 
{
    .yfptl{ float: left; width: 50%; margin-left: 5%;  }
    .yfptr{ float: left; width: 40%; }
    .yfptr{ margin-top: 25px;  }
     
    .yftdr{ float: left; width: 50%; margin-left: 5%; margin-top: 0px;}
    .tdp3{ height: 60px; }
    .yfptr p{ height: 50px; line-height: 50px;  font-size: 1.6rem;}

}
@media (min-width:1400px) 
{
    .yfptr p{ height: 60px; line-height: 60px;  font-size: 1.8rem;}
    .zl_ul{ padding-top: 20px; }
    .zl_ul li{ margin-top: 20px; }
    .tdp2{ height: 30px; line-height: 30px; font-size: 1.6rem; }
    .tdp3{ height: 80px; }
}

/* CSS Footer */
#mfooter{ background: #1B1B1B; padding:15px 0px; margin-top: 35px;}
#mfooter a:hover{ color: #fff; } 
.mfooterp1{ line-height: 30px; padding-bottom: 10px; color: #979797;}
.mfooterp1 a{ margin-right: 20px; color: #979797; }
.mfooterp2{ line-height: 30px; color: #979797;}
.mfooterp2 a{ color: #979797; }
#fmenu{ background:#2a79c4;  margin-top: 40px; padding: 15px 0px 10px; }
#fmenu dl{ float: left; width: 110px; }
#fmenu dl dt{ height: 30px; position: relative; }
#fmenu dl dt a{ font-size: 1.4rem; color: #979797; }
#fmenu dl dt span{ width: 25px; height: 1px; background: #626262; position: absolute; bottom: 0px; left: 0px;}
#fmenu dl dd{ margin-top: 10px; color:#979797;}
#fmenu dl dd li{ line-height: 1.8; color:#979797;  }
#fmenu dl dd li a{ color: #fff; }
#fmenu dl dd li a:hover{ color: #94c710;font-size: 1.6rem }
.weixin{ float: right; margin-top: 35px; color:#979797;  text-align: center;}
.weixin p{ padding-top: 10px; }
#footer{ height: 35px; line-height: 35px; border-top: solid 1px #2B2B2B; background:#1B1B1B; color: #979797;}
#footer a{ color: #979797; }
#footer a:hover{ color: #fff; }
.footer01{ float: left; }
.footer02{ float: right; }
@media (min-width:1400px) 
{
    #fmenu dl{ width: 180px; }
    #fmenu dl dt{ height:32px; }
    #fmenu dl dt a{ font-size: 1.5rem;}
}

.footernav{ width: 100%; color: #fff; height:auto; overflow: hidden; position: fixed; bottom:0px; padding:10px 0px; left: 0px; z-index: 999;   background:#035BAE; }
.footernav a{ color: #fff; }
.footernav ul li{width: 25%; float: left; text-align: center; }
.footernp1{ font-size:2rem;}
.footernp2{ line-height:1.5;}
.footernav ul li.on .footernp1{ animation: swing 1s; }


/*CSS Right_side*/
#page_title{ padding: 15px 0px; background: #035BAE; position: relative;}
.page_titlet{ font-size: 1.8rem; color: #fff; font-weight: bold;}
@media (min-width:992px) 
{
  #page_title{ padding: 38px 0px; }
}
@media (min-width:1400px) 
{
  .page_titlet{ font-size: 4rem;}
}
.right_titlebtn1{ position: absolute; right: 10px; font-size: 3rem; cursor: pointer; top: 50%; margin-top: -20px; color: #fff;}
.page_pro{ width: 100%; position: absolute; top: 55px; z-index: 999; left: 0px; background: #fff; padding: 15px 0px; display: none;}
.page_pro a{ width:100%; height:45px; line-height: 45px; float: left; background: url(../images/line1.jpg) repeat-x bottom;}
.page_pro a span{ width: 80%;  float: left; height: 45px; overflow: hidden; padding-left: 15px; font-size: 1.4rem;}
.page_pro a i{ float: right; margin-right:15px; color: #999; margin-top: 16px; }
.page_pro a.on span{ color: #FF6000; }

.right_title{ height:40px; line-height: 40px; background: #f5f5f5; }
.right_title_left{ float:left;  font-size:1.6rem; display: none; }
.right_title_right{ float:right;}
.right_title_right a:hover{ text-decoration:underline;}
.right_title_right_sp1{ width:13px; height:12px; background:url(../images/page_icon.png) no-repeat; float:left; margin-top:13px; margin-right:5px; }
.right_title_right_sp2{ float:left;}
.right_menu{ height: 55px; line-height: 55px; border-bottom: solid 1px #D8D8D8; }
.right_menul a{ padding: 0px 5px; position: relative; float: left; margin-right:30px; font-size: 1.4rem; }
.right_menul a span{ width: 0px; height: 3px; background: #035BAE; position: absolute; bottom: 0px; left: 0px; transition: all 0.3s;}
.right_menul a:hover span{ width: 100%; }
.right_menul a.on span{ width: 100%; }
.right_menul a.on{ color: #035BAE; }
.right_dh{ text-align: right; float: right;}
.right_dh .active{ color:#035BAE;  }
@media (min-width:1400px) 
{
    .right_menul a{  margin-right:50px; font-size: 1.6rem;}
}
.right_content{  min-height:471px; _height:471px; padding:20px 0px 50px 0px; }



/* CSS News */
#indexNews li{ float: left; }
#indexNews li a{ height: 30px; line-height: 30px; border-radius:5px; background: #f4f4f4; float: left; text-align: center; width: 100%; margin-top: 10px; }
#indexNews li a:hover{ background:#035BAE; color: #fff; }
@media (min-width:1400px) 
{
    #indexNews li a{ height: 40px; line-height: 40px; }
}

#indexNews1 li{width: 100%;  height: 100%; overflow: hidden;  margin-bottom: 10px;}
#indexNews1 li a{ width: 100%; height: 100%; float: left;  float: left; padding:10px; border-bottom: solid 1px #dedede;}
.indexNews_p2{ line-height: 35px; font-size:1.4rem; font-weight: bold; }
.indexNews_p3{ height:25px; line-height: 25px; overflow: hidden; color: #999;}
.indexNews_p3 span{ margin-left:5px; }
.indexNews_p4{ line-height:25px; height: 75px; overflow: hidden; color: #666;  margin-top: 5px;}
.indexNews_p1{ overflow: hidden; text-align: center;}
.indexNews_p1 img{  width: 100%; transition: all 0.3s; }
.indexNews_c1{ margin-top: 10px;}
#indexNews1 li a:hover .indexNews_p1 img{ transform:scale(1.05); }

/* CSS Pic */
#picUL li{ margin:15px 0px;}
#picUL li a{ width: 100%; height: 100%; float: left; background:#f8f8f8; text-align: center; padding-bottom:10px;}
#picUL li a .pic_01{ width: 100%; height: 100%; overflow: hidden; }
#picUL li a .pic_01 img{ max-width: 100%; transition: all 0.3s; }
#picUL li a .pic_02{ padding:0px 5px; height: 35px; line-height: 35px; padding-top: 5px; overflow: hidden;}
#picUL li a:hover{ background:#035BAE; color: #fff;  }
#picUL li a:hover .pic_01 img{ transform:scale(1.05); }
@media (min-width:768px) 
{
.indexNews_c1{ margin-top: 0px; }
.indexNews_p4{ height: 50px; }
}
@media (min-width:992px) 
{
.indexNews_p4{  height:75px;}
.indexNews_p1 img{  max-width: 100%; }
}
@media (min-width:1400px) 
{
    #indexNews1 li a{ padding: 10px; }
    .indexNews_p2{ font-size:1.6rem; }
    .indexNews_p4{ height: 50px; }
}

#proUL li{ margin:10px 0px;  }
#proUL li .proULc{ background:#f8f8f8; transition: all 0.3s; text-align: center; padding-bottom: 10px;}
#proUL li .pic_01{ width: 100%; height: 100%; overflow: hidden; }
#proUL li .pic_01 img{ max-width: 100%; transition: all 0.3s; }
#proUL li .pic_02{ height: 30px; line-height: 30px; padding-top: 5px;}
#proUL li .pic_03{ height: 40px; line-height: 20px; margin: 5px auto 0px; overflow: hidden; width:96%;}
#proUL li .pic_04{ height: 28px; line-height: 28px;  color:#035BAE; margin-top: 5px; } 
#proUL li .pic_04 a{ color:#035BAE; margin: 0px 5px; display: inline-block ;}
#proUL li:hover .proULc{ background: #035BAE; color: #fff;}
#proUL li:hover .pic_01 img{ transform:scale(1.05); }
#proUL li:hover .pic_04{ color: #fff; }
#proUL li:hover .pic_04 a{ color: #fff; }

@media(min-width:1400px) 
{
    #proUL li .pic_02{ font-weight: bold; height: 35px; line-height: 35px;}
    #proUL li .pic_04{  font-weight: bold; margin-top: 10px;}
    #proUL li .pic_03{ width:90%; }
}

/* CSS Info */

#newTitle{ text-align:center; font-size: 1.6rem; line-height:1.6;}
.newsInfo{ height: 50px; margin: 15px auto; line-height: 50px; color:#999999;  border-top:solid 1px #f5f5f5; border-bottom:solid 1px #f5f5f5; }
.newsInfo i{ margin-right: 5px; }
.sha{ margin-right: 10px; float: right; }
.sha a{ float: left;  margin-left: 10px;}
.sha a:hover{ animation: swing 1s; }
.sha span{ float: left; }
#infoImage{width:100%;text-align:center;margin:10px 0 10px 0;}
#infoImage img{ max-width:100%;}
#newsContent{ margin:0 auto;line-height:2; padding:5px;}
.pros_img{ width: 100%; text-align: center;}
.pros_img img{  max-width: 100%;}
.pros_cc{ margin-top: 15px; }
.prosp1{ line-height: 1.8; color: #666;}
.pros_cc strong{ color: #035BAE; font-size: 1.4rem;}
.pros_cc a{ color:#ef3218;  }
.prosp2{ line-height: 2; margin-top: 5px;}
.prosp3{ height: 50px; position: relative; margin-top: 10px;}
.prosp3 a{ width: 100%; height: 50px; line-height: 50px; float: left; font-size: 1.4rem; text-align: center; color: #fff; background: #035BAE; }
.prosp3 a:hover{ background: #ef3218; }
.prosp3 a#messbtn{ margin-left: 15px; }
.promess_ul li{ margin-top: 5px; }
.mess_InputText{ width:90%; height: 35px; line-height: 35px; border: solid 1px #dedede; padding: 0px 10px; border-radius: 5px; outline: none;}
.mess_textarea{ width:90%; height: 105px; line-height: 35px; border: solid 1px #dedede; padding: 0px 10px; border-radius: 5px; outline: none; }
.mess_yanzheng{ width:20%; height: 35px; line-height: 35px; border: solid 1px #dedede; padding: 0px 10px; border-radius: 5px; outline: none; float: left;}
.mess_img1{ float: left; cursor: pointer; margin-left: 5px; margin-top: 5px;}
.mess_but{ float: left; width: 40%; height: 35px; line-height: 35px; text-align: center; background: #035BAE; color: #fff; margin-left: 20px; border-radius: 5px;}
.mess_but:hover{ background:#ef3218;   }
.pdt{ margin:20px 0px; font-size: 1.6rem; color: #035BAE; font-weight: bold;}
.hjimg img{ width: 100%; }
#newsContent img{max-width:100%; }
@media (min-width:768px) 
{
    #newTitle{ font-size: 1.8rem; }
    .owl-itemhj{ padding:0px 5px; }
    #newsContent img{max-width:90%; }
}
@media (min-width:992px) 
{
    #newTitle{ font-size: 2rem; }
    .pros_img{ width: 40%; float: left; }
    .pros_cc{ width: 56%; margin-top: 15px; float: right;}
    .prosp3 a{ width: 200px; }
    .promess_ul{ width: 55%; float: left;}
    .messimg1{ width: 45%; float: left; text-align: center;  }
    .messimg1 img{ max-width: 100%; }
    #newsContent img{max-width:70%; }
}
@media (min-width:1400px) 
{
    #newTitle{ font-size: 2.2rem; }
    #newsContent{ font-size: 1.4rem; }
    #newsContent img{ text-align:center; }
    .prosp1{ line-height: 1.8; color: #666; font-size: 1.4rem;}
    .pros_cc strong{ font-size: 1.6rem; }
    .mess_InputText{ height: 45px; line-height: 45px; }
    .mess_yanzheng{ height: 45px; line-height: 45px; }
    .mess_img1{ margin-top: 10px; }
    .mess_but{ height: 45px; line-height: 45px; }
    
    .prosp2{ font-size: 1.6rem; }
    .prosp3 a{ font-size: 1.6rem; }
    #newsContent img{max-width:60%; }
}

.newsContent img{ text-align:center; }
.newsContent table {
    width:100%;
    margin:0 auto;
    border-width:1px;
    font-family: verdana,arial,sans-serif;
    color:#333;
    border-color: #f1f1f1 !important;
    border-collapse: collapse;
    box-sizing: border-box;
}
.newsContent table th {
    border-width:1px;
    padding:5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
    background-color: #dedede;
}
.newsContent table td {
    border-width:1px;
    padding:5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
}
.newsContent table td a { text-decoration:underline; color: #333;}
.contactp1{ padding:5px 0px 5px 0px; font-size: 1.4rem; font-weight: bold;}
.contactp2{ line-height: 1.8; padding:5px 8px; border:solid 1px #dedede; margin-bottom: 10px; color: #999;}

.contactus{ height:auto; line-height:2; text-align:left; margin-bottom: 10px;}
.lx{ line-height:2; color: #999; border:solid 1px #dedede; padding: 8px;}
.lx strong{ color:#D60303; }
@media (min-width:768px) 
{
    .contactus{ float: left; margin-left: 2%;}
    .contactusimg{ float: right; margin-right: 2%;}
}
@media (min-width:1400px) 
{
    .contactp1{font-size: 2rem; padding:10px 0px 10px 0px;}
}
#company_main{ margin:0 auto; line-height:2; }
#company_main img{ max-width:100%; }
#company_main a{ text-decoration:underline; }
#newsContent div.alink{ padding:5px; margin:0 auto; text-indent:0em;}
.case_p1{ padding: 10px 0px; font-size: 1.8rem; font-weight: bold; border-bottom: solid 1px #f5f5f5;}
#company_main strong{ color: #cd0000; }
.procls{ padding: 0px 0px 10px 0px; }
.procls li{ height: 45px;    margin-bottom: 10px;}
.procls li a{ font-size: 1.6rem; width: 100%; height: 45px; border-radius:5px; line-height: 45px; text-align: center; background: #f1f1f1; float: left;}
.procls li a:hover{ background: #035BAE; color: #fff; }
.procls li.on a{ background: #035BAE; color: #fff; }
/*Related*/
.related{ padding:10px; float: left; width: 100%;}
.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:50%; height:30px; line-height:30px; 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:#035BAE;}
/*上一条下一条*/
#prev_next{margin: 10px auto;clear: both;overflow: hidden; }
#prev_next li{margin: 10px 0;}
#prev_next li i{ margin-right: 5px; }
#prev_next li a:hover{ color: #035BAE; }

/*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;color:#585858;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.current{border:solid 1px #035BAE;padding:3px 8px;font-weight:bold;margin:3px;color:#fff;background-color:#035BAE;}
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:10px auto;
    width: 100%;
}
.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: 8px; float: left; color:#ef3218; }
.mess1{ width:600px; float: right;}
.cmessage_ul{
    margin:15px auto;
    width:600px; float: left;font-size: 1.4rem;
}
.cmessage_ul li{
    float:left;
    width:100%;
    margin: 5px 0px;
}
.cmessage_ul li label{ width:80px; float:left; text-align:right; margin-top: 10px;}
.cmessage_ul li b{ margin-top: 5px; float: left; }
.messimg{ float: right; margin-top: 20px; }
.G_textarea{
    width:100%;
    height:100px;
    border:1px solid #dedede;padding:3px;
    float: left;
}
.G_InputText{
    width:100%;
    height:40px;
    line-height:40px;
    border:1px solid #dedede;
    padding:3px;
    float:left;
    border-radius: 2px;
}
.yanzheng{
    width:100px;
    height:40px;line-height:40px;
    border:1px solid #dedede;
    padding:3px;
}
.But{
    width:150px;
    height:40px;
    line-height:40px;
    background:#035BAE;
    border-radius:2px;
    text-align:center;
    margin-top:14px;
    margin-left:10px;
    color:#FFF;
    cursor:pointer;
    transition: all 1s;
-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;
}
.But:hover{
    background:#ef3218;
}
input[type=radio].msradio{ margin-top: 12px; }
@media(min-width:768px) 
{
    .message_ul{ width: 500px; }
    .message_ul li label{ margin-top:11px;}
    .G_textarea{ width: 400px; }
    .G_InputText{ width: 300px; }
    input[type=radio].msradio{ margin-top: 15px; }
    .message_ul li b{ margin-top: 11px; }
}
@media(min-width:1400px) 
{
    .message_ul{ width: 500px;  float: left;}

}
/*******************************message css end***************************************/

/******************************job css start***************************************/
.job_ul{}
.job_ul li{
	width:100%;
	border-bottom:dashed 1px #cfcfcf;
	float:left;
	line-height:30px;
    padding-bottom: 15px; margin-bottom: 15px;
}
.job_ul li .recruit_info{
	float:left;
}
.job_ul li .recruit_info .job_nam{
	color:#ef3218;
	font-weight:bold;
}
.jobs_but{
	width:80px;
	height:30px;
	line-height:30px;
	background: #1C5FB8;
	border-radius:2px;   
	float:right;
	margin-top:10px;
	margin-right:22px;
	text-align:center;
}
.jobs_but a{
	color:#FFF;
	display:block;
}
.jobs_but:hover{ background: #ef3218; }

.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:#035BAE;
	color:#ffffff;
	line-height:40px;
    text-align: center;
    font-size: 1.4rem;
}
.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;
}
@media(min-width:1400px) 
{
     .recruit_info_tit_bg .recruit_info_tit{ font-size: 1.6rem; }
     .jobs_but{
        width:120px;
    height:40px;
    line-height:40px;
     }
}
/*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);
      }
}