@charset "UTF-8";
/**
 *
 * @authors Your Name (you@example.org)
 * @date    2018-11-26 08:56:00
 * @version $Id$
 */

*{margin:0;padding:0;/* font-size:13px; */font-family:microsoft yahei; /*! color: #333; */}
.plyr input[type=range]:focus,.plyr:focus{outline:0}.plyr .plyr__video-embed iframe,.plyr__tooltip{pointer-events:none}@keyframes plyr-progress{to{background-position:25px 0}}.plyr{position:relative;max-width:100%;min-width:200px;font-family:Avenir,'Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;direction:ltr}.plyr,.plyr *,.plyr ::after,.plyr ::before{box-sizing:border-box}.plyr a,.plyr button,.plyr input,.plyr label{-ms-touch-action:manipulation;touch-action:manipulation}.plyr audio,.plyr video{width:100%;height:auto;vertical-align:middle;border-radius:inherit}.plyr input[type=range]{display:block;height:20px;width:100%;margin:0;padding:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border:none;background:0 0}.plyr input[type=range]::-webkit-slider-runnable-track{height:8px;background:0 0;border:0;border-radius:4px;-webkit-user-select:none;user-select:none}.plyr input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;margin-top:-4px;position:relative;height:16px;width:16px;background:#fff;border:2px solid transparent;border-radius:100%;transition:background .2s ease,border .2s ease,transform .2s ease;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);box-sizing:border-box}.plyr input[type=range]::-moz-range-track{height:8px;background:0 0;border:0;border-radius:4px;-moz-user-select:none;user-select:none}.plyr input[type=range]::-moz-range-thumb{position:relative;height:16px;width:16px;background:#fff;border:2px solid transparent;border-radius:100%;transition:background .2s ease,border .2s ease,transform .2s ease;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);box-sizing:border-box}.plyr input[type=range]::-ms-track{height:8px;background:0 0;border:0;color:transparent}.plyr input[type=range]::-ms-fill-upper{height:8px;background:0 0;border:0;border-radius:4px;-ms-user-select:none;user-select:none}.plyr input[type=range]::-ms-fill-lower{height:8px;border:0;border-radius:4px;-ms-user-select:none;user-select:none;background:#eb3d01}.plyr input[type=range]::-ms-thumb{position:relative;height:16px;width:16px;background:#fff;border:2px solid transparent;border-radius:100%;transition:background .2s ease,border .2s ease,transform .2s ease;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);box-sizing:border-box;margin-top:0}.plyr input[type=range]::-ms-tooltip{display:none}.plyr input[type=range]::-moz-focus-outer{border:0}.plyr input[type=range].tab-focus:focus{outline-offset:3px}.plyr input[type=range]:active::-webkit-slider-thumb{background:#eb3d01;border-color:#fff;transform:scale(1.25)}.plyr input[type=range]:active::-moz-range-thumb{background:#eb3d01;border-color:#fff;transform:scale(1.25)}.plyr input[type=range]:active::-ms-thumb{background:#eb3d01;border-color:#fff;transform:scale(1.25)}.plyr--video input[type=range].tab-focus:focus{outline:rgba(255,255,255,.5) dotted 1px}.plyr--audio input[type=range].tab-focus:focus{outline:rgba(86,93,100,.5) dotted 1px}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;position:absolute!important;padding:0!important;border:0!important;height:1px!important;width:1px!important}.plyr__video-wrapper{position:relative;background:#000;border-radius:inherit}.plyr__video-embed{padding-bottom:56.25%;height:0;border-radius:inherit;overflow:hidden;z-index:0}.plyr__video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.plyr__video-embed>div{position:relative;padding-bottom:200%;transform:translateY(-35.95%)}.plyr video::-webkit-media-text-track-container{display:none}.plyr__captions{display:none;position:absolute;bottom:0;left:0;width:100%;padding:20px;transform:translateY(-40px);transition:transform .3s ease;color:#fff;font-size:16px;text-align:center;font-weight:400}.plyr__captions span{border-radius:2px;padding:3px 10px;background:rgba(0,0,0,.7);-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:150%}.plyr__captions span:empty{display:none}@media (min-width:768px){.plyr__captions{font-size:24px}}.plyr--captions-active .plyr__captions{display:block}.plyr--hide-controls .plyr__captions{transform:translateY(-15px)}@media (min-width:1024px){.plyr--fullscreen-active .plyr__captions{font-size:32px}}.plyr ::-webkit-media-controls{display:none}.plyr__controls{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;line-height:1;text-align:center}.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls>button{margin-left:5px}.plyr__controls .plyr__progress:first-child,.plyr__controls .plyr__time:first-child,.plyr__controls>button:first-child{margin-left:0}.plyr__controls .plyr__volume{margin-left:5px}.plyr__controls [data-plyr=pause]{margin-left:0}.plyr__controls button{position:relative;display:inline-block;-ms-flex-negative:0;flex-shrink:0;overflow:visible;vertical-align:middle;padding:7px;border:0;background:0 0;border-radius:3px;cursor:pointer;transition:background .3s ease,color .3s ease,opacity .3s ease;color:inherit}.plyr__controls button svg{width:18px;height:18px;display:block;fill:currentColor}.plyr__controls button:focus{outline:0}.plyr__controls .icon--captions-on,.plyr__controls .icon--exit-fullscreen,.plyr__controls .icon--muted{display:none}@media (min-width:480px){.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls>button{margin-left:10px}}.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none}.plyr--video .plyr__controls{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:50px 10px 10px;background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;color:#fff;transition:opacity .3s ease}.plyr--video .plyr__controls button.tab-focus:focus,.plyr--video .plyr__controls button:hover{background:#eb3d01;color:#fff}.plyr--audio .plyr__controls{padding:10px;border-radius:inherit;background:#fff;border:1px solid #dbe3e8;color:#565D64}.plyr--audio .plyr__controls button.tab-focus:focus,.plyr--audio .plyr__controls button:hover,.plyr__play-large{background:transparent;color:#fff}.plyr__play-large{display:none;position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);padding:10px;border:4px solid currentColor;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15);transition:all .3s ease}.plyr__play-large svg{position:relative;left:2px;width:20px;height:20px;display:block;fill:currentColor}.plyr__play-large:focus{outline:rgba(255,255,255,.5) dotted 1px}.plyr .plyr__play-large{display:inline-block}.plyr--audio .plyr__play-large,.plyr--playing .plyr__controls [data-plyr=play],.plyr__controls [data-plyr=pause]{display:none}.plyr--playing .plyr__play-large{opacity:0;visibility:hidden}.plyr--playing .plyr__controls [data-plyr=pause]{display:inline-block}.plyr--captions-active .plyr__controls .icon--captions-on,.plyr--fullscreen-active .icon--exit-fullscreen,.plyr--muted .plyr__controls .icon--muted{display:block}.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr--captions-active .plyr__controls .icon--captions-on+svg,.plyr--fullscreen-active .icon--exit-fullscreen+svg,.plyr--muted .plyr__controls .icon--muted+svg{display:none}.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen]{display:inline-block}.plyr__tooltip{position:absolute;z-index:2;bottom:100%;margin-bottom:10px;padding:5px 7.5px;opacity:0;background:rgba(0,0,0,.7);border-radius:3px;color:#fff;font-size:14px;line-height:1.3;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease}.plyr__tooltip::before{content:'';position:absolute;width:0;height:0;left:50%;transform:translateX(-50%);bottom:-4px;border-right:4px solid transparent;border-top:4px solid rgba(0,0,0,.7);border-left:4px solid transparent;z-index:2}.plyr button.tab-focus:focus .plyr__tooltip,.plyr button:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%,0) scale(1)}.plyr button:hover .plyr__tooltip{z-index:3}.plyr__controls button:first-child .plyr__tooltip{left:0;transform:translate(0,10px) scale(.8);transform-origin:0 100%}.plyr__controls button:first-child .plyr__tooltip::before{left:16px}.plyr__controls button:last-child .plyr__tooltip{right:0;transform:translate(0,10px) scale(.8);transform-origin:100% 100%}.plyr__controls button:last-child .plyr__tooltip::before{left:auto;right:16px;transform:translateX(50%)}.plyr__controls button:first-child .plyr__tooltip--visible,.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,.plyr__controls button:first-child:hover .plyr__tooltip,.plyr__controls button:last-child .plyr__tooltip--visible,.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,.plyr__controls button:last-child:hover .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr__progress{position:relative;display:none;-ms-flex:1;flex:1}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress input[type=range]::-webkit-slider-runnable-track{background:0 0}.plyr__progress input[type=range]::-moz-range-track{background:0 0}.plyr__progress input[type=range]::-ms-fill-upper{background:0 0}.plyr__progress .plyr__tooltip{left:0}.plyr .plyr__progress{display:inline-block}.plyr__progress--buffer,.plyr__progress--played,.plyr__volume--display{position:absolute;left:0;top:50%;width:100%;height:8px;margin:-4px 0 0;padding:0;vertical-align:top;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:100px}.plyr__progress--buffer::-webkit-progress-bar,.plyr__progress--played::-webkit-progress-bar,.plyr__volume--display::-webkit-progress-bar{background:0 0}.plyr__progress--buffer::-webkit-progress-value,.plyr__progress--played::-webkit-progress-value,.plyr__volume--display::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:8px}.plyr__progress--buffer::-moz-progress-bar,.plyr__progress--played::-moz-progress-bar,.plyr__volume--display::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:8px}.plyr__progress--buffer::-ms-fill,.plyr__progress--played::-ms-fill,.plyr__volume--display::-ms-fill{border-radius:100px}.plyr__progress--played,.plyr__volume--display{z-index:1;color:#006699;background:0 0;transition:none}.plyr__progress--played::-webkit-progress-value,.plyr__volume--display::-webkit-progress-value{min-width:8px;max-width:99%;border-top-right-radius:0;border-bottom-right-radius:0;transition:none}.plyr__progress--played::-moz-progress-bar,.plyr__volume--display::-moz-progress-bar{min-width:8px;max-width:99%;border-top-right-radius:0;border-bottom-right-radius:0;transition:none}.plyr__progress--played::-ms-fill,.plyr__volume--display::-ms-fill{display:none}.plyr__progress--buffer::-webkit-progress-value{transition:width .2s ease}.plyr__progress--buffer::-moz-progress-bar{transition:width .2s ease}.plyr__progress--buffer::-ms-fill{transition:width .2s ease}.plyr--video .plyr__progress--buffer,.plyr--video .plyr__volume--display{background:rgba(255,255,255,.25)}.plyr--video .plyr__progress--buffer{color:rgba(255,255,255,.25)}.plyr--audio .plyr__progress--buffer,.plyr--audio .plyr__volume--display{background:rgba(198,214,219,.66)}.plyr--audio .plyr__progress--buffer{color:rgba(198,214,219,.66)}.plyr--loading .plyr__progress--buffer{animation:plyr-progress 1s linear infinite;background-size:25px 25px;background-repeat:repeat-x;background-image:linear-gradient(-45deg,rgba(0,0,0,.15) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.15) 50%,rgba(0,0,0,.15) 75%,transparent 75%,transparent);color:transparent}.plyr--video.plyr--loading .plyr__progress--buffer{background-color:rgba(255,255,255,.25)}.plyr--audio.plyr--loading .plyr__progress--buffer{background-color:rgba(198,214,219,.66)}.plyr__time{display:inline-block;vertical-align:middle;font-size:14px}.plyr__time+.plyr__time{display:none}@media (min-width:768px){.plyr__time+.plyr__time{display:inline-block}}.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px}.plyr__volume{display:none}.plyr .plyr__volume{-ms-flex:1;flex:1;position:relative}.plyr .plyr__volume input[type=range]{position:relative;z-index:2}@media (min-width:480px){.plyr .plyr__volume{display:block;max-width:60px}}@media (min-width:768px){.plyr .plyr__volume{max-width:100px}}.plyr--is-ios .plyr__volume,.plyr--is-ios [data-plyr=mute]{display:none!important}.plyr--fullscreen-active{position:fixed;top:0;left:0;right:0;bottom:0;height:100%;width:100%;z-index:10000000;background:#000;border-radius:0!important}.plyr--fullscreen-active video{height:100%}.plyr--fullscreen-active .plyr__video-wrapper{height:100%;width:100%}.plyr--fullscreen-active .plyr__video-embed{overflow:visible}.plyr--fullscreen-active .plyr__controls{position:absolute;bottom:0;left:0;right:0}.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}


@font-face {
font-family: 'SWZ92';
src: url('../fonts/swz921n_0.ttf'),url('../fonts/swz921n_0.eot'),url('../fonts/swz921n_0.woff'),url('../fonts/swz921n_0.woff2'),url('../font/SWZ921N_0.otf')
}

@font-face {
font-family: 'AVGARDN';
src: url('../font/AVGARDN_0.ttf'),url('../fonts/avgardn_0.eot'),url('../fonts/avgardn_0.woff'),url('../fonts/avgardn_0.woff2'),url('../font/AVGARDN_0.otf')
}

 @keyframes warn {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
    -webkit-transform: scale(1);
        opacity: 0.0;
    }
}
@keyframes warn1 {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.0;
    }
}
@-webkit-keyframes "warn" {
    0% {
    transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
    transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
    transform: scale(0.1);
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
    transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
    transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}


body{ overflow-x: hidden}
svg { display: block; }
img{ border:0 none}
a,img{ outline:0}
a{ text-decoration:none}
li{ list-style:none}
.fl{ float:left}
.pl{ left:0}
.pl,.pr{ position:absolute}
.pr{ right:0}
.fr{ float:right}
.page{ margin:0 auto; width:1200px}
.cl,.clear{ clear:both; display: block; }
.dis{ display:none}
.top35{ margin-top:35px}
.en{ text-transform:uppercase; font-family:arial}



.head{/* height: 45px; *//* line-height: 45px; *//* background:#f2f2f2; *//* position: relative; */}
.head:after{content: '';height: 9px;background: url(../images/head_bottom.png) no-repeat center;width: 100%;display: block;position: absolute;bottom: -9px;left: 0;z-index: -1;}
.head .fl,.head .fr a{ color: #a8a9a9; }
.head .fr a { display: inline-block; padding-left: 45px; background: url(../images/top_input.png) no-repeat 2px 6px; transition: 0.3s all ease-in-out; font-size: 13px; line-height: 45px; padding-right: 20px; cursor: pointer; position: relative;}

.head .fr .tel{ background-position:-114px 6px; }
.head .fr .wx{ background-position:-232px 6px; }
.head .fr a:hover,.head .fr strong:hover{ background-position-y:-46px; color: #fff; background-color: #006699}
.head .fr .wx .wxewm { width: 130px; height: 130px; position: absolute; top: 45px; z-index: 2; left: 0; display: none; }
.head .fr .wx .wxewm img{ width: 130px; height: 130px; display: block; }
.top {padding: 15px 0;height: 90px;width: 100%;}
.top > .page > .logo{ display: block; padding-right: 20px; height: 90px; }
.top > .page > .logo > a > img{display: block;height: 100%;width: auto;}
.top > .page > .logo > a{display: block;height: 100%; width: auto;}

.top > .page >.logo_2{display: block;height: 60px;padding-left: 20px; border-left: 1px solid #e7e7e7;margin-top: 13px;}
.top > .page >.logo_2 > strong{display: block;font-size: 22px; font-weight: bold;line-height: 32px;color:#343434;}
.top > .page >.logo_2 > p{display: block;font-size: 16px;line-height: 24px;color: #666;padding-bottom: 4px;}

.top > .page > .top_tel{height: 90px;display: block}
.top > .page > .top_tel:after{content: '';display: block;clear: both}
.top > .page > .top_tel > i{float:left;margin-top:18px;background: url(../images/top_tel.png) 13px 13px no-repeat;width: 28px;height: 28px;display: block;padding: 12px;border:1px solid #006699;border-radius: 50%;transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.top > .page > .top_tel > p{font-size: 24px;font-family: 'SWZ92';color: #006699;line-height:28px;height:50px;float:left;margin-left: 20px;margin-top: 18px;}
.top > .page > .top_tel > p .small{font-size: 16px;display: block;line-height: 22px;}

.top > .page > .top_tel > .top_button{float: left;padding-left: 10px;border-left: 1px solid #e7e7e7;height: 50px;margin-left: 20px;margin-top: 20px;}
.top > .page > .top_tel > .top_button > a{display: block; float:left;margin:0 20px 0 10px;}
.top > .page > .top_tel > .top_button > a > span{font-size: 14px;color: #666;line-height:20px;display: block;padding-top: 4px;text-align:center;}
.top > .page > .top_tel > .top_button > a > i{display: block;width: 42px;height: 26px;margin:0 auto;}
.top > .page > .top_tel > .top_button > .top_button_1 > i{background: url(../images/top_button_1.png) no-repeat center 0;}
.top > .page > .top_tel > .top_button > .top_button_2 > i{background: url(../images/top_button_2.png) no-repeat center 0;}



.nav.menu{ position:relative; background: #006699; width: 100%; height: 60px; }
.nav li { float: left; display: block; width: 150px; text-align: center; position:relative; overflow: visible !important;}
.xiala{ position:absolute;top: 60px;z-index: 9999999;display:none;}
.xiala a{/* padding:0 30px; */text-align: center;width: 210px;height: 60px;display: block;line-height: 60px;color: #fff;font-size: 15px;/* background: linear-gradient(to top, #eb4700 0%,#ec7302 100%); */background: #006699;border-bottom: solid 1px #0048bb;}
.xiala a:hover{

    background:linear-gradient(to top, #eb4700 0%,#ec7302 100%);
    color:#fff;
}
.nav li.last{ background:0 0}
.nav li > a { display: block; height: 60px; line-height: 60px; color: #fff; font-size: 15px; background-repeat: no-repeat; background-position: -30px center; padding-left: 0; position: relative; left: 0px; }
.nav li:hover,.nav li.navcurrent { background: url(../images/20180509185556_256302808.jpg) repeat center; }
.nav li.navl1 { width: 150px; }
.nav li.navl1 > a{ background-position:25px center; padding-left: 20px; }
.nav #Zz0 > a{ background-image: url(../images/20180511170944_757519886.png); }
.nav #Zz1 > a{ background-image: url(../images/20180511172147_2131892681.png); }
.nav #Zz2 > a{ background-image: url(../images/20180511171719_631484392.png); }
.nav #Zz3 > a{ background-image: url(../images/20180511171732_183463007.png); }
.nav #Zz4 > a{ background-image: url(../images/20180511172038_267763031.png); }
.nav #Zz5 > a{ background-image: url(../images/20180511171638_2074639382.png); }
.nav #Zz6 > a{ background-image: url(../images/20180511172132_1907562701.png); }
.nav #Zz7 > a{ background-image: url(../images/20180511172132_1907562704.png); }
.nav #Zz8 > a{ background-image: url(../images/20180511172159_1310145812.png); }

.nav 


.banner{ overflow: hidden; background:#eee; z-index:1;}
.banner-box{ min-width:1100px; height:600px; position:relative; margin:0 auto; }
.banner-box .bd{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:600px; background-position: center; background-repeat: no-repeat; }
.banner-box .bd li a{ display:block; background-size:auto; }
.banner-btn{ width: 100%; position: absolute; top: 0; left: 0; margin-left: 0; height: 600px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:248px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out}
.banner-btn a.prev{ left:-50px; background:url(../images/20180531144426_364796552.png) no-repeat 0 0; }
.banner-btn a.next{ right:-50px; background:url(../images/20180531144426_364796552.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:25px; width: 100%; display: block; }
.banner-box .hd ul { width: 1200px; margin: 0 auto; text-align: center; }
.banner-box .hd ul li{ width:35px; height:10px; border-radius:20px; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; text-align: center; position: relative; z-index: 1111; }
.banner-box .hd ul li.on{ background: #006699; width: 70px; }
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }


.main_30 > .page > .fl{padding-left:170px;background: url(../images/main_30_l.jpg) no-repeat left center;height: 100px;font-size:26px;font-weight: 100;line-height: 40px;}
.main_30 > .page > .fl > p{display: block;font-size: 15px;color: #999;line-height: 23px;padding-top: 5px;}
.main_30 > .page > .fl > span{color: #006699;}
.main_30 > .page > .fl > .main_30_l_f1{font-family: 'AVGARDN';font-size: 36px;display: inline-block;position: relative;top: 3px;left: 2px;}
.main_30 > .page > .fl > .str{font-weight: bold;font-size: 26px;}
.main_30{padding:20px 0;height: 100px;}

.main_item {float: left;padding: 0 20px;cursor:pointer;}
.main_item > i{display: block;width: 100px;height: 60px;position: relative;margin-top: 5px;}

.main_item > i:before{content: '';display: block;width: 100%;height: 100%;position: absolute;left:0;top: 0;}
.main_item > i:after{content: '';display: block;width: 100%;height: 100%;position: absolute;left:0;top: 0;}
.main_item > p{font-size: 15px;color: #666;line-height: 30px;display: block;text-align: center;transition:0.5s all ease-in-out;cursor:pointer;}

.main_item_1 > i:before,.main_item_1 > i:after{background: url(../images/main_30_1.jpg) no-repeat;transition:0.5s all ease-in-out;}
.main_item_2 > i:before,.main_item_2 > i:after{background: url(../images/main_30_2.jpg) no-repeat;transition:0.5s all ease-in-out;}
.main_item_3 > i:before,.main_item_3 > i:after{background: url(../images/main_30_3.jpg) no-repeat;transition:0.5s all ease-in-out;}
.main_item_4 > i:before,.main_item_4 > i:after{background: url(../images/main_30_4.jpg) no-repeat;transition:0.5s all ease-in-out;}


.main_item_1 > i:after{background-position: 0 -70px;opacity: 0;filter: alpha(opacity=0);height: 0;}
.main_item_1 > i:before{background-position: 0 0;}

.main_item_2 > i:after{background-position: 0 -70px;opacity: 0;filter: alpha(opacity=0);height: 0;}
.main_item_2 > i:before{background-position: 0 0;}

.main_item_3 > i:after{background-position: 0 -70px;opacity: 0;filter: alpha(opacity=0);height: 0;}
.main_item_3 > i:before{background-position: 0 0;}

.main_item_4 > i:after{background-position: 0 -70px;opacity: 0;filter: alpha(opacity=0);height: 0;}
.main_item_4 > i:before{background-position: 0 0;}

.main_item.active > i:after{height: 100%;opacity: 1;filter: alpha(opacity=100);}
.main_item.active > p{color: #006699}



.prod{padding: 50px 0 0px 0;/* background: url(../images/prod_bg.jpg) no-repeat center; */width: 100%;/* height: 720px; */display: block;}
.prod_row1{padding: 0px 0 20px;}
.prod_row1:after{content: '';clear: both;display: block}
.prod_row1_l{background: url(../images/prod_tit.png) no-repeat left center;display: block;height: 60px;font-size: 30px;color:#006699;line-height: 35px;padding: 5px 0px 5px 80px;float: left;}
.prod_row1_l > .str{font-weight: bold;font-size: 30px;color:#006699}
.prod_row1_l > .small{display: block;font-size: 15px;color: #666;line-height: 25px;}
.prod_cate_l{display: block;width: 490px;height: 560px; margin-right: 10px;background: url(../images/prod_in_cate1.jpg) no-repeat center;float: left;padding: 30px 40px;}
.prod_cont1 .prod_cate_l {background:url(../images/prod_in_cate1_i.jpg) no-repeat center;}
.prod_row1 > ul{text-align: right;}
.prod_row1 > ul > li{display: inline-block;}
.prod_row1 > ul > li > a{line-height: 70px;font-size: 27px;display: block;padding-left: 30px;position: relative;margin-left: -380px;color: #343434;font-weight: bold;margin-right: 424px;}
.prod_row1 > ul > li > a:after{content: '';display: block;width: 10px;height: 10px;border: 1px solid #aaa;border-radius: 50%;position: absolute;top:30px;left: 0px;transition: 0.3s all ease;box-shadow: 0 0 0px 0px rgba(35,12,111,0.0);transform: rotate(0deg)}
.prod_row1 > ul > li > a:hover,.prod_row1 > ul > li.cur > a{color: #006699;}
.prod_row1 > ul > li > a:hover:after,.prod_row1 > ul > li.cur > a:after{box-shadow: 0 0 1px 6px rgba(35,12,111,0.2);background:#006699;border-color:#006699;}
.prod_row2{position: relative;width: 100%;height: 620px;}
.prod_row2 .prod_cont{display: block;width: 100%;height: 620px; position: absolute; left: 0; top: 0;}
.prod_cont_page{width: 620px;height: 305px;position: relative;overflow:hidden;}

.prod_cont_in_btn{  position:absolute; width:50px; height:305px; background:rgba(35, 12, 111,0.2) url(../images/case_row2_l.png) no-repeat center; top:1px; z-index:22; cursor:pointer; opacity: 0.5; filter: alpha(opacity=50); transition:0.3s all ease-in-out;}
#prod_cont_in_left,#prod_cont_in_left1{ left:-50px;}
#prod_cont_in_right,#prod_cont_in_right1{ right:-50px;background:rgba(35, 12, 111,0.2) url(../images/case_row2_r.png) no-repeat center;}
.prod_cont_page:hover #prod_cont_in_left,.prod_cont_page:hover #prod_cont_in_left1{left: 0;}
.prod_cont_page:hover #prod_cont_in_right,.prod_cont_page:hover #prod_cont_in_right1{right: 0;}
.prod_cont_in_btn:hover{ opacity: 1; filter: alpha(opacity=100); }

.prod_cate_r{display: block;width: 620px;float: right;}
.prod_cate_r1{display: block;width: 560px;height: 245px;background: url(../images/prod_in_cate2.jpg) no-repeat center;margin-bottom: 10px;padding: 30px;}
.prod_cont1 .prod_cate_r1{display: block;width: 560px;height: 245px;background: url(../images/prod_in_cate2_i.jpg) no-repeat center;margin-bottom: 10px;padding: 30px;}
.prod_cate_r2{display: block;width: 245px;height: 245px;background: url(../images/prod_in_cate3.jpg) no-repeat center;margin-right: 10px;float: left;padding: 30px;}
.prod_cate_r3{display: block;width: 245px;height: 245px;background: url(../images/prod_in_cate4.jpg) no-repeat center;float: left;padding: 30px;margin-right: 10px;}
.prod_cont1 .prod_cate_r2{background: url(../images/prod_in_cate3_i.jpg) no-repeat center;}
.prod_cont1 .prod_cate_r3{background: url(../images/prod_in_cate4_i.jpg) no-repeat center;}
.prod_cate_r4{display: block;width: 245px;height: 245px;background: url(../images/prod_in_cate5.jpg) no-repeat center;float: left;padding: 30px;margin-right: 10px;}
.prod_cate_r5{display: block;width: 245px;height: 245px;background: url(../images/prod_in_cate6.jpg) no-repeat center;float: left;padding: 30px;margin-right: 10px;}
.prod_cate_r6{background: url(../images/1554865252160004.jpg) no-repeat center;}
.prod_cate_r7{background: url(../images/1554865265467743.jpg) no-repeat center;}

.prod_cate_l_r1{font-size: 30px;font-weight: 100;color: #fff;line-height: 40px;display: block;position:relative;}
.prod_cate_l_r1:after{content: '';display: block;width: 50px;height: 50px;border: 1px solid #fff;border-radius: 50px;background:url(../images/prod_in_btn.png) no-repeat center;position:absolute;top:5px;right:0;transition:0.3s all ease;}
.prod_cate_l_r1 .small{font-size: 15px;color: #fff;line-height: 20px;display: block;}

.prod_cate_l:hover .prod_cate_l_r1:after{background-color: #006699;border-color:#006699 }


.prod_cate_l .prolist {
    display: block;
    padding:20px 0;
}
.prod_cate_l .prolist:after{content: '';clear: both;display: block;}
.prod_cate_l .prolist a{display: block;color: #aaa;float: left;width: 115px;font-size: 14px;border-radius: 5px;background: #343434;text-align: center;line-height: 32px;margin-right: 10px;margin-bottom: 10px;transition:0.3s all ease;}
.prod_cate_l .prolist a:nth-child(4n){margin-right: 0;}
.prod_cate_l .prolist a:hover{color: #fff;background-color:#eb3d01;}


.prod_cate_r1 strong,.prod_cate_r2 strong,.prod_cate_r3 strong{font-size: 22px;font-weight:100;color: #fff;display:block;line-height:30px;position:relative;}
.prod_cate_r1 strong .small,.prod_cate_r2 strong .small,.prod_cate_r3 strong .small{font-size:13px;color: #fff;display: block;line-height: 20px;font-weight: 100;}
.prod_cate_r2 strong:after,.prod_cate_r3 strong:after{content: '';display:  block;border: 1px solid #fff;display: block;width: 48px;height: 48px;border-radius: 50%;position: absolute;top: 0;right: 0;background:url(../images/prod_in_btn.png) no-repeat center;transition: 0.3s all ease}
.prod_cate_r2:hover strong:after,.prod_cate_r3:hover strong:after{background-color: #006699;border-color:#006699 }

.prod_cate_r1 strong{padding:10px 0 80px;}
.ti {
    float: left;
    font-size: 15px;color:#fff;font-family: arial,microsoft yahei;text-align: center;line-height: 30px;margin-right:20px;
}
.ti > i > img {
    display: block;
    width: 32px;
    height: 32px;
    padding: 14px;
}
.ti > i{ width: 60px; height: 60px; display: block; border-radius: 50%;box-sizing: border-box;}
.ti1 > i{ background: #eb7a01; background: -moz-linear-gradient(top, #eb7a01 0%, #eb3d01 100%); background: -webkit-linear-gradient(top, #eb7a01 0%,#eb3d01 100%); background: linear-gradient(to bottom, #eb7a01 0%,#eb3d01 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb7a01', endColorstr='#eb3d01',GradientType=0 ); }
.ti2 > i{ background: #040ba2; background: -moz-linear-gradient(top, #040ba2 0%, #006699 100%); background: -webkit-linear-gradient(top, #040ba2 0%,#006699 100%); background: linear-gradient(to bottom, #040ba2 0%,#006699 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#040ba2', endColorstr='#006699',GradientType=0 ); }
.ti3 > i{border: 1px solid #fff; }

.adv_p {padding: 50px 0;position:relative;overflow: hidden}
.adv_p .adv_tit{position: relative;padding: 0 0 40px;}
.adv_p .adv_tit:before{content: '';height:1px;background:#ececec;width:100%;display:block;position:absolute;top:40px;left: 0}
.adv_p .adv_tit strong{font-size: 40px;line-height: 50px;color: #006699;font-weight: 100;display: block;padding-left: 140px;background: #fff url(../images/ads_1_tit.png) no-repeat 20px center;width: 400px;margin: 0 auto;position: relative;z-index: 2;}
.adv_p .adv_tit strong > .str{font-weight: bold;font-size: 40px;display: inline-block;color: #006699;}
.adv_p .adv_tit strong > .small{display: block;line-height: 26px;font-size: 18px;color: #666;padding-bottom: 5px;}

.adv_p .adv_cont{position: relative;width: 100%;height: 540px;}
.adv_p .adv_cont .fl { padding-left: 40px; width: 600px; }
.adv_p .adv_cont .adv_p_blue{width: 1560px;background: url(../images/adv_p_blue.jpg) no-repeat center;height: 180px;position: absolute;right: -360px;top: 180px;}
.adv_item{ display: block; width: 470px; height: 100px; padding: 40px 0 40px 130px; position: relative; z-index: 3; }
.adv_item > i{position: absolute;display: block;left: 0;top: 40px;width: 46px;height: 46px;padding: 26px 32px 28px;background: url(../images/adv_p_item_bg.png) no-repeat 2px 1px;}
.adv_item strong{font-size: 26px;font-weight: bold;color: #333;line-height: 40px;display: block;}
.adv_item2 strong{color: #fff;}
.adv_item p{font-size: 15px;color: #666;line-height: 22px;display: block;text-align: justify;padding:5px 0;font-weight:100;}
.adv_item2 p{color: #FFF;}
.adv_item2 > i{background: url(../images/adv_p_item_bg1.png) no-repeat 2px 1px;}

.adv_p_r_img{position: relative;z-index: 2;padding: 0px 0;left: 50px;top: 10px;width: 560px;height: 420px;}
.adv_p_r_img_r1 {
  width: 560px;
  height: 420px;
  display: block;
  position: relative;
}
.adv_p_r_img_r1 > .adv_p_r_img_r1-box, .adv_p_r_img_r1 > .adv_p_r_img_r1-box > .bd{
  width: 560px;
  height: 420px;
  display: block;
}
.adv_p_r_img_r1 .adv_p_r_img_r1-btn {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width:100%;
  height:auto;
}
.adv_p_r_img_r1 .adv_p_r_img_r1-btn > .hd > ul{text-align: center;width:100%;}
.adv_p_r_img_r1 .adv_p_r_img_r1-btn > .hd > ul > li{transition: 0.3s all ease;display: inline-block;margin:0 5px;width:12px;height:12px;border-radius: 50%;overflow: hidden;color:#333;background: #333;font-size: 0;text-indent: -99999999999em;position: relative;z-index: 34;}
.adv_p_r_img_r1 .adv_p_r_img_r1-btn > .hd > ul > li:hover,.adv_p_r_img_r1 .adv_p_r_img_r1-btn > .hd > ul > li.on{background: #eb3d01;color: #eb3d01;}


.dot{position:absolute;top:50%;left:50%;z-index:2;margin-top:-40px;margin-left:-40px;width:80px;height:80px;border-radius:50%;background:url(../images/adv_p_video_dot.png) no-repeat center;box-shadow: 0 0 0 14px rgba(239,72,1,0.25);transform: rotate(0deg)}

.pulse{ position:absolute; top:50%; left:50%; z-index:1; margin-top:-100px; margin-left:-100px; width:200px; height:200px; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; background:#ef4801; box-shadow:1px 1px 20px #ef4801; opacity:0; -webkit-animation:warn 2.2s ease-out; -moz-animation:warn 2.2s ease-out; animation:warn 2.2s ease-out; -webkit-animation-iteration-count:infinite; -moz-animation-iteration-count:infinite; animation-iteration-count:infinite; }
.pulse1{ position:absolute; top:50%; left:50%; z-index:1; margin-top:-100px; margin-left:-100px; width:200px; height:200px; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; background:#ef4801; box-shadow:1px 1px 20px #ef4801; opacity:0; -webkit-animation:warn1 2s ease-out; -moz-animation:warn1 2s ease-out; animation:warn1 2s ease-out; -webkit-animation-iteration-count:infinite; -moz-animation-iteration-count:infinite; animation-iteration-count:infinite; }
.adv_p_video_btn { width: 560px; height: 525px; position: absolute; left: 0; top: 0; z-index: 33;}
.adv_p_r_tel{ color: #343434; font-weight: 100; font-size: 16px; line-height: 20px; display:block; position: relative; padding-left: 65px; width: 475px; top: 20px; left: 50px; margin-left: auto; position: relative; z-index: 3; }
.adv_p_r_tel:after{ content: ''; position: absolute; width: 28px; padding:12px; border-radius: 50%; background:#006699 url(../images/adv_p_r_tel.png) no-repeat center; height: 28px; left: 0; top: 2px; }
.adv_p_r_tel .str{ font-size: 26px; color: #006699; line-height: 30px; font-weight: normal; display: block; padding-top: 5px; }

.adv_p_r_tel a { display: block; border: 1px solid #006699; border-radius: 50px; line-height: 40px; text-align: center; width: 190px; position: absolute; right: 0; top: 6px; z-index: 3; overflow:hidden; transition: 0.3s all ease; transform: rotate(0deg); }
.adv_p_r_tel a:after{ background: #eb3d01; content: ''; display: block; position: absolute; width: 100%; height: 100%; left: -100%; top: 0; transition: 0.3s all ease; }
.adv_p_r_tel a i{ font-size: 16px; font-style: normal; color: #006699; position:relative; z-index: 3; transition:0.3s all ease}

.adv_p_r_tel a:hover:after{ left: 0; }
.adv_p_r_tel a:hover i{ color: #fff}
.adv_p_r_tel a:hover{ border: 1px solid #fff}

.adv_p_bg_1{/* background: url(../images/adv_p_bg_1.png) no-repeat center; */width: 440px;height: 365px;display: block;position: absolute;left: -40px;bottom: -40px;}

.data_c { background: #f2f2f2; padding: 50px 0; height: 330px;position:relative;}
.data_row1{display: block;font-size: 36px;font-weight: 100;color: #333;text-align: center;line-height: 50px;padding: 30px 0;font-weight: bold;line-height: 70px;}
.data_row1 .en{ font-size: 36px; color: #006699; font-weight: bold; display: inline-block; }
.data_row1 .small{font-size: 16px;display: block;color: #666;line-height: 30px;font-weight: 100;}

.data_row2{padding: 20px 0 0 ;}
.data_row2:after{content: '';display: block;clear: both;}
.data_item {
    float: left;
    width: 300px;
    text-align: center;
}
.data_item *{transition: 0.3s all ease}
.data_item .str{/* font-size: 58px; */font: 600 52px/1em "Impact";font-family:arial;color: #006699;display:inline-block;vertical-align: middle;}
.data_item .small{font-size: 22px;color: #666666;display: inline-block;vertical-align: middle;padding: 0 10px;}
.data_item p{font-size: 20px;color: #777;line-height: 22px;display: block;padding-top: 80px;position: relative;font-weight: bold;}
.data_c_bg{background: url(../images/data_bg1.jpg) no-repeat center;width: 100%;height: 20px;position: absolute;top: 265px;left: 0;z-index: 3;}
.data_item p:after{content: '';display: block;width: 1px;height: 50px;background: #ccc;position:absolute;left:149px;top:10px;}

.data_item.active .str,.data_item.active .small{color: #eb3d01}
.data_item.active p{color: #eb3d01}


.adv_c{background: url(../images/adv_c.jpg) no-repeat center;width: 100%;height: 550px;padding:50px 0;}
.adv_c_row1{background: url(../images/adv_c_row1.png) no-repeat center; height: 150px;width: 760px;margin: 0 auto;text-align: center;}

.adv_c_row1 .str{font-size: 50px;font-weight: bold;color: #fff;display: block;line-height: 60px;}
.adv_c_row1 p{font-size: 32px;font-weight: 100;color: #fff;line-height: 46px;}
.adv_c_row1 .en{display: block;font-size: 13px;color: #888;}

.adv_c_row2{padding:50px 0;width: 100%;height: 330px;position: relative;}
.adv_c_row2_m{width: 460px;height: 410px;display: block;margin: 0 auto;background: url(../images/adv_c_mid.png) no-repeat center;position: absolute;left: 370px;top:10px;}
.adv_c_item{width: 390px;}
.adv_c_item1, .adv_c_item3 {
    padding-bottom: 100px;
}
.adv_c_item > p{font-size: 14px;color: #aaa;line-height:22px;padding-top:5px;}
.adv_c_item > .str{font-size: 22px;color: #fff;font-weight: 100;line-height: 28px;padding-bottom: 10px;display: block;padding-left: 70px;position:relative;}
.adv_c_item > .str > strong{font-size: 22px;color: #fff;font-weight: bold;}

.adv_c_row2 .fr .adv_c_item > .str{text-align: right;padding-left:0px;padding-right: 70px;}

.adv_c_row2 .fr .adv_c_item > .str > i{left:auto;right: 0;}
.adv_c_row2 .fr .adv_c_item > p{text-align: right;}

.adv_c_item > .str > i{display: block;width: 52px;height: 60px;position: absolute;left:0;top: 1px;}
.adv_c_item > .str > i > img{width: 30px;height: 30px;padding: 15px 11px;position: relative;z-index: 3;display: block;}
.adv_c_item > .str > i:before{content: '';display: block;width: 100%;height: 100%;position: absolute;left:0;top: 0;background:url(../images/adv_c_item_bg.png) no-repeat 0 0;transition:0.3s all ease-in-out;}
.adv_c_item > .str > i:after{content: '';display: block;width: 0%;height: 100%;position: absolute;left:0;top: 0;background:url(../images/adv_c_item_bg.png) no-repeat 0 -60px;transition:0.3s all ease-in-out;}

.adv_c_item:hover > .str > i:before{ opacity: 0; filter: alpha(opacity=0); }
.adv_c_item:hover > .str > i:after{width: 100%;}

.case{width: 100%;height: 636px;padding: 60px 0;background: url(../images/case_bg.jpg) repeat-y center;}
.case_row1{padding: 0px 0 30px;}
.case_row1 > ul {
    margin-left: auto;
    width: 760px;
    height: 70px;
    white-space: nowrap;
    overflow: hidden;
}
.case_row1 > ul:after{content: '';clear: both;display: block}
.case_row1:after{content: '';clear: both;display: block}
.case_row1_l{background: url(../images/case_tit.png) no-repeat left center;display: block;height: 60px;font-size: 30px;color:#006699;line-height: 35px;padding: 5px 0px 5px 80px;float: left;}
.case_row1_l > .str{font-weight: bold;font-size: 30px;color:#006699}
.case_row1_l > .small{display: block;font-size: 15px;color: #666;line-height: 25px;}


.case_row1 > ul > li{display: block;float: left;}
.case_row1 > ul > li > a{line-height: 70px; font-size: 22px;display: block; padding-left: 20px; position: relative; margin-left: 13px; color: #343434;font-weight:bold;width: 190px; margin-top: -23px;}
.case_row1 > ul > li > a:after{content: '';display: block;width: 10px;height: 10px;border: 1px solid #aaa;border-radius: 50%;position: absolute;top:30px;left: 0px;transition: 0.3s all ease;box-shadow: 0 0 0px 0px rgba(35,12,111,0.0);transform: rotate(0deg)}
.case_row1 > ul > li > a:hover{color: #006699;}
.case_row1 > ul > li > a:hover:after{box-shadow: 0 0 1px 6px rgba(35,12,111,0.2);background:#006699;border-color:#006699;}

.case_row2{width: 100%;height: 553px;position: relative;/* background:#FFF; */}
.shilt{position: absolute;width: 800px;height: 72px;right: 0;bottom: 0;z-index: 3;padding: 29px 0;background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );}
.shilt > ul{display: block;text-align: center}
.shilt > ul > li{display: inline-block;cursor: pointer;width: 72px;height: 72px;border-radius: 50%;overflow: hidden;transform: rotate(0deg);box-shadow: 0 0 0 3px #fff;margin:0 15px;transition: 0.3s all ease;}
.shilt > ul > li.cur{box-shadow: 0 0 0 3px #eb3d01;}
.shilt > ul > li > img{display:block;width: 100%;height: 100%;}
.shil1{position: absolute;width: 100%;;left: 0;top: 0;display:block;}
.shil1 > dl > dd{float:left;width: 310px;padding: 65px 45px;}
.shil1 > dl > dd > .ca_tit{font-size: 25px;font-weight:normal;line-height: 32px;padding-bottom: 25px;position:relative;}
.shil1 > dl > dd > .ca_tit:after{content: '';display: block;width: 40px;height: 3px;background:#006699;bottom:0;left:0;position:absolute;}
.shil1 > dl > dd > p{font-size: 14px;line-height: 40px;color: #777;text-align: justify;}
.shil1 > dl > dd > p > .str{display: block;color: #454545;font-weight: bold;font-size: 17px;line-height: 38px;padding-top: 20px;padding-bottom: 20px;}
.shil1 > dl > dt{float: right;}

.shil1 > dl > dd > a{display: block;border: 1px solid #ddd;border-radius: 50px;line-height: 32px;text-align: center;width: 130px;margin:30px 0 0;position:relative;overflow:hidden;transform:roteta(0deg);transition: 0.3s all ease}
.shil1 > dl > dd > a:after{content: '';display: block;position: absolute;width: 100%;height: 100%;background:  #006699;left: -100%;top: 0;transition: 0.3s all ease}
.shil1 > dl > dd > a > i {font-style: normal;color: #999;font-size: 14px;line-height: 32px;text-align: center;position:relative;z-index: 2;transition: 0.3s all ease}
.shil1 > dl > dd > a:hover:after{left: 0;}
.shil1 > dl > dd > a:hover i{color: #fff;}
.shil1 > dl > dd > a:hover {border-color: #fff}

.arr{ position: absolute; width: 800px; height: 50px; right: 0; bottom: 40px; }
.arr > .arr1{ position:absolute; width:24px; height:48px; background:url(../images/case_row2_l.png) no-repeat center; top:1px; left:50px; z-index:22; cursor:pointer; opacity: 0.5; filter: alpha(opacity=50); transition:0.3s all ease-in-out;}
.arr > .arr2{ position:absolute; width:24px; height:48px; background:url(../images/case_row2_r.png) no-repeat center; top:1px; right:50px; z-index:22; cursor:pointer; opacity: 0.5; filter: alpha(opacity=50);transition:0.3s all ease-in-out; }
.arr > .arr1:hover,.arr > .arr2:hover{ opacity: 1; filter: alpha(opacity=100); }


.ads{padding: 35px 0;background: url(../images/ads_bg.jpg) no-repeat center;width: 100%;height: 130px;}
.ads_l{width: 520px;}
.ads_l strong{font-size: 30px;color: #fff;}
.ads_l strong .color{font-size: 30px;color: #eb3d01;}
.ads_l p{font-weight: normal;color: #fff;font-size: 15px;color: #afa9c0;line-height: 26px;display: block}
.ads_l > a{display: block;border: 1px solid #fff; border-radius: 50px;line-height: 40px;width: 130px;height: 40px;text-align: center;float:right;padding-left: 30px;position:relative;overflow:hidden;transform:rotate(0deg);transition: 0.3s all ease;margin-top: 25px;}
.ads_l > a:before{content: '';display: block;width: 100%;background: #eb7301;background: -moz-linear-gradient(top, #eb7301 0%, #eb4601 100%);background: -webkit-linear-gradient(top, #eb7301 0%,#eb4601 100%);background: linear-gradient(to bottom, #eb7301 0%,#eb4601 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb7301', endColorstr='#eb4601',GradientType=0 );height: 100%;position: absolute;left: -100%;top: 0;transition: 0.3s all ease;}
.ads_l > a:hover:before{left:0;}
.ads_l > a:hover{border-color: rgba(255,255,255,0)}
.ads_l > a:after{content: '';width: 24px;height: 24px;display: block;position: absolute;background: url(../images/ads_contact.png) no-repeat center;left: 30px;top: 8px;}
.ads_l > a > i{color: #fff;font-style: normal;font-size: 15px;display: block;line-height: 40px;width: 100%;position: relative;z-index: 3;}
.ads_tel{display: block;color: #fff;font-weight: 100;font-size: 15px;line-height:15px;padding-left:65px;float:left;background: url(../images/ads_tel.png) no-repeat 0 0;height: 50px;padding-bottom: 30px;padding-top: 6px;margin-top: 15px;}
.ads_tel > .en{display: block;color: #fff;font-size: 20px;font-weight: bold;line-height:22px;padding-top: 5px;}






.company{padding: 0px 0 60px 0;background: url(../images/case_bg.jpg) repeat center;}
.company > .page{position: relative;}
.company_row_bg{/* background: url(../images/company_row2.png) no-repeat center; */width: 400px;height: 230px;position: absolute;left: -280px;top: 130px;}
.company_in{background: #fff;position:relative;z-index: 4;border-radius: 15px;}
.company_in:before{content: '';clear: both;display: block;width: 100%;height:35px;background: url(../images/company_in_bg.png) no-repeat center;position: absolute;bottom:-35px;}
.company_in:after{content: '';clear: both;display: block;}
.company_in > .fl{width: 600px;padding: 40px;}
.company_in > .fr{padding:45px 40px 45px 0px;width: 480px;height: 335px;}
.company_in > .fr strong{background: url(../images/company_tit.png) no-repeat 0 0;font-size: 30px;color: #343434;line-height: 45px;display: block;padding-top: 25px;}
.company_in > .fr strong .color{font-size: 30px;color: #006699;display: inline-block;}
.company_in > .fr strong .small{display: block;font-size: 15px;color: #343434;font-weight: 100;line-height: 20px;}
.company_in > .fr p{font-size: 14px;color: #777;/* text-indent: 2em; */line-height: 28px;padding-top: 20px;font-weight: 100;}



.company_in_btn > a{display: block;border: 1px solid #006699; border-radius: 50px;line-height: 36px;width: 140px;height: 36px;text-align: center;float:left;position:relative;overflow:hidden;transform:rotate(0deg);transition: 0.3s all ease;margin-top: 25px;margin-right: 20px;}
.company_in_btn > a:before{content: '';display: block;width: 100%;height: 100%;position: absolute;left: -100%;top: 0;transition: 0.3s all ease;background: #080b9c;background: -moz-linear-gradient(top, #080b9c 0%, #1f0c76 100%);background: -webkit-linear-gradient(top, #080b9c 0%,#1f0c76 100%);background: linear-gradient(to bottom, #080b9c 0%,#1f0c76 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080b9c', endColorstr='#1f0c76',GradientType=0 );}
.company_in_btn > a > i{color: #006699;font-style: normal;font-size: 15px;display: block;line-height: 36px;width: 100%;position: relative;z-index: 3;transition: 0.3s all ease;}
.company_in_btn > a.comapny_in_btn_r{border-color:#eb3d01}
.company_in_btn > a.comapny_in_btn_r i{color:#eb3d01}
.company_in_btn > a:hover:before{left:0;}
.company_in_btn > a:hover{border-color: rgba(255,255,255,0)}
.company_in_btn > a:hover > i{color: #fff;}
.company_in_btn > a.comapny_in_btn_r:before{background: #eb7301;background: -moz-linear-gradient(top, #eb7301 0%, #eb4601 100%);background: -webkit-linear-gradient(top, #eb7301 0%,#eb4601 100%);background: linear-gradient(to bottom, #eb7301 0%,#eb4601 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb7301', endColorstr='#eb4601',GradientType=0 );}


.company_row2 {
    padding: 0px 0 0;
}
.company_row2 ul:after{content: '';display: block;clear: both;}
.company_row2 ul{width: 503px;margin: 0 auto;padding:0px 0 30px;}
.company_row2 ul li{display: block;float:left;width:150px;transition: 0.3s all ease;border:1px solid #ccc;margin-left: -1px;position: relative;overflow: hidden}
.company_row2 ul li:after{content: '';display: block;width: 20px;height: 20px;position:absolute;left:-52px;top:9px;transition: 0.3s all ease}
.company_row2 ul li.cur:after{left:52px;}
.company_row2 ul li.company_list_1:after{background: url(../images/company_r2_i1.png) no-repeat center;}
.company_row2 ul li.company_list_2:after{background: url(../images/company_r2_i2.png) no-repeat center;}
.company_row2 ul li.company_list_3:after{background: url(../images/company_r2_i3.png) no-repeat center;}
.company_row2 ul li.company_list_1{border-top-left-radius: 50px;border-bottom-left-radius: 50px;transform:rotate(0deg)}
.company_row2 ul li.company_list_3{border-top-right-radius: 50px;border-bottom-right-radius: 50px;transform:rotate(0deg)}
.company_row2 ul li a{display: block;text-align: center;font-size: 15px;color: #888;line-height: 38px;position: relative;z-index: 2;}
.company_row2 ul li.cur{width: 175px;padding-left: 25px;border: 1px solid #006699;background: #006699;}
.company_row2 ul li.cur a{color: #fff}

.company_cont_in_p:after{content: '';display: block;clear: both;}
.corporate_item{display: block;float: left;width: 285px;height: 240px;background: #fff;margin-right:20px;/* display: flex; *//* justify-content: center; *//* align-items: center; */}
.corporate_item a{
    display:block;
    width: 285px;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.corporate_item img{    
    display: block;
    max-width: 285px;
    max-height: 190px;}

.corporate_item p{display: block;font-size: 14px;display: block;text-align: center;position: relative;line-height: 50px;color: #343434;background: transparent;transition: 0.3s all ease;margin: 0 auto;/* padding: 20px; */width:100%;top:0;}
.corporate_item:hover p{background: #006699;color: #fff;width: 80%;top:-20px}
#compant_cont_in2 .corporate_item {
    width: 285px;
}
.company_cont{position: relative;height: 240px;width: 100%;display: block}
.company_cont_in {
    position: absolute;top: 0;width: 100%;height: 210px;left: 0;
}
.company_cont_in .comp_ibtn {width: 50px;height: 50px;background: #343434 url(../images/20180504195026_1946572546.png) no-repeat;display: block;position: absolute;top: 95px;cursor: pointer;transition: 0.3s all ease-in-out;}
.company_cont_in .comp_ibtnl:after{ content: ''; border-bottom: 50px solid #343434; border-right: 13px solid transparent; position: absolute; bottom: 0; right: -13px; transition: 0.3s all ease-in-out; }
.company_cont_in .comp_ibtnl:hover:after{border-bottom: 50px solid #09348b; border-right: 13px solid transparent; }
.company_cont_in .comp_ibtnr:after{ content: ''; border-bottom: 50px solid #343434; border-left: 13px solid transparent; position: absolute; bottom: 0; left: -13px; transition: 0.3s all ease-in-out; }
.company_cont_in .comp_ibtnr:hover:after{border-bottom: 50px solid #09348b; border-left: 13px solid transparent;}
.company_cont_in .comp_ibtnl:before{ content: ''; border-top: 10px solid #454545; border-left: 25px solid transparent; position: absolute; bottom: -10px; left: 0; transition: 0.3s all ease-in-out; }
.company_cont_in .comp_ibtnr:before{ content: ''; border-top: 10px solid #454545; border-right: 25px solid transparent; position: absolute; bottom: -10px; right: 0; transition: 0.3s all ease-in-out; }
.company_cont_in .comp_ibtnl:hover:before{border-top: 10px solid #006699; border-left: 25px solid transparent;}
.company_cont_in .comp_ibtnr:hover:before{border-top: 10px solid #006699; border-right: 25px solid transparent}
.company_cont_in .comp_ibtnl{ left: -25px; background-position: left center; }
.company_cont_in .comp_ibtnr{ right: -25px; background-position: right center;}
.company_cont_in .comp_ibtn:hover{ background-color: #09348b; }


.news{padding: 50px 0}
.news .news_row1{display: block;padding: 0 0 30px;}
.news .news_row1 a{display: block;padding-left: 80px;background: url(../images/case_tit.png) no-repeat left center;font-weight:100;font-size:30px;color:#006699;line-height:32px;width: 300px;margin: 0 auto;}
.news .news_row1 a .str{font-weight: bold;font-size: 30px;}
.news .news_row1 a .small{display: block;font-size: 16px;color: #343434;}
.news .news_row2 .fl{width: 780px;}
.news .news_row2 .fr{width: 380px;}

.news_info_bg_1{width: 300px;height: 286px;background: #006699;}
.news_info_1{background: transparent;transition:0.3s all ease;}
.news_item_l{padding: 28px;display: block;width:720px}
.news_item_l:after{content: '';clear: both;display: block;}
.news_item_l > img{width: 300px;height: 230px;display: block;float:left;}
.news_item_l p{float: left;width: 390px;padding: 30px 0 30px 30px;font-size: 18px;color: #343434;line-height:32px;text-align:justify;height: 170px;}
.news_item_l p > i{border:1px solid #ccc;font-style:normal;font-size: 14px;color: #999;line-height: 30px;display: block;width: 130px;text-align: center;margin-top: 20px;transition:0.3s all ease;}
.news_item_l p .small{display: block;font-size: 13px;color: #777;line-height:24px;padding-top: 10px;}

.news_info_1:hover {
  background: #f5f5f5;
}

.news_info_1:hover .news_item_l p > i{background: #006699;color:#fff;border-color: #006699;}


.news_item_r{display: block;padding:20px;transition:0.3s all ease;}
.news_item_r *{transition:0.3s all ease;}
.news_item_r:hover{background: #006699}
.news_item_r:after{content: '';clear:both;display: block;}
.news_item_r > .date{display: block;float: left;text-align:center;font-family: arial;font-size:13px;font-weight:100;color:#999;padding-right:20px;border-right:1px solid #eee;margin-right:22px;width: 55px;}
.news_item_r > .date > i{font-size: 30px;font-style: normal;color: #343434;display: block;font-weight: bold;font-family: arial;}
.news_item_r > p{display: block;line-height:26px;font-size:16px;color:#343434;float: left;width: 242px;white-space: nowrap;overflow: hidden;t                      xt-overflow: ellipsis;}
.news_item_r > p > .small{display: block;font-size: 13px;line-height: 22px;color: #777;padding-top: 2px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 100%;}
.news_item_r:hover > p,.news_item_r:hover > p > .small,.news_item_r:hover > .date,.news_item_r:hover > .date > i{color: #fff;}


.news_row3{padding:28px;background:#eee;margin-top: 20px;}
.news_row3:after{content: '';clear: both;display: block;}
.faq_tit{width: 210px;height:75px;background:#006699;display: block;text-align: center;color: #fff;font-size: 18px;font-weight: 100;line-height: 20px;padding: 25px 0px;margin-left: auto;float: right;transition:0.3s all ease;}
.faq_tit:hover{background: #eb3d01}
.faq_tit .en{font-size: 38px;font-weight: bold;color: #fff;display: block;text-align: center;line-height: 50px}
.faq_item{width: 390px;display: block;float: left;margin-right: 50px;margin-left: 10px;}
.faq_item > p{font-size: 16px;color: #343434;line-height: 36px;width: 100%;display: block;padding-top: 40px;background: url(../images/faq_tit.jpg) no-repeat 0px 5px;}
.faq_item > p:hover{color: #006699}
.faq_item > p > .small{display: block;font-size: 13px;color:#767676;line-height: 25px;}


.feedback{background: url(../images/feedback_bg.jpg) no-repeat center;width: 100%;padding: 65px 0;height:400px;}

.feedback .fl{padding: 40px;background: #fff;width: 630px;height: 320px;}
.feedback .fr{background: url(../images/feedback_r.jpg) no-repeat center;width: 380px;height: 300px;padding:50px 40px;}

.feedback .fl > strong{display: block;padding-left: 80px;background: url(../images/case_tit.png) no-repeat left center;font-weight: bold;font-size: 26px;color: #343434;line-height: 28px;margin-bottom: 20px;}
.feedback .fl > strong .small{display: block;font-size: 15px;line-height: 22px;padding-top: 5px;font-weight: 100;color: #666;}

#feedback_form{display: block;}
#feedback_form > .col6{display: block;float:left;width: 307px;margin-right: 16px;margin-bottom: 16px;position: relative;}
#feedback_form > .col6:after{content: '';width: 24px;height: 24px;display: block;background: url(../images/ifeedback_ico1.png) no-repeat center;position: absolute;top: 14px;left:15px}
#feedback_form > .col6.ind:after{background: url(../images/ifeedback_ico2.png) no-repeat center;}
#feedback_form > .col6.tel:after{background: url(../images/ifeedback_ico3.png) no-repeat center;}
#feedback_form > .col6.mail:after{background: url(../images/ifeedback_ico4.png) no-repeat center;}
#feedback_form > .col6.ind,#feedback_form > .col6.mail{display: block;margin-right: 0;}
#feedback_form > .col6 > input{display: block;width: 100%;line-height: 48px;border: 1px solid #ddd;box-sizing: border-box;padding-left: 50px;font-size: 15px;color: #999;transition:0.3s all ease}
#feedback_form > .col6 > input:focus,#feedback_form > .col6 > input:hover{border-color: #006699;color: #006699}
#feedback_form > .col12{float: left;}
#feedback_form > .col12 > textarea{display: block;border: 1px solid #ddd;box-sizing: border-box;width:510px;height: 110px;line-height:30px;font-size: 15px;color: #999;padding:5px 10px;float: left;max-width: 510px;
max-height: 110px;min-width: 510px;
min-height: 110px;}
#feedback_form > .col12 > textarea:focus,#feedback_form > .col12 > textarea:hover{border-color: #006699;color: #006699}
#feedback_form .feedback_btn{margin-left: 16px;display: block;float: left;width: 104px;height: 111px;background: #006699;}
#feedback_form .feedback_btn input{border: 0 none;background: none;color: #fff;font-size: 18px;padding: 30px;display: block;line-height: 50px;cursor: pointer;width: 100%;height: 100%;box-sizing: border-box;}


.feedback .fr p{font-size: 20px;font-weight: bold;color: #fff;display: block;text-align: center;line-height: 30px;padding: 0 0 30px;}
.feedback .fr p > span{display: block}
.feedback .fr p > .en{font-size: 12px;font-weight:100;color: #dbdaf1;line-height: 24px;}
.feedback .fr p > .str{font-size: 24px;line-height: 34px;}

.feedback_r_t_row2{border:1px solid #fff;padding:20px;text-align: center;color: #fff;font-size: 16px;line-height: 28px;}

.feedback_r_a > a{display: block;border: 1px solid #fff; border-radius: 50px;line-height: 40px;width: 130px;height: 40px;text-align: center;padding-left: 30px;position:relative;overflow:hidden;transform:rotate(0deg);transition: 0.3s all ease;margin: 30px auto 0;border-color: rgba(255,255,255,0)}
.feedback_r_a > a:before{content: '';display: block;width: 100%;background: #eb7301;background: -moz-linear-gradient(top, #eb7301 0%, #eb4601 100%);background: -webkit-linear-gradient(top, #eb7301 0%,#eb4601 100%);background: linear-gradient(to bottom, #eb7301 0%,#eb4601 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb7301', endColorstr='#eb4601',GradientType=0 );height: 100%;position: absolute;left: -100%;top: 0;transition: 0.3s all ease;left:0;}
.feedback_r_a > a:after{content: '';width: 24px;height: 24px;display: block;position: absolute;background: url(../images/ads_contact.png) no-repeat center;left: 30px;top: 8px;}
.feedback_r_a > a > i{color: #fff;font-style: normal;font-size: 15px;display: block;line-height: 40px;width: 100%;position: relative;z-index: 3;}


.copy{ background: #333; padding: 20px 0 0; }
.copy .page{ position: relative; }
.copy .copy_row2 { height: 260px; overflow: hidden; width: 100%; }
.copy .copy_row2 ul{float: left;padding: 30px 10px 30px;background: url(../images/20180905140430_975406376.jpg) no-repeat left center;margin: 0 25px 0 0;width: 100px;height: 190px;}
.copy .copy_row2 > div{ float: left; padding: 30px 0px 30px 60px;margin: 0 30px 0 0;width: 100px;height: 190px; position: relative;}
.copy .copy_row2 > div:before{content: '';display: block;width: 1px;height: 200px;background: #454545;position: absolute;left: 20px;top: 65px}
.copy .copy_row2 > div:after{content: '';display: block;width: 40px;height: 40px;background: #454545;border-radius: 50%;position: absolute;top: 25px;left: 0;}
.copy .copy_row2 > div.copy_list1:after{background: #454545 url(../images/copy_l1.jpg) no-repeat center;}
.copy .copy_row2 > div.copy_list2:after{background: #454545 url(../images/copy_l2.jpg) no-repeat center;}
.copy .copy_row2 > div.copy_list3:after{background: #454545 url(../images/copy_l3.jpg) no-repeat center;}

.copy .copy_row2 ul.ewm {width: 310px;margin: 0;}
.copy .copy_row2 > div a{ display: block; color: #bbb; line-height: 28px; font-size: 13px; }
.copy .copy_row2 > div strong { padding: 0px 0 15px; display: block; }
.copy .copy_row2 > div strong a{ font-size: 15px; font-weight: normal; color: #fff}
.copy .copy_row2 ul.ewm .ewm_in{float: left;margin: 30px 5px;}
.copy .copy_row2 ul.ewm .ewm_in img{display: block;width: 145px;}
.copy .copy_row2 ul.ewm .ewm_in p{ color: #bbb; display: block; line-height: 30px; text-align: center; }
.copy .copy_row2 ul .copy_tel{background: url(../images/20180905140455_436962388.jpg) no-repeat left center;padding: 10px 0 5px 60px;font-size: 22px;line-height: 40px;display: block;color: #fff;font-family: arial;font-weight: 100;margin: 15px 0;}
.copy .copy_row2 ul.copy_contact { width: 290px; padding-right: 0; margin-right: 0;  float: right;}
.copy .copy_row2 ul.copy_contact p{color: #bbb;display: block;line-height: 30px;}
.copy .copy_row3{width: 100%;height: 55px;line-height: 55px;background: #333333;border-top: solid 1px #444;}
.copy .copy_row3 .fl, .copy .copy_row3 .fr, .copy .copy_row3 .fl a, .copy .copy_row3 .fr a { color: #999999; }
/* .copy .copy_row3 .fl a:hover, .copy .copy_row3 .fr a:hover{ color: #006699; text-decoration:underline; } */

.friendlink { width: 100%; line-height: 36px; height: 36px; background: url(../images/friendlink_l.png) no-repeat 8px center;padding: 20px 0;}
.friendlink .fri_R{padding-left: 40px;}
.friendlink .fri_R .linkTagcs li{float: left;display: block;margin: 0 5px;}
.friendlink .fri_R .linkTagcs li a{color: #ccc;line-height: 36px;display: block;font-size: 14px;}
.friendlink .fri_R .linkTagcs li a:hover{color: #fff;text-decoration: underline}
.friendlink .fri_R strong{color: #fff;font-size: 16px;display:block;float:left;font-weight: 100;padding-right:10px;}




.side{position:fixed;width:54px;height:275px;right:0;top:214px;z-index:100;}
.side ul li{width:54px;height:54px;float:left;position:relative;transition:all 0.5s;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#006699;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sidebox1{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#006699;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#006699;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.side ul li .sidetop:hover{background:#eb3d01;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}
.side ul li .sidebox_ewm{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#006699;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul .sidebox_ewmbox:hover{width:54px;height:210px !important;}
.side ul .sidebox_ewmbox p{transition:all 0.5s; left:5px; top:0px;}
.side ul .sidebox_ewmbox:hover p{display: block; position: relative; left:5px; top: 0px;transition:all 0.5s;}
.side ul .sidebox_ewmbox img{margin-left:0px;transition:all 0.5s;}





/* 新产品首页 */


.cp_bg {
    background: url(/mycms/templates/images/prod_bg.jpg) repeat center;
    background-size:100%;
    /* height: 1000px; */
    overflow: hidden;
    padding: 0px 0 71px 0;
}

.chanp .yin_t a,
.chanp .yin_t span,
.ys .yin_t,
.ys .yin_t span {
    color: #fff;
}

.cp_l {
    width: 260px;
    margin: 0px 0 0;
    background: #fff;
    padding: 0;
}

.cp_h2 {
    width: 260px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    overflow: hidden;
    background: #006699;
}

.cp_h2 a {
    font-size: 24px;
    color: #fff;
    display: block;
    height: 80px;
}

.cp_lm {
    width: 260px;
}

.cp_lm h3 {
    width: 260px;
    height: 66px;
    overflow: hidden;
    border-bottom: #efefef 1px solid;
    background: #efefef url(/mycms/templates/images/cp_ico02.png) no-repeat 210px 20px;
}

.cp_lm h3 a {
    font-size: 14px;
    color: #333;
    display: block;
    width: 205px;
    height: 66px;
    line-height: 66px;
    overflow: hidden;
    background: url(/mycms/templates/images/cp_ico01.png) no-repeat 25px 26px;
    padding: 0 0 0 55px;
}

.cp_lm h3 a:hover {
    color: #006699;
}

.cp_lm ul {
    width: 240px;
    margin: 0 auto;
}

.cp_lm ul li {
    width: 240px;
    height: 58px;
    border-bottom: #efefef 1px solid;
}

.cp_lm ul li a {
    font-size: 14px;
    color: #333;
    background: url(/mycms/templates/images/cp_ico03.png) no-repeat 18px 25px;
    padding: 0 0 0 45px;
    display: block;
    width: 195px;
    height: 58px;
    line-height: 58px;
    overflow: hidden;
}

.cp_lm ul li a:hover {
    color: #006699;
    background: url(/mycms/templates/images/cp_ico04.png) no-repeat 18px 25px;
}

.cp_lm .nobor {
    background: #fff url(/mycms/templates/images/cp_ico05.png) no-repeat 210px 20px;
}

.cp_tel {
    font-size: 14px;
    color: #555;
    width: 260px;
    /* height: 92px; */
    background: #efefef url(/mycms/templates/images/cp_tel.png) no-repeat center 34px;
    margin: 0 auto;
    padding: 72px 0 32px 0;
    text-align: center;
    line-height: 30px;
}

.cp_tel b {
    display: block;
    /* font-size: 30px;
    font-family: "DINOT"; */
}

.cp_tel b p{
    font-size: 22px;
}

.cp_r {
    width: 927px;
    margin: 0px 0 0;
}

.cp_ban {
    width: 927px;
    height: 264px;
    line-height: 0;
}

.cp_ban img {
    width: 927px;
    height: 264px;
}

.cp_r dl {
    width: 300px;
/* height: 496px; */
/* position: relative; */
float: left;
margin-right: 13.5px;
margin-top:10px;
}

.cp_r dl:nth-child(3n) {
    margin-right: 0px;
}

.cp_r dl dt {
    width: 300px;
    height: 200px;
    line-height: 0;
    overflow: hidden;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cp_r dl dt img,
.case_m dl dt img,
.ys dl dt img,
.news01 dl dt img,
.about dl dt img,
.honor ul li img {
    max-width: 300px;
    max-height: 200px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.cp_r dl dt img:hover,
.case_m dl dt img:hover,
.ys dl dt img:hover,
.news01 dl dt img:hover,
.about dl dt img:hover,
.honor ul li img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.cp_r dl dd {
    width: 300px;
    height: 60px;
    background: #efefef;
    /* position: absolute; */
    /* top: 55px; */
    /* right: 0; */
    /* padding: 40px 40px 0; */
    /* z-index: 20; */
}

.cp_r dl dd:hover{
    transition: 1s;
    background: #18469b;
}

.cp_r dl dd:hover h5 a {
    color: #fff;
}

.cp_r dl dd h5 {
    height: 65px;
    line-height: 60px;
    overflow: hidden;
    /* background: url(/mycms/templates/images/cp_line.gif) no-repeat 0 63px; */
    text-align: center;
}

.cp_r dl dd h5 a {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.cp_r .cp_desc {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    padding: 15px 0 0;
}

.cp_r dl dd span {
    display: block;
    padding: 20px 0 0;
}

.cp_r dl dd span a {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.cp_bot {
    width: 362px;
    height: 75px;
    position: absolute;
    bottom: 50px;
    right: 0;
    z-index: 20;
}

.cp_btn {
    width: 192px;
    height: 75px;
    float: left;
}

.cp_btn a {
    display: block;
    width: 96px;
    height: 75px;
    float: left;
}

.cp_btn .cp_lico {
    background: url(/mycms/templates/images/cp_lico01.gif) no-repeat;
}

.cp_btn .cp_lico:hover {
    background: url(/mycms/templates/images/cp_lico02.gif) no-repeat;
}

.cp_btn .cp_rico {
    background: url(/mycms/templates/images/cp_rico01.gif) no-repeat;
}

.cp_btn .cp_rico:hover {
    background: url(/mycms/templates/images/cp_rico02.gif) no-repeat;
}

.cp_bot ul {
    float: left;
    padding: 0 0 0 20px;
}

.cp_bot ul li {
    font-size: 26px;
    color: #fff;
    float: left;
    font-family: "DINOT";
    padding: 0 10px;
    font-weight: bold;
    height: 75px;
    line-height: 75px;
}

.cp_bot ul li.on {
    color: #006699;
}


.pro_list{width:927px;overflow: hidden;}
.pro_list h2{height: 42px;border: solid 1px #dcdcd8;position: relative;font-weight: normal;font-size: 20px;line-height: 42px;}
.pro_list h2 a{color: #fff;}
.rxcp{
    font-size:18px;
    font-weight:bold;
}
.pro_list h2 b{position: absolute;display: block;width: 117px;height: 44px;line-height: 44px;left:-1px;top:-1px;z-index: 1;font-weight: normal;background:#18469b;color: #fff;text-align: center;}
.more01{width: 65px;font-size: 14px;text-transform: uppercase;font-weight: normal;}
.more01 a,.pro_list h2 .more01 a{color: #555;}



/* 头部导航栏 */

.head{height: 110px;width: 1300px;margin: 0 auto;position: relative;}
.head .t_logo{float: left;/* padding: 26px 0 26px 0; */padding: 0;}
.head .t_logo img{display: block;height: 90px;margin-top: 10px;}
.h_nav{height: 110px;float: left;margin-left: 120px;}
.h_nav li{float:left;height: 110px;position: relative;margin: 0 26px;}
.h_nav li a{display:block;font-size: 16px;font-weight: 500;color: #282828;/* padding: 28px 0 0; */padding: 0;height: 110px;line-height: 110px;transition: all 0.3s;}
.h_nav li:after{position: absolute;width: 0;height: 5px;content: "";background: #18469b;left: 0;bottom: 0;z-index: -1;transition: all 0.3s;}
.h_nav li.cur:after,.h_nav li:hover:after{width: 100%;}
.h_nav li.cur a,.h_nav li:hover a{color: #006699;/* font-weight: bold; */}
.head .tel{
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 30px;
    font-size: 20px;
    color: #18469b;
    line-height: 26px;
    padding-top: 12px;
    /* background: url(/mycms/templates/images/tel3.png) no-repeat; */
    background-size: auto 92%;
    font-family: Impact,Arial;
    }
    .head .tel img{
        width:90px;
    }
.dropdown {
position: relative;
display: inline-block;
}
.oarukou{
margin: 0 20px;color: #18469b;text-decoration: none;font-family: Impact,Arial;font-size: 20px;font-weight: bold;
}
/* 下拉菜单 */
.dropdown-content {display: none;position: absolute;background-color: #f9f9f9;min-width: 160px;box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);/* padding: 12px 0px; */}
.dropdown:hover .dropdown-content {
display: block;
z-index:999999;
}
.dropdown-content p{line-height: 45px;height: 45px;font-size: 14px;/* border-bottom: solid 1px #999; */padding: 0 16px 0 26px;/* white-space: nowrap; */overflow: hidden;text-overflow: ellipsis;cursor: pointer;}

.dropdown-content p:hover{
    background-color: #eee;
}
.pzyyfw{
    font-size: 22px;
    color: #333;
    /* font-weight:bold; */
    font-family: 方正行楷简体;
    margin: 0 26px;
}


.dbby{
    background:#006699;
}

.dbbybox{
    text-align:right;height: 130px;
}

.dbbybox img{
    margin: 25px 26px 5px 26px;
    height: 100px;
}


.tit {
    height: 140px;
    text-align: center;
    clear: both;
}

.tit i {
    font-style: normal;
    display: block;
    font-size: 16px;
    color: #999;
    line-height: 30px;
    height: 30px;
    text-transform: uppercase;
    font-family: Times New Roman;
}

.tit span {
    display: block;
    font-size: 34px;
    color: #333;
    margin-top: 2px;
    position: relative;
    padding-top: 40px;
    letter-spacing: 2px;
}

.tit span b {
    color: #2169e1;
}

.leftnav-z1-list dt{
    width:297px;
    height: 260px;
}
.leftnav-z1-list dt a{
    width:297px;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
}


