@charset "utf-8";/* CSS Document */
@font-face {
    font-family: 'verlag';
    src: url('fonts/verlag.eot');
    src: url('fonts/verlag.eot') format('embedded-opentype'),
         url('fonts/verlag.woff2') format('woff2'),
         url('fonts/verlag.woff') format('woff'),
         url('fonts/verlag.ttf') format('truetype'),
         url('fonts/verlag.svg#verlag') format('svg');
}
.ziti{font-family: 微软雅黑;}

*{margin: 0;padding: 0;}
html {font-size: 62.5%;height: 100%;background-color: #fff;}
body {margin: 0 auto; font-size: 14px;font-size: 1.4rem;max-width: 1920px;position: relative;
overflow-x: hidden;font-family: 微软雅黑;
}
img {border: none;}
ul li {list-style-type: none;}
ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span {margin: 0;padding: 0;list-style: none;color: #333;}
a {text-decoration: none;color: #333;outline: none;transition: 0.3s;-moz-transition: 0.3s;-o-transition: 0.3s;-webkit-transition: 0.3s;}
h1 {margin: 0;padding: 0;font-weight: normal;color: #333;}
.clear {clear: both;}
.maln {margin-left: auto !important}
input, textarea {font-size: 12px;font-size: 1.2rem;color:#333;border: none;outline: none;}
.l{ float:left;}
.r{ float:right;}
.fix{*zoom:1; } .fix:after,.fix:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }


.wp{position: relative;}
.box{position: relative;}


@media screen and (min-width:1220px)  {.wp {width: 1200px;margin: auto;}}
@media screen and (min-width:1000px) and (max-width:1219px) {.wp {width: 980px;margin: auto;}}
@media screen and (max-width:999px) {.wp {width: 95%;margin: auto;}}

#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;  background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease;z-index:99999999999999999999999999999999999999;}
#baguetteBox-overlay.visible{opacity:1}
#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center;}
#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}
#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);}

#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family: 微软雅黑;}
#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-moz-transform .4s ease;transition:left .4s ease,transform .4s ease}
#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}
#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}
.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}
.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;
border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease;}
.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}
.baguetteBox-button#next-button{right:2%;display: block!important;}
.baguetteBox-button#previous-button{left:2%;display: block!important;}
.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}
.baguetteBox-button svg{position:absolute;left:0;top:0}
.spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}
.double-bounce1,.double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}
.double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}
@-webkit-keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}
@keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}
@-webkit-keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}
@keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}
@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}
@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}

.mln{margin-left: 0!important;}
.mbn{margin-bottom: 0!important;}
.mtn{margin-top: 0!important;}


::-webkit-input-placeholder {/* WebKit browsers */
 color:#333;font-size:14px;font-size:1.4rem;}
:-o-placeholder {/* Mozilla Firefox 4 to 18 */
 color:#333;font-size:14px;font-size:1.4rem;}
::-moz-placeholder {/* Mozilla Firefox 19+ */
 color:#333;font-size:14px;font-size:1.4rem;}
:-ms-input-placeholder {/* Internet Explorer 10+ */
 color:#333;font-size:14px;font-size:1.4rem;}


/* HEAD1 */
.head1{padding-top: 7px;padding-bottom: 6px;background-color: #e77812;}
/* .head1 .wp{max-width: } */
.head1 .form1{width: 250px;border-bottom: 1px solid #fff;height: 21px;line-height: 21px;margin-top: 3px;}
.head1 .form1 .ipt{width: 200px;float: left;display: block;height: 21px;left: 21px;color:#fff;background-color: transparent;border: none;outline: none; font-size:14px;font-size:1.4rem; font-family: 微软雅黑;padding-left: 1px;}
.head1 .form1 .ips{width: 22px;float: right;cursor: pointer;display: block;height: 21px;line-height: 21px;border: none;outline: none;  background:url(../images/sousuo.png) no-repeat center center;}

.head1 dl{margin-left: 12px;}
.head1 dl dd{float: left;margin-left: 6px;}
.head1 dl dd a img{display: block;} 
.head1 dl dd a:hover img {transform:rotate(360deg);}

.head1 .yuyan{margin-left: 11px;height: 21px;line-height: 21px;}
.head1 .yuyan .a1{ height: 21px;line-height: 21px;float: left; margin-left: 5px; display: block;text-transform: uppercase;color:#fff;font-size:14px;font-size:1.4rem;}
.head1 .yuyan .a2{ height: 21px;line-height: 21px;float: left; display: block;text-transform: uppercase;color:#fff;font-size:14px;font-size:1.4rem;}
.head1 .yuyan span{margin-top: 0px; height: 21px;line-height: 21px;display: block;float: left;margin-left: 5px;margin-right: 5px;color:#fff;font-size:14px;font-size:1.4rem;}
.head1 .yuyan a:hover{color: #0093dd;}


/* head */
.head{ border-bottom: 4px solid #0093dd; width: 100%;z-index: 999; position: static;top: 0px;left: 0;padding-top: 23px; background:#313131; -ms-box-sizing: border-box;-o-box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.head .logo{width: 330px;}
.head .logo a{display: block;}
.head .logo a img{max-width:100%; display: block;}

// .head .nav2{margin-left: 100px;padding-top: 29px;}
// .head .nav2 ul li{float: left;margin-left: 33px;padding-bottom: 0px;position: relative;padding-bottom: 27px; }
// .head .nav2 ul li>a{text-transform: uppercase; position: relative;top:0; display: block;color:#fff;font-size:16px;font-size:1.6rem; font-weight: bold;padding-bottom: 18px;}
// .head .nav2 ul li:hover >a{background:url(../images/hd-libg.png) no-repeat bottom center;  color: #217fc4;}
// .head .nav2 ul li.on>a{background:url(../images/hd-libg.png) no-repeat bottom center; color: #217fc4;}


// .nav2 ul li:hover .divshow{display: block;z-index: 999;}
// .nav2 .divshow{position: absolute;top: 100%;left: 0%;margin-left:0px; display: none;padding-bottom: 2px;}
// .nav2 .divshow .show1{width: 220px;background:#dadada;position: relative;border-bottom: 1px solid #b9baba;}
// .nav2 .divshow .show1>a{color:#333; padding-top: 6px;padding-bottom: 6px; line-height: 25px;font-size:14px;font-size:1.4rem;display: block; margin-left: 32px;margin-right: 23px; }
// .nav2 .divshow .show1:hover  > a{color: #fff;}
// .nav2 .divshow .show1:hover{background-color: #1f1f1f;}

// .nav2 .divshow .show1:hover dl{display: block;}
// .nav2 .divshow dl{position: absolute;left: 100%;top: 0;padding-left: 0px;display: none;}
// .nav2 .divshow dl dd{width: 215px;background:#dadada;border-bottom: 1px solid #b9baba;}
// .nav2 .divshow dl dd a{color:#333; padding-top: 6px;padding-bottom: 6px; line-height: 25px; font-size:14px;font-size:1.4rem;display: block;margin-left: 32px;margin-right: 23px; }
// .nav2 .divshow dl dd:hover a{color: #fff;}
// .nav2 .divshow dl dd:hover{background-color: #1f1f1f;}


.head .nav2{margin-left: 100px;padding-top: 29px;}
.head .nav2 ul li.li2{position: static;}
.head .nav2 ul li{float: left;margin-left: 63px;padding-bottom: 0px;padding-bottom: 27px; position: relative;}
.head .nav2 ul li>a{text-transform: uppercase; position: relative;top:0; display: block;color:#fff;font-size:16px;font-size:1.6rem; font-weight: bold;padding-bottom: 18px;}
.head .nav2 ul li:hover >a{background:url(../images/hd-libg.png) no-repeat bottom center;  color: #217fc4;}
.head .nav2 ul li.on>a{background:url(../images/hd-libg.png) no-repeat bottom center; color: #217fc4;}


.head .nav2 ul li.li2 dl{display: none;position: absolute; left: 0;top: 100%;width: 100%; z-index: 9999;background-color: #fff;}
.head .nav2 ul li.li2 dl .show2{padding-top: 15px;padding-bottom: 15px;}
.head .nav2 ul li.li2 dl dd{width: 14%;padding-top: 30px;padding-bottom: 0px; float: left;}
.head .nav2 ul li.li2 dl dd a img{display: block;margin: 0 auto;max-width: 95%;width: 95%;border-bottom: 1px solid #ccc;}
.head .nav2 ul li.li2 dl dd a{margin-bottom: 15px;padding-bottom: 15px; font-size:14px;font-size:1.4rem;text-transform: uppercase; display: block;padding-left: 20px;padding-right: 20px;line-height: 20px;padding-top: 5px;padding-bottom: 5px; }
.head .nav2 ul li.li2 dl dd a:hover{color: #217fc4;}
.head .nav2 ul li.li2:hover dl{display: block;}


.nav2 ul li.li1:hover .divshow{display: block;z-index: 999;}
.nav2 li.li1 .divshow{position: absolute;top: 100%;left: 0%;margin-left:0px; display: none;padding-bottom: 2px;}
.nav2 li.li1 .divshow .show1{width: 215px;background:#dadada;position: relative;border-bottom: 1px solid #b9baba;}
.nav2 li.li1 .divshow .show1>a{color:#333; padding-top: 6px;padding-bottom: 6px; line-height: 25px;font-size:14px;font-size:1.4rem;display: block; margin-left: 32px;margin-right: 23px; }
.nav2 li.li1 .divshow .show1:hover  > a{color: #fff;}
.nav2 li.li1 .divshow .show1:hover{background-color: #1f1f1f;}

.nav2 li.li1 .divshow .show1:hover dl{display: block;}
.nav2 li.li1 .divshow dl{position: absolute;left: 100%;top: 0;padding-left: 0px;display: none;}
.nav2 li.li1 .divshow dl dd{width: 215px;background:#dadada;border-bottom: 1px solid #b9baba;}
.nav2 li.li1 .divshow dl dd a{color:#333; padding-top: 6px;padding-bottom: 6px; line-height: 25px; font-size:14px;font-size:1.4rem;display: block;margin-left: 32px;margin-right: 23px; }
.nav2 li.li1 .divshow dl dd:hover a{color: #fff;}
.nav2 li.li1 .divshow dl dd:hover{background-color: #1f1f1f;}




.nav3{ background:#e77812;display: none;padding-top: 10px;padding-bottom: 10px;}
.nav3 ul li{float: left;width: 25%; position: relative;padding-bottom: 10px;padding-top: 10px;}
.nav3 ul li>a{display: block;color:#fff;font-size:16px;font-size:1.6rem; text-align: center;}
.nav3 ul li.on{background:#217fc4;}
.nav3 ul li.on>a{color:#fff;}


/*.container*/
.container{ width:5px; height:100%;position:absolute; right:0px;transition:all 0.4s ease 0s; z-index:999999999999999; cursor:pointer;position: fixed;top: 0px;right: 0;display: block;}
.nav{width:250px;background:rgba(0,0,0,0.8);position: absolute;top: 0;right: 0;display: block;height: auto;}
.nav ul {display: none; margin-top:10px;margin-bottom: 20px;}
.nav ul li{line-height: 40px;font-size: 12px; font-size:1.2rem;text-indent: 30px;}
.nav ul li a{ color:#fff;}
.menubtn{width: 35px;height: 30px;position: absolute;top:21px;right:15px;transition:all 0.4s ease 0s; z-index:9999}
.menubtn span{display: block;width: 100%;height: 5px;margin-bottom: 5px;background-color: #217fc4;}
@media screen and (min-width:980px) {.container,.nav{ display:none}}



@media screen and (max-width:1219px){
    .head .nav2 ul li{margin-left: 20px;}
    .head .nav2 ul li>a{font-size:14px;font-size:1.4rem;}
    .head .nav2{margin-left: 40px;}
}
@media screen and (max-width:999px){
    .head .nav2 ul li{margin-left: 15px;}
    .head .nav2{margin-left: 10px;}
}
@media screen and (max-width:979px){
    .head{position: static;height: auto;border-bottom: 0px solid #0093dd;padding-top: 10px;padding-bottom: 10px;}
    .head .nav2{display: none;}
    .nav3{display: block;border-bottom: 4px solid #0093dd;}
    .menubtn{top: 75px;}
    .search{right: 45px;margin-top: 8px;}
}
@media screen and (max-width:639px){
    .head .sousuo{margin-right: 45px;}
}
@media screen and (max-width:500px){
    .head1 .h1box{float: none;}
    .head1 .form1{float: none;margin-bottom: 10px;}
    .menubtn{top: 25px;}
    .head .logo{width: 200px;}
    .head{padding-top: 10px;}
}
@media screen and (max-width:360px){
    .nav3 ul li>a{font-size:14px;font-size:1.4rem;}
}




 /*lun bo*/
.index_focus {position: relative;width: 100%;height:469px;margin: 0 auto; overflow:hidden; z-index:9}
.index_focusn{width:1920px; position:absolute; left:50%; top:0px; margin-left:-960px; height:100%;z-index:99}
.index_focus .bd li {display: none;position: absolute;left: 0;top:0;width:1920px;z-index:999}

.index_focus_post {z-index: 10;}
.index_focus .pic {height: auto;display: block; margin:0 auto;}
.index_focus .pic:hover {text-decoration: none;}
.index_focus .slide_nav {position: absolute; bottom:26px; left:50%; margin-left:-42px; z-index:9998 }
.index_focus .slide_nav a{ width:12px; height:12px; cursor:pointer;float:left; margin-right:4px; margin-left:5px; background:#fff;}

.index_focus_post {z-index: 10;}
.index_focus .pic {height: auto;display: block; margin:0 auto;}
.index_focus .pic:hover {text-decoration: none;}
.index_focus .slide_nav li:hover,.index_focus .slide_nav .on{text-decoration: none;background:#e77814;}

.index_focus_pre,.index_focus_next {display: none;position: absolute;top: 57%;margin-top:-35px;width:61px;height:61px;text-indent: 100%;white-space: nowrap;overflow: hidden;z-index:9999}
.index_focus_pre {left: 68px; background:url(../images/baleft.png) no-repeat;}
.index_focus_next {right: 68px;background:url(../images/baright.png) no-repeat;}


.index_focus1 {position: relative;width: 100%;height:469px;margin: 0 auto; overflow:hidden; z-index:9}
.index_focusn1{width:1920px; position:absolute; left:50%; top:0px; margin-left:-960px; height:100%;z-index:99}
.index_focus1 .bd li {display: none;position: absolute;left: 0;top:0;width:1920px;z-index:999}

.index_focus_post {z-index: 10;}
.index_focus1 .pic {height: auto;display: block;    margin:0 auto;}
.index_focus1 .pic:hover {text-decoration: none;}


.index_focus_post {z-index: 10;}
.index_focus1 .pic {height: auto;display: block;    margin:0 auto;}
.index_focus1 .pic:hover {text-decoration: none;}


.index_focus_pre1,.index_focus_next1 {display: none;position: absolute;top: 57%;margin-top:-35px;width:61px;height:61px;text-indent: 100%;white-space: nowrap;overflow: hidden;z-index:9999}
.index_focus_pre1 {left: 68px; background:url(../images/baleft.png) no-repeat;}
.index_focus_next1 {right: 68px;background:url(../images/baright.png) no-repeat;}


@media screen and (min-width:1000px) and (max-width:1219px) {
.index_focus {height:373px;}
.index_focusn img {width: 80%;}
.index_focus1 {height:375px;}
.index_focusn1 img {width: 80%;}
}
@media screen and (min-width:1000px) {.carousel,.clear2{display: none}}
@media screen and (max-width:999px) {
.index_focus {display: none}
.index_focus1 {display: none}

.carousel{width: 100%;position: relative;overflow: hidden;}
.carousel ul{width: 100%;height: 100%;}
.carousel ul li{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.carousel ul li img{width: 100%; vertical-align: middle;}
.carousel ol{position: absolute;z-index: 2;width: 70px;height:10px;bottom: 10px;left: 50%;-webkit-transform:translate3d(-50%,0,0);}
.carousel ol li{float: left;width: 10px;height: 10px;margin-right: 10px;border-radius: 5px;background-color: #fff;transition:all 0.3s ease 0s;}
.carousel ol li.cur{width: 10px;background:#217fc4;}
.carousel ol li:last-child{margin: 0;}
}


/*main2*/
/* .main2 a,.main2 span{color: #333;} */
.main2{ padding-bottom: 113px;padding-top: 91px;background:url(../images/m2bg.jpg) no-repeat top center;}
.m2biao a{ display:block; text-align:center;font-size:36px;font-size:3.6rem;color:#333;line-height: 50px;text-transform: uppercase;}
.m2biao a:hover{color: #005ca2;}
.main2 .txt{width: 80%;padding-top: 27px;margin: 0 auto;}
.main2 .txt p{text-align: center;}
.main2 .txt p a{display: block; font-size: 16px;color: #666;line-height: 30px;font-family: 微软雅黑;}
.main2 .txt p a:hover{color: #005ca2;}
.main2 .wp{ position:relative; height:880px; z-index:99;}
.m2tu{ position:absolute; display:block; width:422px; left:50%; margin-left:-211px; top:340px; transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;-webkit-transition:0.5s;transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg); border-radius:50%; overflow:hidden;}
.m2tu img{ width:100%; max-width:422px; max-height:421px;}
.m2tu:hover{transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);}
.m1ntu{ position:absolute;}
.m1ntu>a{ display:block; width:107px;}
.m1ntu>a>img{ width:100%; max-width:107px; max-height:123px;}
.m1{ width:489px; position:absolute; left:0px; top:252px;}
.m1 .m1ntu{ left:0px; top:20px;}
.m1 .m1zi{ padding-left:120px; background:url(../images/zhexian1.png) no-repeat 13px 78px; padding-right:35px;padding-top: 4px;}
.m1shu{ display:block; float:left; font-size:60px; font-size:6rem;position: relative;top: -7px;font-family: 微软雅黑;}
.m1shu2{font-family: 微软雅黑; display:block; float:left; font-size:26px; font-size:2.6rem;  line-height:24px; margin-left:10px;line-height: 31px; margin-top:8px;color: #005ca2;font-weight: bold;}
.m1shu2 span{ color:#005ca2;}
.m1 .m1shu2{margin-top: 3px;}
.m2 .m1shu2{margin-top: 9px;}
.m4 .m1shu2{margin-top: 2px;}
.m1 .m1zi p{ font-size:16px; line-height:24px; padding-top:15px;color: #000000;padding-right: 30px;}
.m1 .m1zi p a{ color:#000000; display:block;font-size:16px;font-size:1.6rem;line-height: 24px;}
.m1 .m1shu{margin-left: 10px;padding-top: 5px;}
.m1fu{ width:0px; height:0px; overflow:hidden; background:url(../images/ssanjiao.png) no-repeat 28px top; position:absolute; left:0px; top:98px; z-index:99999 !important; transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;-webkit-transition:0.5s;*display:none}
.m1fun{ margin-top:12px; background:url(../images/lanbei.png); border-radius:5px; padding:47px 42px 42px 42px;}
.fu1tu{ display:block; border:1px solid #fff; border-radius:5px; overflow:hidden; width:364px; float:left;}
.fu1tu img{ width:100%; max-width:364px; max-height:246px;}
.m1fu ul{ float:left; width:595px; float:right;}
.m1fu ul li{ padding-left:32px; margin-top:13px;}
.m1fu ul li a{ display:block;font-size:14px; font-size:1.4rem; color:#fff; line-height:30px;}
.m1fu ul li a strong{ font-size:14px; font-size:1.4rem;}

.m1ntu:hover .m1fu{ width:795px; height:560px;}

.m2{ width:488px; position:absolute; left:0px; bottom:19px;}
.m2 .m1ntu{ left:0px; top:24px;}
.m2 .m1zi{ padding-left:120px; padding-right:32px; background:url(../images/zhexian2.png) no-repeat 36px 27px;}
.m2 .m1zi p {padding-right: 32px;}
.m2 .m1zi p a{ display:block; font-size:14px; font-size:1.6rem; line-height:24px; padding-top:24px;color: #000;}
.m2 .m1shu{ margin-left:12px;position: relative;top: 2px;font-family: 微软雅黑;}
.m2fu{ width:0px; height:0px; overflow:hidden; background:url(../images/xsanjiao.png) no-repeat 28px bottom; position:absolute; left:0px; bottom:100px; z-index:99999 !important; transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;-webkit-transition:0.5s;*display:none}
.m2fun{ background:url(../images/lanbei.png); border-radius:5px; padding:31px 27px 27px 27px;}
.fu2tu{ display:block; border:1px solid #cfcfcf; border-radius:5px; overflow:hidden; width:308px; float:left;}
.fu2tu img{ width:100%; max-width:308px; max-height:200px;}
.m2fu ul{ width:587px; float:right; padding-top:13px;}
.m2fu ul li{ padding-left:16px;  margin-top:20px;}
.m2fu ul li a{ display:block; color:#fff; font-size:14px; font-size:1.4rem; line-height:20px;}
.m1ntu:hover .m2fu{ width:795px; height:369px;}

.m3{ width:489px; position:absolute; right:0px; top:252px;}
.m3 .m1ntu{ right:0px; top:22px;}
.m3 .m1zi{ padding-left:65px; padding-right:107px; background:url(../images/zhexian3.png) no-repeat 47px 78px;}
.m3 .m1zi p{ font-size:16px; line-height:24px; padding-top:27px;padding-left: 49px;color: #000;}
.m3 .m1zi p a{ display:block;font-size:16px; line-height:24px; color: #000;}
.m3 .m1shu{ margin-left:72px;position: relative;top: 2px;font-family: 微软雅黑;}
.m3 .m1shu2{ margin-left:17px;font-family: 微软雅黑;}
.m3fu{ width:0px; height:0px; overflow:hidden; background:url(../images/ssanjiao.png) no-repeat 900px top; position:absolute; right:2px; top:98px; z-index:99999 !important; transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;-webkit-transition:0.5s;*display:none}
.m3fun{ margin-top:12px; background:url(../images/lanbei.png); border-radius:5px; padding:38px 49px 34px 49px;}
/*** xiugai ***/
.m3fun>ul{}
/** xiugai **/
.m3fun>ul li{ }
/**  xiugai  **/
.m3fun>ul li a{ display:block; width:343px; float:left; font-size:14px; font-size:1.4rem; line-height:44px; color:#fff;}
.m3fun>ul li p{ font-size:18px; font-size:1.8rem; color:#fff; line-height:42px; float:right; font-style:italic; width:55px;}
.m3fun>ul li p span{ font-size:24px !important; font-size:2.4rem !important;}
.m3fur{ width:449px; float:right;}
.fu3tu{ display:block; width:331px; border:5px solid #bdccdd; border:5px solid rgba(255,255,255,0.7);}
.fu3biao{ display:block; font-size:14px; font-size:1.4rem; line-height:30px; font-weight:bold; color:#fff; margin-top:21px;}
.m3fur ul{ margin-top:7px;}
.m3fur ul li a{ display:block; line-height:30px; color:#fff; padding-left:13px; }
.m1ntu:hover .m3fu{ width:795px; height:369px; }

.m4{ width:488px; position:absolute; right:0px; bottom:19px;}
.m4 .m1ntu{ right:0px; top:23px;}
.m4 .m1zi{ padding-left:64px; padding-right:109px; background:url(../images/zhexian4.png) no-repeat 48px 27px;}
.m4 .m1zi p{ font-size:16px; line-height:24px; padding-top:26px;padding-left: 41px;color: #000;}
.m4 .m1zi p a{ display:block;font-size:16px; line-height:24px;color: #000;}
.m4 .m1shu{ margin-left:73px;position: relative;top: -2px;}
.m4 .m1shu2{ margin-left:7px;}
.m4fu{ width:0px; height:0px; overflow:hidden; background:url(../images/ssanjiao.png) no-repeat 1134px top; position:absolute; right:1px;z-index:99999 !important; transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;-webkit-transition:0.5s; *display:none}
.m4fun{ margin-top:12px; background:url(../images/lanbei.png); border-radius:5px; padding:41px 19px 37px 31px;}
.m4fu ul{ width:300px; float:left;}
.m4fu ul li{ line-height:48px; padding-left:47px; font-size:18px; font-size:1.8rem; color:#fff; margin-top:22px;}

.m4fun>p>a{ display:block; width:385px; float:left; margin-left:35px; font-size:14px; font-size:1.4rem; line-height:30px; color:#fff;}
.fu4tu{ display:block; width:416px; float:right;}
.fu4tu img{ width:100%; max-width:416px; max-height:272px;}
.m1ntu:hover .m4fu{ width:795px; height:370px;}
.m1zi a:hover,.m1zi p a:hover{ color:#217fc4;}
.xiangxia2{ display:block; width:50px; position:absolute; left:50%; margin-left:-25px; bottom:16px; z-index:99999}
@media screen and (min-width:1000px) and (max-width:1219px){
.main2 .wp{ position:relative; height:700px; z-index:99}
.m1ntu>a{ width:72px;}
.m1shu2{ display:block; float:left; font-size:14px; font-size:1.4rem; font-weight:bold; line-height:27px; margin-left:10px; margin-top:6px;}
.m2tu{ width:300px; left:50%; margin-left:-150px; top:330px;}
.m1{ width:387px; top:240px;}
.m1 .m1zi{ padding-left:85px; padding-bottom:80px; background:url(../images/zhexian1.png) no-repeat right 63px;}
.m1ntu:hover .m1fu{ width:975px; height:349px;}
.m1fun{ padding:27px 20px 22px 20px;}
.m1fu ul{ width:555px;}
.fu1tu{ margin-top:17px;}
.m2{ width:390px; position:absolute; left:0px; bottom:-65px;}
.m2 .m1ntu{ left:0px;}
.m2 .m1zi{ padding-left:76px; background:url(../images/zhexian2.png) no-repeat 0px 23px;}
.m2 .m1zi ul{ display:none}
.m1ntu:hover .m2fu{ width:975px; height:272px;}
.m3{ width:400px; position:absolute; right:0px; top:232px;}
.m3 .m1ntu{ right:0px;}
.m3 .m1zi{ padding-left:58px; padding-right:80px; background:url(../images/zhexian3.png) no-repeat 0 70px; padding-bottom:90px;}
.m4{ width:380px; position:absolute; right:0px; bottom:-114px;max-height: 250px;overflow: hidden;}
.m4 .m1ntu{ right:0px;}
.m4 .m1zi{ padding-right:70px; background:url(../images/zhexian4.png) no-repeat 0 20px;}
.m4fu{ background:url(../images/ssanjiao.png) no-repeat 922px top;}
.m1ntu:hover .m4fu{ width:975px; height:362px;}
.m4fun{ padding:30px 10px 37px 10px;}
.m4fu ul{ width:240px; float:left; padding-top:15px;}
.m4fu ul li{font-size:14px; font-size:1.4rem; padding-left:30px;}
.m4fun>p>a{ width:350px; float:left; margin-left:20px; font-size:14px; font-size:1.4rem; line-height:30px; color:#fff;}
.fu4tu{ display:block; width:320px; float:right; padding-top:40px;}
}
@media screen and (min-width:1000px){

}
@media screen and (max-width:999px){
.main2{ padding-bottom:50px; padding-top:30px;}
.main2 .wp{ position:relative; height:auto; z-index:99}
.m2tu{ display:none}
.m1{ width:100%; position:relative; top:auto; left:auto; margin-top:30px;}
.m2{ width:100%; position:relative; bottom:auto; left:auto; margin-top:30px;}
.m3{ width:100%; position:relative; top:auto; right:auto; margin-top:30px;}
.m4{ width:100%; position:relative; bottom:auto; right:auto; margin-top:30px;}
.m1 .m1ntu,.m2 .m1ntu,.m3 .m1ntu,.m4 .m1ntu{ left:0px; top:0px;}
.m1ntu>a{ width:60px;}
.m1zi{ background:none !important; padding-left:70px !important; padding-right:0px !important;}
.m1fu,.m2fu,.m3fu,.m4fu,.m5fu{ display:none}
.m1shu{ display:block; float:left; font-size:44px; font-size:4.4rem; margin-left:auto !important; margin-top:10px;}
.m1shu2{ display:block; float:left; font-size:14px; font-size:1.4rem; font-weight:bold; line-height:22px; margin-left:10px;  margin-top:10px;}
.m1 .m1zi p,.m2 .m1zi p,.m3 .m1zi p,.m4 .m1zi p{ position:relative; margin-left:-70px;}
.m3 .m1zi p{padding-left: 0;}
.m4 .m1zi p{padding-left: 0;}
.m2 .m1zi ul{ margin-top:20px;}
.m2 .m1zi ul li{ margin-top:5px;}

.m1 .m1shu2{margin-top: 15px;}
.m4 .m1shu2{margin-top: 10px;}
.m3 .m1shu2{margin-top: 10px;}
.m4 .m1shu2{margin-top: 15px;}
}
@media screen and (max-width:639px){
.m1 .m1ntu,.m2 .m1ntu,.m3 .m1ntu,.m4 .m1ntu{ display:none}
.m1zi{padding-left:0px !important;}
.m1 .m1zi p,.m2 .m1zi p,.m3 .m1zi p,.m4 .m1zi p{ position:relative; margin-left:0px;}
.m2biao a{font-size:30px;font-size:3rem;}
.main2{background:#e9e8e4 url(../images/m2bg.jpg) no-repeat top center;}
.main2 .txt{width: 100%;}
}
.main2 .coop{position: absolute;bottom:-156px;}
.main2 .coop ul li{float: left;margin-right: 45px;}
.main2 .coop ul .mar{margin-right: 0;}
/* @media screen and (min-width:1320px) and (max-width:1319px){.m2tu{width: 433px;left: 50%;margin-left: -214px;top: 240px;}} */
@media screen and (min-width:1000px) and (max-width:1219px){.main2 .coop{position: absolute;bottom:-270px;}.main2{padding-bottom: 270px;}.main2 .coop ul li{margin: 10px 20px;}}
@media screen and (max-width:999px){.main2 .coop ul li{margin: 10px 20px!important;}.main2 .coop{position:relative;;bottom: auto;left: auto;margin-top: 20px; }}
@media screen and (max-width:591px){.main2 .coop ul li.lis{float: right;}}
@media screen and (max-width:410px){.m2biao a{font-size:20px;font-size:2rem;}}
@media screen and (max-width:394px){.main2 .coop ul li{margin: 5px!important;width: 147px;}}
@media screen and (max-width:330px){.main2 .coop ul li{margin: 10px auto!important;width: 147px;float: none!important;}}


/* main3 */
.main3{padding-top: 101px;padding-bottom: 150px;background:url(../images/m3bg.jpg) no-repeat top center;}
.main3 .m3title{text-align: center;position: relative;margin-bottom: 41px;}
.main3 a.biaoti{color:#fff;font-size:48px;font-size:4.8rem;text-transform: uppercase;}
.main3 a.biaoti:hover{color: #e77814;}
.main3 a.more{margin-bottom: 9px; border: 1px solid #ffffff; position: absolute;display: block;right: 0;bottom: 0;width: 123px;height: 42px;line-height: 42px;text-align: center;color:#fff;font-size:14px;font-size:1.4rem;font-weight: bold;}
.main3 a.more:hover{color: #e77814;}

.main3 .m3top{text-align: center;max-width: 1070px;margin: 0 auto 71px;}
.main3 .m3top li.hover,.main3 .m3top li:hover{border-radius: 10px;}
.main3 .m3top li {margin: 11px 7px; transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s; display: inline-block;width: 185px;height: 45px;line-height: 45px;text-align: center;border-radius: 25px;overflow: hidden;}
.main3 .m3top li a{font-size:14px;font-size:1.4rem; display: inline-block;width: 100%;height: 100%;text-align: center;line-height: 45px;background-color: #fff;color: #005ca2;}


.main3 .img-scroll1 { position:relative; }
.main3 .img-scroll1 .prev1,.main3 .img-scroll1 .next1{position:absolute;display:block;width:30px;height:43px;top: 112%;margin-top: 0px;}
.main3 .img-scroll1 .prev1 { left:47.5%;cursor:pointer; background:url(../images/arrowleft.png) no-repeat center;}
.main3 .img-scroll1 .next1 { right:47.5%;cursor:pointer; background:url(../images/arrowright.png) no-repeat center;}
.main3 .img-list1 { position:relative; width:100%; overflow:hidden;margin: 0 auto 0px;}
.main3 .img-list1 ul { width:9999px;}

.main3 .img-list1 li{float:left;  width:281px; margin-right:25px;}
.main3 .img-list1 .li { overflow: hidden;position: relative;margin-top: 36px;}


.main3 .img-list1 .li .q-ltop a{display: block;overflow: hidden;}
.main3 .img-list1 .li .q-ltop a img{display: block;max-width: 100%;transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;}
.main3 .img-list1 .li:hover .q-ltop a img{transform: scale(1.1);}
.main3 .img-list1 .li .q-zz{background:url(../images/m3bg.png) repeat center center; position: absolute;top: -100%;left: 0;width: 100%;height: 100%;transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s; }
.main3 .img-list1 .li:hover .q-zz{top: 0;}

.main3 .img-list1 .li .q-zz a{display: block;width: 100%;height: 100%;}

.main3 .img-list1 .li .q-zz .sp1{margin:76px auto 19px; font-size:14px;font-size:1.4rem;color:#fff;background-color: #333333; display: block;width: 107px;height: 41px;line-height: 41px;text-align: center;}
.main3 .img-list1 .li .q-zz .sp2{display: block;width: 100%;text-align: center;color: #333;font-size:18px;font-size:1.8rem;}

.disnone{display: none;}
@media screen and (max-width:1219px){
    .main3 .img-list1 li{margin-right: 68px;}
}
@media screen and (max-width:999px){
    .main3 .img-list1 li{margin-right: 44px;}
}
@media screen and (max-width:979px){
    .main3 .img-list1 ul { width:1000%;}
    .main3 .img-list1 ul li{width: 3.15%;margin: 0.1%!important;}
    .main3 .img-list1 .li .q-zz{position: static;padding-top: 20px;padding-bottom: 10px;}
    .main3{background:#005ca2 url(../images/m3bg.jpg) no-repeat top center;}
    .main3 .img-list1 .li .q-zz .sp1{margin-top: 0;}
    .main3 .img-scroll1 .prev1{top: 105%;left: 40%;}
    .main3 .img-scroll1 .next1{top: 105%;right: 40%;}
    .main3 .m3top li{width: 22%;margin: 1%!important;}
}
@media screen and (max-width:768px){
    .main3 a.biaoti{font-size:36px;font-size:3.6rem;}
    .main3 .m3top{width: 100%;}
    .main3 .m3top li{width: 47%;margin: 1%!important;}
}
@media screen and (max-width:639px){
    .main3 .img-list1 ul li{width: 4.85%;margin: 0.1%!important;}
    
    .main3{padding-top: 20px;}
    .main3 .m3title{padding-bottom: 50px;margin-bottom: 10px;}
    .main3 a.more{position: absolute;left: 50%;margin-left: -61.5px;bottom: 0; }
    .main3 .m3top{margin-bottom: 0px;}
}
@media screen and (max-width:400px){
    .main3 .img-list1 ul li{width: 9.85%;margin: 0.1%!important;}
    .main3 .m3top{width: 100%;}
    .main3 .m3top li{width: 97%;margin: 1%!important;}
}
/* main4 */
.main4 .m4bg{display: none;}
.main4 {background:url(../images/m4bg.jpg) no-repeat top center;padding-top: 118px;padding-bottom: 103px; }
.main4 .m4title{text-align: right;margin-bottom: 30px;}
.main4 .m4title a{font-size:48px;font-size:4.8rem;color:#333;text-transform: uppercase;}
.main4 .m4title a:hover{color: #005ca2;}
.main4 .m4cont a{background-color: transparent;float: right;font-size:14px;font-size:1.4rem;text-transform: uppercase; color:#333; display: block;font-weight: bold; width: 138px;height: 44px;line-height: 44px;text-align: center;border: 2px solid #333;}
.main4 .m4cont a:hover{color: #005ca2;}
.main4 .m4bot{width: 660px;float: right;margin-top: 20px;}
.main4 .m4bot ul li{width: 320px;margin-left: 20px;float: left;margin-top: 15px;}
.main4 .m4bot ul li {text-align: center;display: block;}
.main4 .m4bot ul li  img{display: block;max-width:320px; max-height:288px;}
.main4 .m4bot ul li  span{padding-top: 4px;padding-bottom: 9px; transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s; display: block;text-align: center; background:url(../images/m4libg.png) repeat center center; font-size:14px;font-size:1.4rem;line-height: 24px;color:#333;font-weight: bold;}
.main4 .m4bot ul li  span:hover{color: #e77812;}
@media screen and (max-width:700px){
    .main4 .m4bot{width: 100%;}
    .main4 .m4bot ul li{width: 48%;margin: 1%!important;}
}
@media screen and (max-width:639px){
    .main4{padding-top: 30px;padding-bottom: 30px;}
    .main4 .m4title{text-align: center;}
    .main4{background:none;}
    .main4 .m4bg{display: block;max-width: 100%;margin-top: 20px;}
    .main4 .m4cont a{float: none;margin: 0 auto;}
    .main4 .m4title a{font-size:36px;font-size:3.6rem;}
}
@media screen and (max-width:400px){
    .main4 .m4bot ul li{width:100%;max-width: 320px;margin:15px auto!important;float: none;}
}
/* main5 */
.main5{padding-top: 95px;padding-bottom: 89px;}
.main5 .m5title{text-align: center;position: relative;margin-bottom: 55px;}
.main5 a.biaoti{color:#333;font-size:48px;font-size:4.8rem;text-transform: uppercase;}
.main5 a.biaoti:hover{color: #005ca2;}
.main5 a.more{border: 1px solid #333; position: absolute;display: block;right: 0;bottom: 0;width: 138px;height: 42px;line-height: 42px;text-align: center;color:#333;font-size:14px;font-size:1.4rem;font-weight: bold;}
.main5 a.more:hover{color: #005ca2;}

.main5 .m5cont ul li{width: 329px;float: left;margin-left: 26px;}
.main5 .m5cont ul li .lit1 a{display: block;overflow: hidden;}
.main5 .m5cont ul li .lit1 a img{ max-width:100%; display: block;transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;}
.main5 .m5cont ul li .lit1 a img:hover{ transform: scale(1.1)}
.main5 .m5cont ul li .lit2{margin-top: 25px;margin-bottom: 9px;}
.main5 .m5cont ul li .lit2 span{font-size:14px;font-size:1.4rem;color:#333; display: block;padding-left: 22px;background:url(../images/shizhong1.png) no-repeat left center;}
.main5 .m5cont ul li .lit3{margin-bottom: 11px;}
.main5 .m5cont ul li .lit3 a{display: block; width:320px; font-size:18px;font-size:1.8rem;color:#333;line-height: 31px;}
.main5 .m5cont ul li .lit3 a:hover{color: #005ca2;}
.main5 .m5cont ul li .lit4 a{font-size:14px;font-size:1.4rem;line-height: 24px;color:#666;display: block; text-indent:25px;padding-right: 25px;}
.main5 .m5cont ul li .lit4 a:hover{color: #005ca2;}
.main5 .video{width: 483px;}
.main5 .video .v-box{position: relative;overflow: hidden;}
.main5 .video .v-box a{display: block;}
.main5 .video .v-box a img{max-width: 100%; display: block;}

.main5 .video .v-box a.v-zz{width: 100%;height: 100%;position: absolute;top: -100%;left: 0;transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;}
.main5 .video .v-box:hover a.v-zz{top: 0;}
@media screen and (max-width:1219px){
    .main5 .m5cont ul li{width: 260px;}
    .main5 .video{width: 400px;}
}
@media screen and (max-width:999px){
    .main5 .m5cont ul li{width: 240px;}
}
@media screen and (max-width:979px){
    .main5 .video .v-box a.v-zz{top: 0;}
    .main5 .m5cont ul li{width: 48%!important;margin: 1%!important;}
    .main5 .video{float: none;margin: 0 auto; width:100%;}
    .main5 .m5cont .lnews{width: 100%;float: none;margin-top: 30px;}
    .main5 .m5cont ul li .lit1{max-width: 329px;margin: 0 auto;}
    .main5 .m5cont ul li .lit2{max-width: 329px;margin: 15px auto 9px;}
    .main5 .m5cont ul li .lit3{max-width: 329px;margin: 0 auto;}
    .main5 .m5cont ul li .lit4{max-width: 329px;margin: 0 auto;}
}

@media screen and (max-width:768px){
    .main5 a.biaoti{font-size:36px;font-size:3.6rem;}
    .main5 .m5top{width: 100%;}
    .main5 .m5top li{width: 47%;margin: 1%!important;}
}
@media screen and (max-width:639px){
    .main5{padding-top: 20px;padding-bottom: 30px;}
    .main5 .m5title{padding-bottom: 50px;margin-bottom: 10px;}
    .main5 a.more{position: absolute;left: 50%;margin-left: -61.5px;bottom: 0; }
    .main5 .m5top{margin-bottom: 0px;}
}
@media screen and (max-width:510px){
    .main5 .m5cont ul li{width: 100%!important;margin: 35px 0!important;float: none;}
}
/* foot */
.foot.foot1{padding-bottom: 20px;}
.foot{background:url(../images/footbg.jpg) no-repeat top center;padding-top: 63px;}
.foot .ft{float: left;}

.foot .ft .fttitle{color:#fff;font-size:16px;font-size:1.6rem;color:#fff;line-height: 30px;margin-bottom: 10px;}
.foot .ft .fttitle a,.foot .ft .fttitle span{color:#fff;font-size:16px;font-size:1.6rem;color:#fff;line-height: 30px;}
.foot .ft ul li{font-size:12px;font-size:1.2rem;color:#fff;line-height: 30px;}
.foot .ft ul li a{font-size:12px;font-size:1.2rem;color:#fff;line-height: 30px;}

.foot .ft .shejiao{padding-top: 10px;padding-bottom: 12px;}
.foot .ft .shejiao dl dd{float: left;margin-left: 26px;}
.foot .ft p{color:#fff;font-size:12px;font-size:1.2rem;line-height: 30px;}
.foot .ft.ft1{width: 75px;}
.foot .ft.ft2{width: 120px;margin-left: 5px;}
.foot .ft.ft3{width: 140px;margin-left: 30px;}
.foot .ft.ft4{width: 110px;margin-left: 43px;}
.foot .ft.ft5{width: 285px;margin-left: 65px;}
.foot .ft.ft6{width: 285px;margin-left: 35px;}

.foot .ft.ft5 ul li{padding-left: 33px;}
.foot .ft.ft5 ul li.li1{background:url(../images/ft-mail.png) no-repeat 2px 9px;}
.foot .ft.ft5 ul li.li2{background:url(../images/ft-fax.png) no-repeat 0px 9px;}
.foot .ft.ft5 ul li.li3{background:url(../images/ft-tel.png) no-repeat 3px 9px;}
.foot .ft.ft5 ul li.li4{background:url(../images/ft-site.png) no-repeat 4px 9px;}
.foot .ft.ft5 ul li.li5{background:url(../images/ft-mo.png) no-repeat 4px 9px;}

.cnzz{margin-left: 14px;}

.links{margin-top: 5px;padding-bottom: 13px; font-size:14px;font-size:1.4rem;color:#fff;text-align: left;line-height: 24px;}
.links a{font-size:14px;font-size:1.4rem;color:#fff;margin-left: 15px; text-align: left;line-height: 24px;}
.links a:hover{color: #e77812;}

.foot a:hover{color: #e77812!important;}
@media screen and (max-width:1219px){
    .foot .ft.ft3{margin-left: 15px;}
    .foot .ft.ft4{margin-left: 15px;}
    .foot .ft.ft5{margin-left: 15px;width: 235px;}
    .foot .ft.ft6{margin-left: 15px;width: 230px; }
}
@media screen and (max-width:999px){
    .foot {background:#005ca2 url(../images/footbg.jpg) no-repeat top center;}
    .foot .ft{width: 33%!important;margin-left: 0!important;margin-bottom: 30px;}
}
@media screen and (max-width:768px){
    .foot .ft{width: 50%!important; }
    .foot .ft.ft1{min-height:200px;}
    .foot .ft.ft2{min-height:200px;}
    .foot .ft.ft3{min-height:280px;}
    .foot .ft.ft4{min-height:280px;}
    .foot .ft.ft5{min-height:200px;}
    .foot .ft.ft6{min-height:200px;}
}
@media screen and (max-width:639px){
    .links{display: none;}
}
@media screen and (max-width:500px){
    .foot .ft.ft1,.foot .ft.ft2,.foot .ft.ft3,.foot .ft.ft4,.foot .ft.ft5,.foot .ft.ft6{width: 100%!important; min-height: auto;}
}   

/*============================ bread ============================*/
.bread {padding-top: 25px;padding-bottom: 21px;font-size:14px;font-size:1.4rem;color:#333;line-height: 30px;}
.bread a{font-size:14px;font-size:1.4rem;color:#333;line-height: 30px;text-transform: uppercase;}
.bread a:hover,.bread a.a2{color: #005ca2;}
/*============================ product ============================*/
.product{padding-top: 0px;}
.product .p-box .ltxt{width: 562px;margin-top: 2px;}
.product .p-box .ltxt a{display: block;font-size:16px;font-size:1.6rem;line-height: 30px;color:#333; text-indent:25px;    padding-top: 51px;}
.product .p-box .rimg{width: 605px;position: relative;}
.product .p-box .rimg .dibu{width: 100%;}
.product .p-box .rimg .dibu a{width: 100%;display: block;}
.product .p-box .rimg .dibu a img{display: block;max-width: 100%;}
.product .p-box .rimg .sc{position: absolute;width: 100%;height: 100%; top: 0;left: 0; background:url(../images/scbg.png) repeat center center;}

.product .p-box .rimg .sc a.a1{margin-top: 134px;margin-bottom: 14px; padding-left: 50px;padding-right: 70px; color: #fff;display: block;font-size:18px;font-size:1.8rem;font-weight: bold;line-height: 30px;}
.product .p-box .rimg .sc a.a2{padding-left: 50px;padding-right: 70px; color: #fff;display: block;font-size:16px;font-size:1.6rem;line-height: 30px;}
.product .p-title1{background:url(../images/p-title1.jpg) no-repeat 185px center;margin-top: 141px;margin-bottom: 30px;}
.product .p-title1 a{font-size:20px;font-size:2rem;color:#333;line-height: 30px;font-weight: bold;text-transform: uppercase;}
.product .ul1 li{width: 25%;float: left;}
.product .ul1 li a{font-size:16px;font-size:1.6rem;line-height: 36px;color:#333;}
.product .ul1 li a span{font-size:16px;font-size:1.6rem;line-height: 36px;color:#333;transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;}
.product .ul1 li a:hover{color: #e77812;}
.product .ul1 li a:hover span{color: #e77812;}

.product .huise {background-color: #eeeeee;padding: 6px 15px 15px 20px;margin-top: 33px;}
.product .huise .hst{ font-size:16px;font-size:1.6rem;color:#333;line-height: 36px;font-weight: bold;margin-bottom: 7px; float: left;}
.product .huise .hsall a{font-size:14px;font-size:1.4rem;line-height: 36px;color:#333;margin-right: 25px;display:block; float: left;}
.product .huise .hsall a span{font-size:14px;font-size:1.4rem;line-height: 36px;color:#333;transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;}
.product .huise .hsall a:hover{color: #e77812;}
.product .huise .hsall a:hover span{color: #e77812;}
.product  .allp{padding-bottom: 80px;}
.product  .allp .fenlie {margin-top: 46px;}
.product  .allp .fenlie .f-title1{margin-bottom: 8px;}
.product  .allp .fenlie .f-title1 p{text-transform: uppercase; font-size:20px;font-size:2rem;font-weight: bold;line-height: 36px;color: #005ca2;}
.product  .allp .fenlie .f-title1 p span{font-size:20px;font-size:2rem;font-weight: bold;line-height: 36px;color: #005ca2;}

.product  .allp .fenlie .f-dl dl{width: 100%;}
.product  .allp .fenlie .f-dl dl dd{width: 292px; float: left;margin-left: 10px;min-height:310px;}
.product  .allp .fenlie .f-dl dl dd a{display: block;}
.product  .allp .fenlie .f-dl dl dd a .ddtop{position: relative;overflow: hidden;}
.product  .allp .fenlie .f-dl dl dd a .ddtop img{display: block;max-width: 100%;}
.product  .allp .fenlie .f-dl dl dd a .ddtop .ddzz{transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s; position: absolute;width: 100%;height: 100%;background:url(../images/huise.png) repeat center center; top:-100%;left: 0;}

.product  .allp .p-sp1{margin-top: 87px;margin-bottom: 5px; display: block; transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s; color:#fff;font-size:16px;font-size:1.6rem;line-height: 36px;font-weight: bold;margin-left: 19px;}
.product  .allp .p-sp2{display: block; transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s; color:#fff;font-size:16px;font-size:1.6rem;line-height: 36px;font-weight: bold;margin-left: 19px;}
.product  .allp .fenlie .f-dl dl dd a:hover .ddtop .ddzz{top: 0;}

.product  .allp .p-sp1:hover{color: #e77812;}
.product  .allp .p-sp2:hover{color: #e77812;}

.product  .allp .fenlie .f-dl dl dd a .ddbot .p-sp3{transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s; display: block;text-align: center;font-size:16px;font-size:1.6rem;color:#333;font-weight: bold;line-height: 36px;}
.product  .allp .fenlie .f-dl dl dd a .ddbot .p-sp3:hover{color: #e77814;}


@media screen and (max-width:1219px){
    .product .p-box .ltxt{width: 46.8%;}
    .product .p-box .rimg{width: 50.4%;}
    .product .p-box .rimg .sc a.a1{margin-top: 60px;}
    .product  .allp .fenlie .f-dl dl dd{width: 23%;margin: 1%!important;}
}
@media screen and (max-width:979px){
    .product  .allp .fenlie .f-dl dl dd{width: 31%;margin: 1%!important;}
    .product  .allp .fenlie .f-dl dl dd a .ddtop .ddzz{display: none;}
}
@media screen and (max-width:979px){
    .product .p-box .ltxt{width: 100%; float: none; margin-top: 30px;}
    .product .p-box .rimg{width: 100%; float: none; max-width: 605px;}
    .product .ul1 li{width: 33%;}
}
@media screen and (max-width:768px){
    .product  .allp .fenlie .f-dl dl dd{width: 48%;margin: 1%!important;}
}
@media screen and (max-width:639px){
    .product .p-box .rimg .sc{position: static;padding-bottom: 20px;}
    .product .p-box .rimg .sc a.a1{margin-top: 0px;padding-top: 20px;padding-left: 20px;padding-right: 20px; }
    .product .p-box .rimg .sc a.a2{padding-left: 20px;padding-right: 20px; }
    .product .ul1 li{width: 48%;}
}
@media screen and (max-width:430px){
    .product  .allp .fenlie .f-dl dl dd{width: 98%;margin: 1%!important;}
    .product .ul1 li{width: 100%;}
}

/*============================ product1 ============================*/
.product .xiangqing .goods1 {width: 883px;}
/*mouse hands*/
#tsShopContainer li,#tsShopContainer img{vertical-align:top;}
#tsShopContainer{position:relative; float:left; margin-top:0px;padding: 2px!important;
width:447px;}
#tsShopContainer #tsImgS{text-align:center;width:100%;position:relative;padding: 2px!important;}
#tsShopContainer #tsImgS a{display:block;text-align:center;margin:0px auto;padding: 2px;background:url(../images/xxk.jpg) no-repeat center center;background-size: 100% 100%;}
#tsShopContainer #tsImgS img{border:0px;padding: 0px;display: block;}
#tsShopContainer #tsPicContainer{width:100%;position:relative;
height:72px;
margin-top: 8px;
}
#tsShopContainer #tsPicContainer #tsImgSArrL{width:24px;position:absolute;top:0px;left:0px;cursor:pointer;
height:72px;background:url(../images/prleft.png) no-repeat left center;}
#tsShopContainer #tsPicContainer #tsImgSArrR{width:24px;position:absolute;top:0px;right:0px;cursor:pointer;
height:72px;background:url(../images/prright.png) no-repeat right center;} 
#tsShopContainer #tsPicContainer #tsImgSCon{position:absolute;top:1px;left:31px;width:1px;overflow:hidden;
height:72px;}
#tsShopContainer #tsPicContainer #tsImgSCon ul{width:100%;overflow:hidden;margin-left: 5px;}
#tsShopContainer #tsPicContainer #tsImgSCon li{width:94px;float:left;cursor:pointer;margin-left: 0px;margin-bottom: 0;
padding: 0 16.5px;}
#tsShopContainer #tsPicContainer #tsImgSCon li a{ display:block; 
width:94px;}
#tsShopContainer #tsPicContainer #tsImgSCon li img{display:block;border: 1px solid #f1f1f1;
width:92px;
height:70px;}
#tsShopContainer #tsPicContainer #tsImgSCon li.tsSelectImg a img{ border: 1px solid #e74c17;}
/*
teer.js
tsScrollResize
offsetWidth*3
*/
.MagicZoomBigImageCont{border:1px solid #ccc;background:#FFF;}
.MagicZoomPup{border:0px solid #aaa;background:#ffffff;}
.MagicZoomMain{text-align:center !important;width: 92px;}

 .MagicZoomBigImageCont img{width: 894px!important;height:688px!important;display: block;} 


.product .xiangqing .goods1 .content{width: 400px;}
.product .xiangqing .goods1 .content p{ line-height:24px;}
.product .xiangqing .goods1 .content img{ width:100%;}
.goods1 .content .title{padding-top: 9px;margin-bottom: 17px;}
.goods1 .content .title h1{font-size:24px;font-size:2.4rem;color: #333333;font-weight: bold;}
.goods1 .content ul li{font-size:16px;font-size:1.6rem;color: #666;line-height: 30px;}
.goods1 .content .btn{margin-top: 56px;margin-bottom: 28px;max-width: 290px;}
.goods1 .content .btn a {font-family: 微软雅黑; display: block; font-size:16px;font-size:1.6rem;color: #005ca2;border: 1px solid #005ca2; width: 133px;height: 46px;line-height: 44px;text-align: center;background-color: transparent;}
.goods1 .content .btn a:hover{background-color: #005ca2; color: #fff;}
.goods1 .content .share1 .lsh span{font-size:14px;font-size:1.4rem;color: #005ca2;position: relative;top: 4px;margin-right: 3px;display: inline-block;font-family: 微软雅黑;}

.at-resp-share-element .at-icon{width:26px!important;height:26px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width:26px!important;height:26px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}

.protitle1{ width: 100%;margin-bottom: 20px;margin-top: 55px;}
.protitle1 a{display: block;float: left; width: 147px;height: 45px;line-height: 43px;text-align: center;font-size:14px;font-size:1.4rem;color:#333;background-color: #f1f1f1;border-top: 4px solid #f1f1f1;}
.protitle1 a:hover,.protitle1 a.on{background-color: transparent;border-top: 4px solid #f18200;color: #f18200;font-weight: bold;}

.wenzi p{line-height: 30px;font-size:16px;font-size:1.6rem;color: #333;margin-bottom: 30px;font-family: 微软雅黑;  text-indent:25px;}
.wenzi p span{line-height: 30px;font-size:16px;font-size:1.6rem;color: #333;font-family: 微软雅黑; }
.wenzi p li{line-height: 30px;font-size:16px;font-size:1.6rem;color: #333;font-family: 微软雅黑; }
.wenzi p strong{line-height: 30px;font-size:16px;font-size:1.6rem;color: #333;font-family: 微软雅黑; }
.wenzi p img{display: block;max-width: 100%; text-indent:-25px;}

.wenzi p a{line-height: 30px;font-size:16px;font-size:1.6rem;color: #005ca2;}

.wenzi table{ width:97%; border-collapse:collapse; line-height:24px;margin-bottom: 26px;}
.wenzi tr td{ line-height:24px; padding:2px;border: 1px solid #ccc; }

.protitle2{background: url(../images/proline2.png) no-repeat bottom left;  width: 100%;margin-bottom: 53px;margin-top: 27px;padding-bottom: 8px;}
.protitle2 a{text-transform: uppercase;font-size:20px;font-size:2rem;color: #333;font-weight: bold;}
.protitle2 a:hover{color: #005ca2;}
ul.rel-pro{padding-bottom: 84px;}
ul.rel-pro li{float: left;width: 280px;margin-left: 20px;margin-top:20px;}
ul.rel-pro li a{display: block;}
ul.rel-pro li a img{display: block;max-width:calc(100% - 4px);padding: 2px;background:url(../images/xxk1.jpg) no-repeat center center;background-size: 100% 100%;}
ul.rel-pro li a .r-sp1{font-size:16px;font-size:1.6rem;color:#333;font-weight: bold;display: block;margin-top: 10px;margin-bottom: 5px;}
ul.rel-pro li a .r-sp1:hover{color: #e77812;}
ul.rel-pro li a .r-sp2{font-size:14px;font-size:1.4rem;line-height: 24px;color:#666;display: block;}
ul.rel-pro li a .r-sp2:hover{color: #e77812;}
ul.rel-pro li .dobble{margin-top: 18px;}
ul.rel-pro li .dobble .detail{font-size:14px;font-size:1.4rem; width: 86px;height: 30px;line-height: 30px;text-align: center; border: 1px solid #e77812;color: #e77812;}
ul.rel-pro li .dobble .detail:hover{background-color: #f18200;color:#fff;}
ul.rel-pro li .dobble .iq{font-size:14px;font-size:1.4rem; width: 120px;height: 30px;line-height: 30px;text-align: center; border: 1px solid #e77812;color: #e77812;}
ul.rel-pro li .dobble .iq:hover{background-color: #f18200;color:#fff;}

@media screen and (min-width:1000px){
    ul.rel-pro li .dobble .iq{margin-right: 57px;}
}
/*list*/
.product .xiangqing .list {width: 282px;}
.product .xiangqing .list .title1{width: 100%;margin-bottom:0px;}
.product .xiangqing .list .title1 a{display: block;width: 100%;height: 39px;line-height: 39px;background-color: #00bef2;color: #fff;font-size: 20px;text-align: center;}
.product .xiangqing .list .subNavBox{width: 100%;}
.product .xiangqing .list .subNav{cursor: pointer;background:#fff;margin-top: 5px;margin-bottom: 0px;}
.product .xiangqing .list .subNav.div1{margin-top: 0px;padding-top: 4px;}
.product .xiangqing .list .subNav a{display: block; line-height:30px; padding-left:12px;padding-top: 8px;padding-bottom: 8px; background:#f1f1f1 url(../images/parrow.png) no-repeat 92% center; font-size:16px; font-size:1.6rem; color:#333333; transition:0s;}
.product .xiangqing .list .subNav:hover a{ background:#e77812 url(../images/parrowon.png) no-repeat 92% center; color:#fff;padding-left: 22px;}
.product .xiangqing .list .currentDd a{ background:#e77812 url(../images/parrowon.png) no-repeat 92% center; color:#fff;padding-left: 22px;}

.product .xiangqing .list .navContent{display: none; background:#fff;position: relative;top:0px;padding-bottom: 0px;top:0px;}
.product .xiangqing .list .navContent>li a{background-color: #f1f1f1; display:block; font-size:14px; font-size:1.4rem;line-height:30px; padding-left:22px;padding-top: 8px;padding-bottom: 8px;color:#333333; padding-left:20px;}
.product .xiangqing .list .navContent>li a:hover{color: #e77812;}

.listbot{margin-top: 49px;}
.listtitle{padding-bottom: 17px;border-bottom: 3px solid #000; }
.listtitle a{font-size:20px;font-size:2rem;color:#333;font-weight: bold;text-transform: uppercase;}
.listtitle a:hover{color: #005ca2;}
.listcont{padding-top: 14px;}
.listcont .l-item{margin-bottom: 21px;}
.listcont .l-item .limg{width: 128px;}
.listcont .l-item .limg a{display: block;padding: 2px;background:url(../images/xxk2.jpg) no-repeat center center;background-size: 100% 100%;}
.listcont .l-item .limg a img{max-width: 100%;display: block;}
.listcont .l-item .rtxt{width: 144px;}
.listcont .l-item .rtxt a{display: block;font-size:14px;font-size:1.4rem;color:#333;line-height: 24px;}
.listcont .l-item .rtxt a.a1{margin-top: 7px;margin-bottom: 36px;}
.listcont .l-item .rtxt a:hover{color: #e77812;}

.img980{display: none;}
.img980 ul li{width: 48%;margin: 1%;float: left;}
.img980 ul li a{display: block;width: 100%;}
.img980 ul li a img{display: block;width: 100%;}

dl.dl1{padding-top: 15px;margin-bottom: 41px;padding-left: 9px;}
dl.dl1 dd{width: 271px;float: left;margin-left: 24px;margin-bottom: 29px;}
dl.dl1 dd a{display: block;overflow: hidden;position: relative;}
dl.dl1 dd a .d-img1{width: 100%;}
dl.dl1 dd a .d-img1 img{display: block;max-width:100%;}
dl.dl1 dd a .d-zz{width: 100%;height: 100%;position: absolute;top: -100%;left: 0;transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;background:url(../images/d-zz.png) no-repeat center center;background-size: 100% 100%; }
dl.dl1 dd a:hover .d-zz{top: 0;}


dl.dl2{padding-top: 15px;margin-bottom: 41px;padding-left: 9px;}
dl.dl2 dd{width: 271px;float: left;margin-left: 24px;margin-bottom: 29px;}
dl.dl2 dd a{display: block;overflow: hidden;position: relative;}
dl.dl2 dd a .d-img1{width: 100%;}
dl.dl2 dd a .d-img1 img{display: block;max-width:100%;}
dl.dl2 dd span{margin-top: 5px; display: block;text-align: center;background-color: #eeeeee;height: 53px;line-height: 53px;font-size:16px;font-size:1.6rem;color: #000; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
dl.dl2 dd a .d-zz{width: 100%;height: 100%;position: absolute;top: -100%;left: 0;transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;background:url(../images/d-zz.png) no-repeat center center;background-size: 100% 100%; }
dl.dl2 dd a:hover .d-zz{top: 0;}

.q-kuang{background:url(../images/xian.png) no-repeat 528px 49px; margin-left: 13px;margin-right: 13px; padding: 49px 129px 54px 10px;border: 1px solid #e5e5e5;margin-top: 35px;}
.q-kuang .zuobian{width: 345px;margin-left: 30px;}
.q-kuang .q-top{font-size:25px;font-size:2.5rem;color:#333;font-weight: bold;}
.q-kuang .q-bot{font-size:16px;font-size:1.6rem;line-height: 30px;color:#666;margin-top: 14px;}

.q-kuang .q-xiazai{margin-top: 15px;}

.v-kuang{border: 1px solid #e5e5e5;padding: 14px;margin-left: 10px;margin-right: 10px;}
.v-kuang img{display: block;max-width:100%;cursor: pointer;}

.d-mbox{display: none; position: fixed;width: 100%;height: 100%;top: 0;left: 0;background:url(../images/hzz.png) repeat center center; }
.d-message{padding:47px 0px 13px 0px;background-color: #fff;width: 743px;position: fixed;top: 30%;left: 30%; }
.d-message .d-title{text-align: center;font-size:24px;font-size:2.4rem;color: #000;margin-bottom:50px;font-weight: bold;}

.d-message form .hang{width: 543px;margin: 0 auto 20px;}
.d-message form .hang .input1.xing{}
.d-message form .hang .input1{display: block;color: #999999;font-family: 微软雅黑; width: 247px;border: 1px solid #999999;height: 38px;line-height: 38px;text-indent: 11px;}

.d-message form .hang .input2{display: block;color: #999999;font-family: 微软雅黑; width: 541px;border: 1px solid #999999;height: 38px;line-height: 38px;text-indent: 11px;}

.d-message form .hang.hang4{padding-top: 10px;}
.d-message form .hang .sun1{cursor: pointer; margin: 0 auto; font-size:16px;font-size:1.6rem;color:#fff;border-radius: 20px; display: block;width: 163px;height: 39px;line-height: 39px;text-align: center;background-color: #f18200;}







@media screen and (max-width:1219px){
    .product .xiangqing .goods1{width: 670px;}
    .product .xiangqing .list {width: 230px;}
    .listcont .l-item .rtxt{width: 90px;}
    .listcont .l-item .rtxt a.a1{margin-bottom: 5px;}
    .product .xiangqing .goods1 .content{width: 190px;}
    .goods1 .content .btn a{width: 99%;margin-bottom: 5px;float: none;}
    .share1 .lsh{display: none;}
    ul.rel-pro li{width: 48%;margin: 1%!important;}
    dl.dl1{padding-left: 0px;}
    dl.dl1 dd{width: 31%;margin: 1%!important;}
    dl.dl2{padding-left: 0px;}
    dl.dl2 dd{width: 31%;margin: 1%!important;}
    .q-kuang{margin-left: 0;margin-right: 0; background:url(../images/xian.png) no-repeat 430px 49px;padding: 49px 50px 54px 10px;}
    .d-message{left: 20%;top: 20%;}
}
@media screen and (max-width:999px){
    .d-message{left: 18%;top: 18%;}
}
@media screen and (max-width:979px){
    .MagicZoomPup,.MagicZoomBigImageCont {display: none!important;}
    .product .xiangqing .goods1{width: 100%;float: none;}
    .product .xiangqing .list {width: 100%;float: none;}
    .listcont .l-item .rtxt{width: calc(100% - 145px);}
    .product .xiangqing .goods1 .content{width: 100%;}
    .goods1 .content .btn a{width: 45%;margin-bottom: 5px;float: left;margin: 1.25%;}
    .share1 {max-width: 235px;}
    .share1 .lsh{display: block;float: left;}
    ul.rel-pro li{width: 31%;margin: 1%!important;}
    dl.dl1 dd a .d-zz{background:url(../images/fangda2.png) no-repeat center center;}
    dl.dl1 dd a .d-zz{top: 0;} 
    .d-message form .hang{margin-bottom: 0;}
    .d-message form .hang .input1{width: calc(100% - 2px);margin-bottom: 20px;}
    .d-message{width: 90%;padding-left: 5%;padding-right: 5%;left: 0;padding-bottom: 30px;}
    .d-message form .hang .input2{width: calc(100% - 2px);}
}
@media screen and (max-width:932px){
    .protitle1 a{width: 33%;margin-bottom: 10px;}
}
@media screen and (max-width:768px){
    
    ul.rel-pro li{width: 48%;margin: 1%!important;}
}
@media screen and (max-width:639px){
    .d-message form .hang{width: 100%;}
    dl.dl1 dd{width: 48%;margin: 1%!important;}
    dl.dl2 dd{width: 48%;margin: 1%!important;}
    .img980{display: block;}
    #tsShopContainer{display: none;}
    .q-kuang .zuobian{width: calc(100% - 40px);}
    .q-kuang{margin-left: 0;margin-right: 0; background:none;padding: 10px;}
}
@media screen and (max-width:538px){
    .protitle1 a{width: 48%;margin-bottom: 10px;}
}
@media screen and (max-width:465px){
    ul.rel-pro li{width: 98%;margin: 1%!important;}
}
@media screen and (max-width:375px){
    dl.dl1 dd{width: 98%;margin: 1%!important;}
    dl.dl2 dd{width: 98%;margin: 1%!important;}
    .img980 ul li{width: 98%;margin: 1%;float: left;}
    .protitle1 a{width: 100%;margin-bottom: 10px;}
}



/* ============================================service=============================================== */
.service .s-top{margin-top: 48px; text-align: center;background:url(../images/xuxian1.jpg) repeat-x center center;}
.service .s-top a{margin: 0 22.5px; display: inline-block;width: 210px;height: 58px;line-height: 58px;text-align: center;border: 1px solid #005ca2;background-color: #fff;border-radius: 5px;font-size:16px;font-size:1.6rem;color: #005ca2;}
.service .s-top a:hover,.service .s-top a.hover{color: #fff;background-color: #005ca2;}

.s-bot {margin-top: 94px;}
.s-bot ul li{width: 378px;float: left;margin-left: 32px;margin-bottom: 45px;}
.s-bot ul li .s-box{padding: 8px 7px 0 7px;background:url(../images/s-xian.jpg) no-repeat center center;background-size: 100% 100%;}

.s-bot ul li .s-box .s-box1{width: 100%;position: relative;overflow: hidden;}

.s-bot ul li .s-box .s-box1 .s-box2-1 a{display: block;}
.s-bot ul li .s-box .s-box1 .s-box2-1 a img{display: block;max-width: 100%;margin: 0 auto;}

.s-bot ul li .s-box .s-box1 .s-box2-1 a span{margin-top: 16px;margin-bottom: 21px; display: block;text-align: center;width: 100%;font-size:18px;font-size:1.8rem;color: #555;font-weight: bold;}

.s-bot ul li .s-box .s-box1 .s-box2-2{transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s; width: 100%;height: 100%;position: absolute;left: 0;top: -100%;background:url(../images/servicebg.png) repeat center center;}
.s-bot ul li .s-box .s-box1 .s-box2-2 a.a1{width: 87%;display: block;margin: 65px auto 34px;font-size:16px;font-size:1.6rem;line-height: 24px;color:#fff;;}
.s-bot ul li .s-box .s-box1 .s-box2-2 a.a2{text-transform: uppercase; display: block;margin: 0 auto;width: 164px;height: 52px;line-height: 52px;text-align: center;font-size:16px;font-size:1.6rem;color: #005ca2;background-color: #fff;}
.s-bot ul li .s-box .s-box1:hover .s-box2-2{top: 0;}
.page{position: relative;margin:70px auto 100px;}
.page {text-align: center;}
.page a:hover{color: #fff;background-color: #005ca2;}
.page a {font-family: 微软雅黑; display: inline-block;border-radius: 50%; background-color:#333;color: #fff; margin-right:6px;width: 26px;height: 26px;line-height: 26px;text-align:center;font-size: 12px;font-size: 1.2rem;}
.page a.on,.page a:hover{background-color: #005ca2;}
.page a.first{width:auto;margin-right:6px;background-color:transparent!important;border: none!important;color: #333;}
.page a.last{width: auto;margin-left: 4px;background-color:transparent!important;;border: none!important;color: #333;}
.page a.first:hover,.page a.last:hover{color: #005ca2;}

@media screen and (max-width:1219px){
    .service .s-top a{margin: 0 10px;}
    .s-bot ul li{width: 31%;margin: 1%!important;}
    .s-bot ul li .s-box .s-box1 .s-box2-2 a.a1{margin-top: 20px;}
}
@media screen and (max-width:979px){
    .service .s-top {background: none;margin-top: 20px;}
    .service .s-top a{margin: 1%;width: 46%;}
    .s-bot{margin-top: 20px;}
    .s-bot ul li .s-box{background: none;}
    .s-bot ul li .s-box .s-box1 .s-box2-2{position: static;background: none;}
    .s-bot ul li .s-box .s-box1 .s-box2-2 a.a1{color:#333;}
    .s-bot ul li .s-box .s-box1 .s-box2-2 a.a2{border: 1px solid #005ca2;}
}
@media screen and (max-width:768px){
    .page a{margin-bottom: 10px;}
    .s-bot ul li{width: 48%;margin: 1%!important;}
}
@media screen and (max-width:440px){
    .s-bot ul li{width: 98%;margin: 1%!important;}
    .service .s-top a{margin: 1%;width: 96%;}
}
/* ============================================about=============================================== */

.a-top ul{background:url(../images/xuxian1.jpg) repeat-x center 47px;}
.a-top ul li{float: left;width:16.66666%; }

.a-top ul li .ct1 img{display: block;max-width: 110px;max-height: 95px; width: 100%;margin: 0 auto;}
.a-top ul li .ct2{width: 105px;margin: 19px auto 0; }
.a-top ul li .ct2 p{text-align: center;}
.a-top ul li .ct2 p a{font-size:16px;font-size:1.6rem;line-height: 20px;color:#333;font-family: 微软雅黑;}
.a-top ul li .ct2 p a:hover{color: #005ca2;}

.a-mid {margin-top: 70px;margin-bottom: 30px;}

.a-mid .ltxt{width: 555px;}

.a-mid .ltxt .ab1{margin-top: 23px;}
.a-mid .ltxt .ab2{margin-top: 3px;font-size:48px;font-size:4.8rem;color: #e77817;text-transform: uppercase;}
.a-mid .ltxt .ab3{margin-top: 17px;font-size:16px;font-size:1.6rem;line-height: 26px;color: #090404;}
.a-mid .ltxt .ab4{margin-top: 54px;}
.a-mid .ltxt .ab4 a{font-size:16px;font-size:1.6rem;color: #090404;font-family: 微软雅黑; display: block;border-radius: 21px; width: 146px;height: 42px;line-height: 42px;text-align: center;border: 1px solid #090404;}
.a-mid .ltxt .ab4 a:hover{background-color: #090404;color:#fff;}

.a-mid .rimg{cursor: pointer; position: relative;overflow: hidden; width: 584px;padding: 17px 12px;background:url(../images/a-img.jpg) no-repeat center center;background-size: 100% 100%;}
.a-mid .rimg img{max-width: 100%;display: block;max-height: 100%;}
.a-mid .rimg .a-zz{position: absolute; background:url(../images/a-zz.png) no-repeat center center; width: 100%;height: 100%;left: 0;top: -100%;transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;}
.a-mid .rimg:hover .a-zz{top:0;}

.a-bot ul li{width: 382px;float: left;margin-left: 27px;margin-bottom: 25px;}
.a-bot ul li .a-box2-1 a{display: block;position: relative;overflow: hidden;}
.a-bot ul li .a-box2-1 a img{display: block;max-width: 100%;margin: 0 auto;}
.a-bot ul li .a-box2-1 a .about-zz{transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s; width: 100%;height: 100%;position: absolute;left: 0;top: -100%;background:url(../images/about-zz.png) repeat center center;}
.a-bot ul li .a-box2-1 a:hover .about-zz{top:0;}
.a-bot ul li .a-box2-2{padding-top: 7px;padding-bottom: 6px;background-color: #ededed;}
.a-bot ul li .a-box2-2 a.a1{display: block; padding-left: 55px;background:url(../images/v-ico.png) no-repeat 7px center; font-size:14px;font-size:1.4rem;color: #333;line-height: 24px;font-family: 微软雅黑;}

.aboutpage.page{margin-top: 65px;margin-bottom: 94px;}

@media screen and (max-width:1219px){
    .a-mid .ltxt{width:46.25%}
    .a-mid .rimg{width: 48%;}
    .a-bot ul li{width: 31%;margin: 1%!important;}
}
@media screen and (max-width:979px){
    .a-mid .rimg .a-zz{top:0;}
    .a-bot ul li .a-box2-1 a .about-zz{top:0;background:url(../images/a-zz.png) no-repeat center center;}
}
@media screen and (max-width:768px){
    .a-top ul{background: none;}
    .a-top ul li{float: left;width:33%; margin-bottom: 15px;}
    .a-mid .ltxt{width: 100%;}
    .a-mid .rimg{width: calc(100% - 24px);margin-top: 30px;}
    .a-mid .rimg img{margin: 0 auto;display: block;}
    .a-bot ul li{width: 48%;margin: 1%!important;}
}
@media screen and (max-width:410px){
    .a-bot ul li{width: 98%;margin: 1%!important;}
    .a-top ul li{float: left;width:50%; margin-bottom: 15px;}
}

/* ============================================about1=============================================== */
.a1-bot ul{padding-top: 85px;}
.a1-bot ul li{width: 246px;float: left;margin-left: 72px;margin-bottom: 69px;}
.a1-bot ul li .a-box2-1 a{display: block;position: relative;overflow: hidden;}
.a1-bot ul li .a-box2-1 a img{display: block;max-width: 100%;margin: 0 auto;}
.a1-bot ul li .a-box2-1 a .about-zz{transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s; width: 100%;height: 100%;position: absolute;left: 0;top: -100%;background:url(../images/about1-zz.png) repeat center center;}
.a1-bot ul li .a-box2-1 a:hover .about-zz{top:0;}
.a1-bot ul li .a-box2-1 a .about-zz span{ display: block;margin-top: 165px;text-align: center;color:#fff; font-size:16px;font-size:1.6rem;line-height: 30px;}

.about1page.page{margin-top: 34px;margin-bottom: 114px;}

@media screen and (max-width:1219px){
    .a1-bot ul li{width: 23%;margin:1%!important;}
}
@media screen and (max-width:979px){
    .a1-bot ul li .a-box2-1 a .about-zz{top:30px;background:url(../images/fangda3.png) no-repeat center 50px;}
    .a1-bot ul li .a-box2-1 a .about-zz span{color:#333;margin-top: 130px;font-size:12px;font-size:1.2rem;}
}
@media screen and (max-width:768px){
    .a1-bot ul li{width: 31%;margin:1%!important;}
}
@media screen and (max-width:520px){
    .a1-bot ul li{width: 48%;margin:1%!important;}
}
@media screen and (max-width:320px){
    .a1-bot ul li{width: 98%;margin:1%!important;}
}

/* ============================================about2=============================================== */
.a-mid.a-mid1 {margin-top: 74px;margin-bottom: 96px;}
.a-mid.a-mid1 .ltxt .ab1{margin-top: 17px;}
.a-mid.a-mid1 .ltxt .ab2{margin-top: 40px;font-size:36px;font-size:3.6rem;line-height: 40px; color: #333333;text-transform: uppercase;padding-bottom: 18px;background:url(../images/ab2.png) no-repeat bottom left;}
.a-mid.a-mid1 .ltxt .ab3{margin-top: 33px;font-size:16px;font-size:1.6rem;line-height: 30px;color: #333333;}

.a-mid.a-mid1 .rimg{position: relative;overflow: hidden; width: 591px;padding: 20px 15px 0px 0px;background:url(../images/a-img1.jpg) no-repeat right top;}
.a-mid.a-mid1 .rimg img{max-width: 100%;display: block;max-height: 100%;}
.a-mid.a-mid1 .rimg .a-zz{position: absolute; background:url(../images/a-zz1.png) no-repeat bottom left; width: 100%;height: 100%;left: 0;top: 100%;transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s;}
.a-mid.a-mid1 .rimg:hover .a-zz{top:0;}

.a-bot1{padding-top: 87px;padding-bottom: 121px;background:url(../images/ab3-2.jpg) no-repeat top center;}
.a-bot1 .ab2{font-size:16px;font-size:1.6rem;line-height: 26px;color:#fff;margin-top: 23px;max-width: 969px;}

.a-bot2{margin-top: 105px;margin-bottom: 96px;}
.a-bot2 .ab1{margin-bottom: 33px; text-align: center;background:url(../images/ab3-3.jpg) no-repeat center center;text-transform: uppercase; font-size:22px;font-size:2.2rem;font-weight: bold;color:#333;}
.a-bot2 .ab2{margin-bottom: 50px; font-size:16px;font-size:1.6rem;line-height: 30px;color:#333; text-indent:25px}
.a-bot2 .ab3 img{display: block;max-width:100%;}
.ab3,.ab2{ text-indent:25px}

@media screen and (max-width:1219px){
    .a-mid.a-mid1 .ltxt{width:46.25%}
    .a-mid.a-mid1 .rimg{width: 49.25%;}
    .a-mid.a-mid1 .rimg .a-zz{background-size: 100% 100%;}
}
@media screen and (max-width:979px){
    .a-mid.a-mid1 .ltxt{width:100%;}
    .a-mid.a-mid1 .rimg{width: 100%;margin-top: 30px;padding: 0;background: none;}
    .a-mid.a-mid1 .rimg .a-zz{background-size: auto auto;}
    .a-mid.a-mid1 .rimg .a-zz{top:0;}
    .a-bot1 ul li .a-box2-1 a .about-zz{top:0;background:url(../images/a-zz1.png) no-repeat center center;}
}
@media screen and (max-width:768px){
    .a-mid.a-mid1 .rimg img{margin-left: 0!important;}
    .a-bot1{padding-top: 20px;}
}
@media screen and (max-width:620px){
    .a-mid.a-mid1 .rimg .a-zz{background-size: 100% 100%;}
}
@media screen and (max-width:410px){
    .a-bot1{background-attachment: fixed;}
}
/* ============================================about3=============================================== */
/* h-about */
.a3-bot{background:url(../images/about3-1.jpg) no-repeat bottom center;padding-bottom: 66px;}
.shijian{text-align: center;}
.shijian a{width: 81px;height: 33px; font-size: 16px;font-size: 1.6rem;line-height: 33px;color: #e50012;text-indent: -12px; background:#fff url(../images/sanjiao.png) no-repeat 63px center; display: inline-block;margin-bottom: 23px;}


.shijian dl{background: url(../images/dlline.jpg) repeat-y center center; display: none;margin-top: 9px;}
.shijian dl dd{width: 46.7%;position: relative;}
.shijian dl dd span.year{position: absolute;font-size: 14px;font-size: 1.4rem;line-height: 30px;color: #666;font-family: 微软雅黑;text-align: left;}
.shijian dl dd.ddd .year{right:17px;top:-8px;}
.shijian dl dd.dds .year{left: -34px;top: -8px;}
.shijian dl dd img{display: block;margin-bottom: 14px;max-width: 98%;}
.shijian dl dd.ddd img{margin-right: 2%;}
.shijian dl dd.dds img{margin-left: 2%; float:left;}
.shijian dl dd p{font-size: 14px;font-size: 1.4rem;line-height: 24px;color: #333;margin-bottom: 30px;text-align: left; text-indent:25px;}
.shijian dl dd.ddd{float: left;background: url(../images/quan.png) no-repeat right top; padding-left: 4%;}
.shijian dl dd.dds{float:right;background: url(../images/quan.png) no-repeat left top; padding-right: 4%;}

.shijian dl dd.ddd:hover{float: left;background: url(../images/quanon.png) no-repeat right top; padding-left: 4%;}
.shijian dl dd.dds:hover{float:right;background: url(../images/quanon.png) no-repeat left top; padding-right: 4%;}



.shijian dl dd .sjbox{width: 85.8%; margin-left:27px;}

.shijian dl dd .zui{font-size: 14px;font-size: 1.4rem;line-height: 30px;color: #333;margin-bottom: 0px;text-indent: 0!important;text-align: left; }

@media screen and (max-width:1219px){
    .shijian dl dd{width: 47%;}
}
@media screen and (max-width:639px){
    .shijian dl dd{width: 100%;}
    .shijian dl dd .sjbox{margin-top: 30px;}
    .shijian dl dd .sjbox img{float: none!important;}
    .shijian dl{background: none;}

    .shijian dl dd.dds .year{left:20px;}
    .shijian dl dd.ddd .year{left:20px;}
    .shijian dl dd.ddd{float: left;background: url(../images/quan.png) no-repeat left top; padding-left: 0;}
    .shijian dl dd.dds{padding-right: 0;}

    .shijian dl dd.ddd img{margin-right:0%;}
    .shijian dl dd.dds img{margin-left:0%;}
}

/* ============================================download=============================================== */
.download .d-top{margin-top: 48px; text-align: center;background:url(../images/xuxian1.jpg) repeat-x center center;}
.download .d-top a{margin: 0 22.5px; display: inline-block;width: 210px;height: 58px;line-height: 58px;text-align: center;border: 1px solid #005ca2;background-color: #fff;border-radius: 5px;font-size:16px;font-size:1.6rem;color: #005ca2;}
.download .d-top a:hover,.download .d-top a.hover{color: #fff;background-color: #005ca2;}

.d-bot {margin-top: 50px;}
.d-bot ul li{margin-bottom: 14px;padding-bottom: 6px;border-bottom: 1px dashed #ccc;}

.d-bot ul li .litop{margin-bottom: 2px;padding-left: 32px;background:url(../images/d-xiazai1.png) no-repeat left 10px;}
.d-bot ul li .litop a {font-weight: bold; display: block;font-size:16px;font-size:1.6rem;font-family: 微软雅黑;line-height: 35px;color: #005ca2;}
.d-bot ul li .litop a:hover{color:#333;}

.d-bot ul li .libot .txt{width: 860px;}
.d-bot ul li .libot .txt a{display: block;font-size:14px;font-size:1.4rem;color: #292929;line-height: 30px;}
.d-bot ul li .libot .txt a:hover{color: #005ca2;}

.d-bot ul li .libot .down{width: 138px;margin-top: 4px;}
.d-bot ul li .libot .down a{font-weight: bold; display: block;border: 1px solid #005ca2; width: 136px;height: 34px;line-height: 34px;text-indent: 49px;background:url(../images/d-xiazai2.png) no-repeat 9px center;font-size:14px;font-size:1.4rem;color: #005ca2;}
.d-bot ul li .libot .down a:hover{color:#333;border: 1px solid #333;}

.page.downloadpage{margin-top: 89px;margin-bottom: 110px;}

@media screen and (max-width:1219px){
    .download .d-top a{margin: 0 10px;}
    .d-bot ul li .libot .txt{width: 820px;}
}
@media screen and (max-width:999px){
    .d-bot ul li .libot .txt{width: 770px;}
}
@media screen and (max-width:979px){
    .download .d-top {background: none;margin-top: 20px;}
    .d-bot ul li .libot .txt{width: calc(100% - 200px)}
}
@media screen and (max-width:768px){
    .download .d-top a{width: 30%;margin: 1%!important;font-size:14px;font-size:1.4rem;}
    .page a{margin-bottom: 10px;}
}
@media screen and (max-width:639px){
    .d-bot ul li .libot .txt{width: calc(100% - 0px)}
}
@media screen and (max-width:440px){
    .download .d-top a{margin: 1%;width: 96%;}
}
/* ============================================download1=============================================== */

.download1{margin-top: 18px;}
.download1 .d-top1{font-size:36px;font-size:3.6rem;color: #005ca2;line-height: 36px;padding-bottom: 22px;background:url(../images/d-top2bg.png) no-repeat left bottom;}

.download1 .d-top2{font-size:16px;font-size:1.6rem;color:#333;line-height: 30px;margin-top: 26px;margin-bottom: 29px;}

.download1 .d-top3{font-weight: bold;font-size:18px;font-size:1.8rem;color:#333;line-height: 30px;}
.download1 form{margin-top: 53px;margin-bottom: 112px;}

.download1 .hang{width: 100%;margin-bottom: 35px;}
.download1 .d-ipt1{font-family: 微软雅黑; border: 1px solid #dcdcdc; width: 569px;height: 57px;line-height: 57px;text-indent: 16px;font-size:16px;font-size:1.6rem;color: #999; }
.download1 .d-ipt2{font-family: 微软雅黑; border: 1px solid #dcdcdc; width: 1198px;height: 57px;line-height: 57px;text-indent: 16px;font-size:16px;font-size:1.6rem;color: #999; }
.download1 .d-ipt3{font-family: 微软雅黑; border: 1px solid #dcdcdc; width: 1198px;height: 328px;line-height: 57px;text-indent: 16px;font-size:16px;font-size:1.6rem;color: #999; }
.download1 .d-ipt4{font-family: 微软雅黑; border: 1px solid #dcdcdc; width: 303px;height: 57px;line-height: 57px;text-indent: 16px;font-size:16px;font-size:1.6rem;color: #999; }
.download1 .d-ipt5{font-family: 微软雅黑; border: 1px solid #dcdcdc; width: 303px;height: 57px;line-height: 57px;text-indent: 16px;font-size:16px;font-size:1.6rem;color: #999; }
.download1 .d-ipt6{font-family: 微软雅黑; width: 305px;height: 59px;line-height: 57px;text-align:center;font-size:18px;font-size:1.8rem;color: #fff;cursor: pointer; background-color: #e67005; font-weight: bold;}


.download1 .d-ipt5 img{display: block;max-width:100%;cursor: pointer;}

.download1 .d-ipt5{margin-left: 31px;}
.download1 .d-ipt6{margin-left: 254px;}

@media screen and (max-width:1219px){
    .download1 .d-ipt1{ width: 450px; }
    .download1 .d-ipt2{ width: 978px; }
    .download1 .d-ipt3{ width: 978px; }
    .download1 .d-ipt4{ width: 303px; }
    .download1 .d-ipt6{width: 305px;}
    .download1 .d-ipt6{margin-left: 34px;}
}
@media screen and (max-width:999px){
    .download1 .hang{margin-bottom: 20px;}
    .download1 .d-ipt1{ width: calc(50% - 20px); }
    .download1 .d-ipt2{ width: calc(100% - 2px); }
    .download1 .d-ipt3{ width: calc(100% - 2px); }
    .download1 .d-ipt4{ width: calc(30% - 10px); }
    .download1 .d-ipt6{width: calc(32% - 9px);}
}
@media screen and (max-width:979px){
    .download1 form{margin-bottom: 30px;}
    .download1 .d-ipt4{ width: calc(100% - 2px);margin-bottom: 20px; }
    .download1 .d-ipt5{margin-left: 0px;}
    .download1 .d-ipt6{width: calc(100% - 0px);margin-bottom: 20px; margin-top: 20px;margin-left: 0;}
}
@media screen and (max-width:639px){
    .download1 .d-ipt1:nth-child(1){margin-bottom: 20px;}
    .download1 .d-ipt1{width: calc(100% - 2px); }
}
@media screen and (max-width:320px){
    .download1 .d-ipt5{width: 100%;}
}

/* ============================================news=============================================== */

.news .n-top ul{background:url(../images/xuxian1.jpg) repeat-x center 47px;}
.news .n-top ul li{float: left;width:16.66666%; }

.news .n-top ul li .ct1 img{display: block;max-width: 110px;max-height: 95px; width: 100%;margin: 0 auto;}
.news .n-top ul li .ct2{width: 105px;margin: 19px auto 0; }
.news .n-top ul li .ct2 p{text-align: center;}
.news .n-top ul li .ct2 p a{font-size:16px;font-size:1.6rem;line-height: 20px;color:#333;font-family: 微软雅黑;}
.news .n-top ul li .ct2 p a:hover{color: #005ca2;}

.news .n-mid ul{padding-top: 89px;}
.news .n-mid ul li{margin-bottom: 36px;}

.news .n-mid ul li .limg{width: 303px;}
.news .n-mid ul li .limg a{display: block;}
.news .n-mid ul li .limg a img{max-width:100%; display: block;}
.news .n-mid ul li .rtxt{width: 840px;}

.news .n-mid ul li .n-top1{margin-top: -5px;margin-bottom: 19px;}
.news .n-mid ul li .n-top1 a{font-size:24px;font-size:2.4rem;line-height: 30px;color:#333;font-family: 微软雅黑;}
.news .n-mid ul li .n-top1 a:hover{color: #005ca2;}

.news .n-mid ul li .n-top2{margin-bottom: 62px;}
.news .n-mid ul li .n-top2 a{font-size:16px;font-size:1.6rem;line-height: 24px;color: #666666;display: block;}
.news .n-mid ul li .n-top2 a:hover{color: #005ca2;}

.news .n-mid ul li .n-top3 .n-more a{border: 1px solid #005ca2; display: block;width: 108px;height: 30px;line-height: 30px;text-align: center;color: #005ca2;background-color: #fff;font-size:14px;font-size:1.4rem;border-radius: 16px;}
.news .n-mid ul li .n-top3 .n-more a:hover{background-color: #005ca2;color:#fff;}

.news .n-mid ul li .n-top3 .n-riqi span{margin-top: 15px; font-size:14px;font-size:1.4rem;color:#333;display: block;padding-left: 20px;background:url(../images/n-riqi.png) no-repeat left center;}

.page.newspage{margin-top: 107px;margin-bottom: 97px;}


@media screen and (max-width:1219px){
    .news .n-mid ul li .rtxt{width: 620px;}
}
@media screen and (max-width:999px){
    .news .n-mid ul li .rtxt{width: 600px;}
}
@media screen and (max-width:979px){
    .news .n-mid ul li .rtxt{width: calc(100% - 330px)}
}
@media screen and (max-width:768px){
    .news .n-top ul{background: none;}
    .news .n-top ul li{float: left;width:33%; margin-bottom: 15px;}
}
@media screen and (max-width:639px){
    .news .n-mid ul li .rtxt{width: calc(100% - 0px);margin-top: 30px;}
}
@media screen and (max-width:410px){
    .news .n-top ul li{float: left;width:50%; margin-bottom: 15px;}
}
/* ============================================news1=============================================== */
.news .xqy {position: relative;}
.news .xqy .top1{margin-top: -1px;}

.news .xqy .top1 .title1{text-align: center;}
.news .xqy .top1 .title1 h1{font-size: 20px;font-size:2rem;color: #333;font-weight: normal;}
.news .xqy .top1 .time{text-align: center;margin-top: 11px;margin-bottom: 33px;}
.news .xqy .top1 .time span{font-size: 14px;font-size:1.4rem;color: #999;font-weight: normal;display: inline-block;font-family: 微软雅黑;
line-height: 26px;padding-left: 46px;background: url(../images/shizhong.png ) no-repeat left center; }

.news .newsx p{line-height: 24px;font-size:14px;font-size:1.4rem;color: #666;margin-bottom: 24px;font-family: 微软雅黑;}
.news .newsx p span{line-height: 24px;font-size:14px;font-size:1.4rem;color: #666;font-family: 微软雅黑;}
.news .newsx p li{line-height: 24px;font-size:14px;font-size:1.4rem;color: #666;font-family: 微软雅黑;}
.news .newsx p strong{line-height: 24px;font-size:14px;font-size:1.4rem;color: #666;font-family: 微软雅黑;}
.news .newsx p img{display: block;max-width: 100%;}

.news .newsx p a{line-height: 24px;font-size:14px;font-size:1.4rem;color: #005ca2;}

.newsx table{ width:97%; border-collapse:collapse; line-height:24px;margin-bottom: 26px;}
.newsx tr td{ line-height:24px; padding:2px;border: 1px solid #ccc;white-space:nowrap;}

.updown{padding-top: 36px;background:url(../images/n-xuxian.jpg) no-repeat top center; margin-bottom:84px;}
.updown .up{margin-top: 0px;margin-bottom: 2px;}
.updown p{line-height: 24px;font-size: 14px;font-size:1.4rem;color: #333;font-weight: bold; }
.updown p em{font-size: 14px;font-size:1.4rem;color: #666;font-weight: normal;font-style: normal;}
.updown p a{font-size: 14px;font-size:1.4rem;color: #666;font-weight: normal;}
.updown p span{font-size: 14px;font-size:1.4rem;color: #666;font-weight: normal;}
.updown p a:hover{color: #005ca2;}

/* ============================================exhibitation=============================================== */

.exhibitation .e-top ul{background:url(../images/xuxian1.jpg) repeat-x center 47px;}
.exhibitation .e-top ul li{float: left;width:16.66666%; }

.exhibitation .e-top ul li .ct1 img{display: block;max-width: 110px;max-height: 95px; width: 100%;margin: 0 auto;}
.exhibitation .e-top ul li .ct2{width: 105px;margin: 19px auto 0; }
.exhibitation .e-top ul li .ct2 p{text-align: center;}
.exhibitation .e-top ul li .ct2 p a{font-size:16px;font-size:1.6rem;line-height: 20px;color:#333;font-family: 微软雅黑;}
.exhibitation .e-top ul li .ct2 p a:hover{color: #005ca2;}


.exhibitation .e-mid ul{margin-top: 68px;}
.exhibitation .e-mid ul li{float: left;width: 580px;margin-left: 40px;margin-bottom: 51px;}

.exhibitation .e-mid ul li .litop1{position: relative; width:570px;border: 5px solid #f1f3f9;transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;-webkit-transition: 0.5s; }
.exhibitation .e-mid ul li:hover .litop1{border: 5px solid #005ca2; }

.exhibitation .e-mid ul li .litop1 a{display: block;}
.exhibitation .e-mid ul li .litop1 a img{display: block;max-width:100%; }
.exhibitation .e-mid ul li .litop1 span{position: absolute;top: 32px;left: 24px; display: block;width: 142px;height: 38px;line-height: 38px;text-align: center;background-color: #005ca2;border-radius: 5px;color:#fff;font-size:16px;font-size:1.6rem;font-family: 微软雅黑;}

.exhibitation .e-mid ul li .litop2 a{padding-bottom: 14px; background-color: #f4f4f4; display: block;padding-left: 27px;padding-top: 1px;line-height: 30px;font-size:16px;font-size:1.6rem;font-family: 微软雅黑;color: #333;}
.exhibitation .e-mid ul li .litop2 a span{transition: 0.3s;-moz-transition: 0.3s;-o-transition: 0.3s;-webkit-transition: 0.3s; line-height: 30px;font-size:16px;font-size:1.6rem;font-family: 微软雅黑;color: #333;}
.exhibitation .e-mid ul li:hover .litop2 a{color:#fff;background-color: #005ca2;}
.exhibitation .e-mid ul li:hover .litop2 a span{color:#fff;}

.exhibitation .e-mid ul li .litop3{padding-top: 8px;background:#f4f4f4; padding-bottom: 11px;}
.exhibitation .e-mid ul li .litop3 span{display: block;padding-left: 65px;font-size:14px;font-size:1.4rem;color:#333;line-height: 30px;background:url(../images/e-rili.png) no-repeat 19px center; }

.exhibitation .e-mid ul li .litop4{margin-top: 12px;}
.exhibitation .e-mid ul li .litop4 span{padding-right: 65px; display: block;padding-left: 65px;font-size:14px;font-size:1.4rem;color:#333;line-height: 20px;background:#f4f4f4 url(../images/e-site.png) no-repeat 19px 10px;padding-top: 11px;padding-bottom: 20px; }

.page.epage{margin-top: 40px;margin-bottom: 90px;}


@media screen and (max-width:1219px){
    .exhibitation .e-mid ul li{width: 48%;margin: 20px 1%!important;}
    .exhibitation .e-mid ul li .litop1{width: 460.4px;}
}
@media screen and (max-width:999px){
    .exhibitation .e-mid ul li .litop1{width: calc(100% - 10px);}
}
@media screen and (max-width:768px){
    .exhibitation .e-top ul{background: none;}
    .exhibitation .e-top ul li{float: left;width:33%; margin-bottom: 15px;}
}
@media screen and (max-width:609px){
    .exhibitation .e-mid ul li{width: 98%;margin: 20px 1%!important;}
    .exhibitation .e-mid ul li .litop1{width: calc(100% - 10px);}
    .exhibitation .e-mid ul li .litop4 span{padding-right: 20px;}
}
@media screen and (max-width:410px){
    .exhibitation .e-top ul li{float: left;width:50%; margin-bottom: 15px;}
}
/* ============================================exhibitation1=============================================== */
.exhibitation .xqy {position: relative;}
.exhibitation .xqy .top1{margin-top: -1px;}

.exhibitation .xqy .top1 .title1{text-align: center;}
.exhibitation .xqy .top1 .title1 h1{font-size: 20px;font-size:2rem;color: #333;font-weight: normal;}
.exhibitation .xqy .top1 .title1 h1 span{font-size: 20px;font-size:2rem;color: #333;font-weight: normal;}
.exhibitation .xqy .top1 .time{text-align: center;margin-top: 11px;margin-bottom: 33px;}
.exhibitation .xqy .top1 .time span{font-size: 14px;font-size:1.4rem;color: #666;font-weight: normal;display: inline-block;font-family: 微软雅黑;
line-height: 26px;padding-left: 46px;background: url(../images/shizhong.png ) no-repeat left center; }
.exhibitation .xqy .top1 .time span em{margin-left: 22px; font-style: normal; font-size: 14px;font-size:1.4rem;color: #666;font-weight: normal;line-height: 26px;}

.exhibitation .newsx p{line-height: 24px;font-size:14px;font-size:1.4rem;color: #666;margin-bottom: 24px;font-family: 微软雅黑;}
.exhibitation .newsx p span{line-height: 24px;font-size:14px;font-size:1.4rem;color: #666;font-family: 微软雅黑;}
.exhibitation .newsx p li{line-height: 24px;font-size:14px;font-size:1.4rem;color: #666;font-family: 微软雅黑;}
.exhibitation .newsx p strong{line-height: 24px;font-size:14px;font-size:1.4rem;color: #666;font-family: 微软雅黑;}
.exhibitation .newsx p img{display: block;max-width: 100%;margin: 0 auto;}

.exhibitation .newsx p a{line-height: 24px;font-size:14px;font-size:1.4rem;color: #005ca2;}

.exhibitation .newsx1{margin-top: 4px;margin-bottom: 59px;}
.exhibitation .newsx1 p img{display: block;max-width: 100%;margin: 0 auto;}

.exhibitation .newsx2 p{padding-left: 45px;background:url(../images/e-site.png) no-repeat 0px 0px; line-height: 26px;font-size:14px;font-size:1.4rem;color: #666;margin-bottom: 24px;font-family: 微软雅黑;}

/* ============================================service1=============================================== */
.service1 .s-box{margin-top: 9px; }
.service1 .s-sj{padding-top: 23px; width: 311px;border: 1px solid #eeeeee;border-radius: 5px;background: #f7f7f7 url(../images/s-sjbg.jpg) repeat-x top left;margin-bottom: 50px;height: 329px; }
.service1 .s-sj dl dd{padding-top: 12.5px;padding-bottom: 12.5px;}
.service1 .s-sj dl dd a{display: block;padding-left: 29px; font-size:16px;font-size:1.6rem;color: #333; line-height: 24px;}
.service1 .s-sj dl dd:hover,.service1 .s-sj dl dd.on{background-color: #fff;
    background-image:url(../images/s-sjdd.jpg),url(../images/r-sj.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, 96% center; 
}
.service1 .s-sj dl dd:hover a,.service1 .s-sj dl dd.on a{color: #005ca2;}

.service1 .s-xq {width: 857px;}
.service1 .s-xq .s-title1{margin-bottom: 26px; padding-bottom: 18px; background:url(../images/s-xuxian.jpg) no-repeat left bottom; font-size:36px;font-size:3.6rem;color: #005ca2;text-transform: uppercase;}

.service1 .s-xq .s-cont{margin-bottom: 140px;}
.service1 .s-xq .s-cont p{font-size:16px;font-size:1.6rem;font-family: 微软雅黑;line-height: 30px;color: #333;margin-bottom: 30px; }
.service1 .s-xq .s-cont p img{display: block;max-width: 100%;}

/* ============================================service2=============================================== */
.service1 .s-xq2 {width: 857px;}
.service1 .s-xq2 .subNav{position: relative;top:2px;margin-bottom: 123px;}
.service1 .s-xq2 .subNav .yiji{margin-bottom: 19px;}
.service1 .s-xq2 .subNav .yiji .erji{display: none;margin-top: 0px;padding-left: 17px;background-color: #f8f8f8;padding-top: 9px;padding-bottom: 15px;padding-right: 10px;}
.service1 .s-xq2 .subNav .yiji .erji.xianshi{display: block;}
.service1 .s-xq2 .subNav .yiji>a{background:#e2e2e2 url(../images/jiahao.png) no-repeat 98% center;font-size:16px;font-size:1.6rem;line-height: 25px;color: #313131;cursor: pointer; display: block;padding:13px 0;padding-left: 18px;padding-right: 25px;}
.service1 .s-xq2 .subNav .yiji.show1{background:url(../images/jianhao.png) no-repeat 98% center;margin-bottom: 26px;}
.service1 .s-xq2 .subNav .yiji.show1>a{background:#e67005 url(../images/jianhao.png) no-repeat 98% center;color:#fff;}
.service1 .s-xq2 .subNav .yiji .erji a{font-size:14px;font-size:1.4rem;color: #666;line-height: 30px;}
/* ============================================service3=============================================== */
.service1 .s-xq3 {width: 857px;}
.service1 .s-xq3 ul li{border: 1px solid #dcdcdc;padding: 19px 48px 16px 21px;margin-bottom: 20px;}

.service1 .s-xq3 ul li .limg{width: 657px;}
.service1 .s-xq3 ul li .limg img{display: block;max-width:100%; }

.service1 .s-xq3 ul li .rsousuo {margin-top: 45px;}
.service1 .s-xq3 ul li .rsousuo .s-fangda{width: 80px;height: 45px;background-color: #005ca2;}
.service1 .s-xq3 ul li .rsousuo .s-fangda a{display: block;width: 100%;height: 100%;background:url(../images/search-ico.png) no-repeat center center; }

.service1 .s-xq3 ul li .rsousuo .s-xiazai{width: 80px;height: 45px;background-color: #eeeeee;margin-top: 1px;}
.service1 .s-xq3 ul li .rsousuo .s-xiazai a{display: block;width: 100%;height: 100%;background:url(../images/xiazai-ico.png) no-repeat center center; }
.page.s3page{margin-top:91px;margin-bottom: 105px;}

@media screen and (max-width:1219px){
    .service1 .s-xq {width:630px;}
    .service1 .s-xq2 {width:630px;}
    .service1 .s-xq3 {width:630px;}
    .service1 .s-xq3 ul li .limg{width: 460px;}
    .service1 .s-xq3 ul li .rsousuo {margin-top: 20px;}
}
@media screen and (max-width:999px){
    .service1 .s-xq {width:600px;}
    .service1 .s-xq2 {width:600px;}
    .service1 .s-xq3 {width:600px;}
    .service1 .s-xq3 ul li .limg{width: 430px;}
}
@media screen and (max-width:979px){
    .service1 .s-xq2 .subNav{margin-bottom: 30px;}
    .service1 .s-xq {width:100%;}
    .service1 .s-xq2 {width:100%;}
    .service1 .s-xq3 {width:100%;}
    .service1 .s-xq .s-cont{margin-bottom: 50px;}
    .service1 .s-sj{width: calc(100% - 2px);}
    .service1 .s-xq3 ul li .limg{width: calc(100% - 90px);}
}
@media screen and (max-width:639px){
    .service1 .s-xq3 ul li .limg{width: calc(100% - 0px);}
    .service1 .s-xq3 ul li{padding: 10px;}
    .service1 .s-xq3 ul li .rsousuo{width: 165px;}
    .page.s3page{margin-top:30px;margin-bottom: 30px;}
    .service1 .s-xq3 ul li .rsousuo .s-fangda{display: inline-block;}
    .service1 .s-xq3 ul li .rsousuo .s-xiazai{display: inline-block;}

    .service1 .s-sj dl dd a{ padding-left: 14px;  }
}

/* ============================================contact=============================================== */
.c-big{background:url(../images/c-big.jpg) no-repeat top center;padding-bottom: 144px;}
.contact .c-box{background:url(../images/c-bg.png) repeat center center;margin-top: 3px;padding-top: 55px;}
.c-top ul{}
.c-top ul li{float: left;}

.c-top ul li.li1{width: 130px;margin-left: 100px;}
.c-top ul li.li2{width: 140px;margin-left: 100px;}
.c-top ul li.li3{width: 160px;margin-left: 100px;}
.c-top ul li.li4{width: 95px;margin-left: 100px;}

.c-top ul li .ct1 img{display: block;max-width: 79px;width: 100%;margin: 0 auto;}
.c-top ul li .ct2{margin-top: 14px;margin-bottom: 7px;}
.c-top ul li .ct2 p{font-size:16px;font-size:1.6rem;color: #ef7100;font-family: 微软雅黑;text-align: center;line-height: 28px;font-weight: bold;}
.c-top ul li .ct3 p{font-size:16px;font-size:1.6rem;color: #333;font-family: 微软雅黑;text-align: center;line-height: 20px;font-family: 微软雅黑;}
.c-top ul li .ct3 p a{font-size:16px;font-size:1.6rem;color: #333;font-family: 微软雅黑;text-align: center;line-height: 20px;font-family: 微软雅黑;}
.c-top ul li .ct3 p a:hover{color: #005ca2;}
.c-top ul li.li3 .ct3 p{text-align: left;line-height: 24px;}
.c-top ul li.li3 .ct3 p a{text-align: left;line-height: 24px;}

.c-mid1{font-size:36px;font-size:3.6rem;font-family: 微软雅黑;color:#333;text-align: center;margin-top: 49px;margin-bottom: 24px;}
.c-mid2{line-height: 30px; max-width: 998px;margin: 0 auto; font-size:16px;font-size:1.6rem;font-family: 微软雅黑;color:#4d4d4d;text-align: center;}


.con{padding:37px 35px 77px 31px; margin-top:14px; border-radius:5px;}
.col{ width:484px; float:left;}
.cor{ width:628px; float:right; padding-top:0px;margin-top: -7px;}

.coln{ background:#f4f4f4; border:10px solid #fff; margin-top:9px; padding-right:20px; position:relative; min-height:152px; padding-bottom:14px;}
.coltu{ display:block; position:absolute; left:25px; top:23px;}
.coltu img{ width:129px; height:129px;}
.colzi{ margin-left:32px; padding-top:21px;}
.colzi>a{ display:block;font-family: 微软雅黑; font-size:16px; font-size:1.6rem; line-height:30px; font-weight:bold; margin-bottom:6px;}
.colzi li{font-family: 微软雅黑;  padding-left:0px; font-size:14px; font-size:1.4rem; line-height:30px; color:#333;}
.colzi li a{font-family: 微软雅黑;  color:#333;}
.colzi li a:hover{ color:#005ca2;}

.cor .int1{ width:265px; float:left; padding-left:15px; background:url(../images/xing.png) no-repeat left 20px; margin-top:17px;}
.cor .int1 input{ width:254px; height:44px; border-radius:5px; padding-left:10px; font-size:14px; font-size:1.4rem; line-height:44px;}
.cor .int2{ width:283px; float:right; padding-left:14px; background:url(../images/xing.png) no-repeat left 20px; margin-top:17px;}
.cor .int2 input{ width:272px; height:44px; border-radius:5px; padding-left:10px; font-size:14px; font-size:1.4rem; line-height:44px;}
.cor .int3{ padding-left:15px; background:url(../images/xing.png) no-repeat left 20px; margin-top:16px;}
.cor .se2{ border-radius:5px; width:613px; height:44px; line-height:44px; border:none; padding-left:10px;font-size:14px; font-size:1.4rem; text-transform:uppercase; color:#999;}
.cor .int3 textarea{font-family: 微软雅黑; width:603px; height:243px; border-radius:5px; padding-left:10px; font-size:14px; font-size:1.4rem; line-height:44px;}
.cor .int4{ width:137px; float:left; padding-left:15px; background:url(../images/xing.png) no-repeat left 20px; margin-top:28px;}
.cor .int4 input{ width:126px; height:44px; border-radius:5px; padding-left:10px; font-size:14px; font-size:1.4rem; line-height:44px;}
.cor .yanzheng{ width:98px; height:44px; margin-top:28px; float:left; margin-left:24px; cursor:pointer;}
.cor .int5{ width:320px; height:44px; background:#00c566;font-family: 微软雅黑;font-weight: bold; border-radius:5px; float:right; margin-top:28px; font-size:16px; font-size:1.6rem;  color:#fff; cursor:pointer;}

.map{margin-top: 7px;}
.map img{display: block;max-width:100%;}
@media screen and (min-width:1000px) and (max-width:1219px){
.con{ padding:37px 15px 155px 11px;}
.col{ width:400px; float:left;}
.cor{ width:540px; float:right; padding-top:33px;}
.coln{ border:3px solid #fff;}
.coltu{left:3px;}
/* .colzi{ margin-left:140px;} */

.cor .int1{ width:215px;}
.cor .int1 input{ width:204px;}
.cor .int2{ width:233px;}
.cor .int2 input{ width:222px;}
.cor .se2{ width:525px;}
.cor .int3 textarea{ width:513px;}
.cor .int5{ width:220px;}

.c-top ul li{width: 25%!important;margin-left: 0!important;}
.c-top ul li.li3 .ct3 p{text-align: center;line-height: 24px;}
.c-top ul li.li3 .ct3 p a{text-align: center;line-height: 24px;}
}
@media screen and (max-width:999px){
.c-big{background-attachment: fixed;}
.comain{ margin-bottom:70px; padding-bottom:60px;}
.con{ padding:17px 15px 55px 11px;}
.col{ width:100%; float:none;}
.cor{ width:100%; float:none; padding-top:33px;}
.coln{ border:3px solid #fff;}
.coltu{left:3px;}
/* .colzi{ margin-left:140px;} */

.cor .int1{ width:auto; float:none;}
.cor .int1 input{ width:95%;}
.cor .int2{ width:auto; float:none;}
.cor .int2 input{ width:95%;}
.cor .se2{ width:96%;}
.cor .int3 textarea{ width:95%;}
.cor .int5{ width:220px; float:left; margin-left:22px;}
.c-top ul li{width: 25%!important;margin-left: 0!important;}
.c-top ul li.li3 .ct3 p{text-align: center;line-height: 24px;}
.c-top ul li.li3 .ct3 p a{text-align: center;line-height: 24px;}
}
@media screen and (max-width:768px){
    .c-top ul li{width: 50%!important;margin-left: 0!important;margin-bottom: 20px!important;}
}
@media screen and (max-width:599px){
    .c-mid1{font-size:20px;font-size:2rem;}
.cor .int1,.cor .int2,.cor .int3,.cor .int4{ padding-left:14px;}
.cor .int1 input{ width:90%;}
.cor .int2 input{ width:90%;}
.cor .se2{ width:92%;}
.cor .int4{ width:auto; float:none;}
.cor .int4 input{ width:90%;}
.cor .int3 textarea{ width:90%;}
.cor .yanzheng{ margin-left:14px;}
.cor .int5{ width:30%; float:left; margin-left:22px;}
.coltu{ left:50%; margin-left:-75px;}
/* .colzi{ margin-left:auto; padding-top:150px;} */
.shizhong{ margin-left:0px;width:auto;}
}

@media screen and (max-width:340px){
    .c-top ul li{width: 100%!important;}
}



.fu1tu img{ width:100%; max-width:343px; max-height:249px;display: block;}
.m1fu ul li{padding-left: 0;margin-top: 0;float: left;margin-left: 38px;width: 345px;}
.m1fun{padding: 33px 33px 18px 33px;}
.m1fun img{max-width:600px; max-height:815px;}
.m1fu ul{ float:left; width:728px; float:right;}
.fu1tu{ display:block; border:1px solid #fff; border-radius:5px; overflow:hidden; width:343px; float:left;}
.fu1tu{float: none;}
.m1fu ul li a.fu1wen{line-height: 24px;margin-top: 5px;height: 48px;overflow: hidden;}

.fu2tu img{ width:100%; max-width:343px; max-height:249px;display: block;}
.m2fu ul li{padding-left: 0;margin-top: 0;float: left;margin-left: 38px;width: 345px;}
.m2fun{padding: 33px 33px 18px 33px;margin-bottom: 15px;}
.m2fun img{max-width:500px; max-height:373px;}
.m2fu ul{ float:left; width:728px; float:right;padding-top: 0;}
.fu2tu{ display:block; border:1px solid #fff; border-radius:5px; overflow:hidden; width:343px; float:left;}
.fu2tu{float: none;}
.m2fu ul li a.fu1wen{line-height: 24px;margin-top: 5px;height: 48px;overflow: hidden;}

.fu3tu img{ width:100%; max-width:343px; max-height:249px;display: block;}
.m3fu ul li{padding-left: 0;margin-top: 0;float: left;margin-left: 38px;width: 345px;}
.m3fun{padding: 33px 33px 18px 33px;}
.m3fun img{max-width:570px; max-height:266px;}
.m3fu ul{ float:left; width:728px; float:right;}
.fu3tu{ display:block; border:1px solid #fff; border-radius:5px; overflow:hidden; width:343px; float:left;}
.fu3tu{float: none;}
.m3fu ul li a.fu1wen{line-height: 24px;margin-top: 5px;height: 48px;overflow: hidden;}

.fu4tu img{ width:100%; max-width:343px; max-height:249px;display: block;}
.m4fu ul li{padding-left: 0;margin-top: 0;float: left;margin-left: 38px;width: 345px;}
.m4fun{padding: 33px 33px 18px 33px;}
.m3fun img{max-width:364px; max-height:328px;}
.m4fu ul{ float:left; width:728px; float:right;}
.fu4tu{ display:block; border:1px solid #fff; border-radius:5px; overflow:hidden; width:343px; float:left;}
.fu4tu{float: none;}
.m4fu ul li a.fu1wen{line-height: 24px;margin-top: 5px;height: 48px;overflow: hidden;color: #fff;display: block}
.m4fu{bottom: 140px;background: url(../images/xsanjiao.png) no-repeat 728px bottom;}
.m4fu ul li{font-size: 14px;font-size: 1.4rem;}
.m4fun{margin-top: 0;margin-bottom: 15px;}

.m1fu{top: 120px;}
.m2fu{bottom: 150px;}
.m3fu{top: 120px;background: url(../images/ssanjiao.png) no-repeat 750px top}


@media screen and (min-width:1000px) and (max-width:1219px) {
.m1ntu:hover .m1fu{width: 795px;height: 366px;}
.m1ntu:hover .m3fu{height: 366px;}
.m1ntu:hover .m2fu{width: 795px;height: 369px;}
.m2fun{padding-top: 15px;}
.m2fu{bottom: 100px;}
.m1fu{top: 90px;}
.m3fu{top: 90px;}
.m1ntu:hover .m4fu{width: 795px;height:370px;}
.m4fun{padding-top: 1px;}
.m4fu{bottom: 95px;}
}





#book iframe{width: 100%;height: 500px;}
@media screen and (max-width:350px) {
    #book iframe{width: 100%;height: 300px;}
}



































