﻿/* reset */

*{-webkit-tap-highlight-color:rgba(0,0,0,0);}

html { height: 100% ;-webkit-tap-highlight-color: rgba(0,0,0,0);  -webkit-tap-highlight-color: transparent;}

body { min-height: 100% }

body { _height: 100% }

body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }

body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }

li { list-style-type: none }

h1, h2, h3, h4, h5, h6 { font-size: 100%;font-weight:normal; }

iframe, frame, fieldset, img { border: 0 none }

img { vertical-align: top }

input[type=button], input[type=submit], input[type=reset] { cursor: pointer }

button { cursor: pointer }

input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }

input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }

input[type=checkbox] { -webkit-appearance: checkbox }

input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }

textarea { overflow: auto; resize: none }

blockquote, q { quotes: none }

blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }

table { border-collapse: collapse; border-spacing: 0 }

caption, th { text-align: left }

th { font-weight: normal }

em, cite, address,i { font-style: normal }

/*sup { vertical-align: text-top }

sub { vertical-align: text-bottom }*/

body, input, select, button, textarea { font-size: 14px; font-family: "微软雅黑";}

body { line-height: 1.5 }

a { text-decoration: none;-webkit-tap-highlight-color:transparent }

a { blr:expression(this.onFocus=this.blur()) }

a * { *cursor: pointer }

:focus { outline: none }

.edit_con_original{ line-height:2; padding:0 0; color:#333;}

.edit_con_original ul{ margin:inherit; padding:inherit; padding-left:2em;}

.edit_con_original ul li { list-style-type:disc; margin:auto; }

.edit_con_original ol{ margin:inherit; padding:inherit}

.edit_con_original ol li { list-style-type:decimal; margin:auto; }

.edit_con_original h1 { font-weight:bold }

.edit_con_original h2 {font-weight:bold }

.edit_con_original h3 {  font-weight:bold }

.edit_con_original h4 { font-weight:bold }

.edit_con_original h5 {  font-weight:bold }

.edit_con_original h6 {  font-weight:bold }

.edit_con_original em { font-style: italic }

.edit_con_original cite{ font-style: italic }

.edit_con_original address{ font-style: italic }

.edit_con_original i { font-style: italic }

.edit_con_original table{ border-collapse: separate; border-spacing: 2px }

.edit_con_original img{ max-width:100%; height:auto;}

.edit_con_original video{ max-width:100%;display: block;margin:auto;}

 

 

/*所有后台编辑器区域都要引用 edit_con_original 类名*/

 

/* clear 页头，页脚，内容区都不用再加清除样式 */

.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }

.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }

.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }

 

 

.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }

               

       

.err_position{ width:100%; height:auto; background:url(../images/errors.png) center no-repeat;}





/*隐藏视频下载按钮*/

video::-internal-media-controls-download-button {

    display:none;

}



video::-webkit-media-controls-enclosure {

    overflow:hidden;

}



video::-webkit-media-controls-panel {

    width: calc(100% + 30px); 

}



/*引用思源字体包*/

/*@font-face { 

    font-family: CN-Light;

    src: url('../font/SourceHanSansCN-Light.ttf') format('truetype'),url("../font/SourceHanSansCN-Light.eot") format("embedded-opentype");

}

@font-face { 

    font-family: CN-Medium;

    src: url('../font/SourceHanSansCN-Medium.ttf') format('truetype'),url("../font/SourceHanSansCN-Medium.eot") format("embedded-opentype");

} 

@font-face { 

    font-family: CN-Regular;

    src:url('../font/SourceHanSansCN-Regular.ttf') format('truetype'),url("../font/SourceHanSansCN-Regular.eot") format("embedded-opentype");

} 

@font-face { 

    font-family: CN-Normal;

    src:url('../font/SourceHanSansCN-Normal.ttf') format('truetype'),url("../font/SourceHanSansCN-Normal.eot") format("embedded-opentype");

} */



/*图片经过*/

.tran_scale{ overflow:hidden; display:block;}

.tran_scale02{ overflow:hidden; display:block;}

/*img{transition: All 0.7s ease-in-out;}*/

.tran_scale img{-webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;transition: opacity .4s ease-in,transform .6s linear;}

.tran_scale02 img{-webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;transition: opacity .4s ease-in,transform .6s linear;}





/*两端对齐*/

.justify { text-align:justify; text-justify:distribute-all-lines;}

/*上下居中*/

.v-m-c{ transform: translate(0,-50%); -webkit-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-o-transform: translate(0,-50%); position:absolute; left:0; top:50%;}



/*左右居中*/

.l-m-c{ transform: translate(-50%,0); -webkit-transform: translate(-50%,0);-ms-transform: translate(-50%,0);-moz-transform: translate(-50%,0);-o-transform: translate(-50%,0); position:absolute; left:50%; top:0;}



/*绝对居中*/

.a-m-c{ transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}



.animate{ transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);}

.animate_slowx { transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1); }

.animate_fast{ transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);}

.animate_slow{ transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);}

.animate_normal{ transition: 0.5s all linear;}



/* 阿里图标 */

[class*='icon']{

    font-family: 'iconfont';

}

body,a{color: #333;}

.bold{font-weight: bold;}

.wrap{width: 1520px;max-width: 94%; margin: auto;}

.wrap_index{width: 1710px;max-width: 94%;margin: auto;}

.footer .wrap{width: 1765px;max-width: 94%;margin: auto;}

.ratio-img,.ratio-img img{width: 100%;}



.wrap_1700{width: 1700px;max-width: 94%;margin: auto;}

.wrap_1446{width: 1446px;max-width: 94%;margin: auto;}

.wrap_1336{width: 1336px;max-width: 94%;margin: auto;}

.wrap_1550{width: 1550px;max-width: 94%;margin: auto;}

.wrap_1200{width: 1200px;max-width: 94%;margin: auto;}



 /*font-size*/



.fnt_12 { font-size:12px;}

.fnt_16 { font-size:16px;}

.fnt_18 { font-size:18px;}

.fnt_24 { font-size:24px;}

.fnt_30 { font-size:30px;}

.fnt_48 { font-size:48px;}

.fnt_60 { font-size:60px;}

.fnt_72 { font-size:72px;}

@media only screen and (max-width: 1660px) {

.fnt_72 { font-size:60px;}

}

@media only screen and (max-width: 1440px) {

.fnt_30 { font-size:24px;}

.fnt_48 { font-size:36px;}

.fnt_60 { font-size:48px;}

.fnt_72 { font-size:52px;}

}

@media only screen and (max-width: 1366px) {

.fnt_24 { font-size:20px;}

.fnt_30 { font-size:24px;}

.fnt_48 { font-size:28px;}

.fnt_60 { font-size:36px;}

.fnt_72 { font-size:44px;}

}

@media only screen and (max-width: 1024px) {

.fnt_16 { font-size:14px;}

.fnt_18 { font-size:16px;}

.fnt_24 { font-size:18px;}

.fnt_30 { font-size:20px;}

.fnt_48 { font-size:24px;}

.fnt_60 { font-size:26px;}

.fnt_72 { font-size:32px;}





}



@media only screen and (max-width: 767px) {

.fnt_16 { font-size:14px;}

.fnt_18 { font-size:14px;}

.fnt_24 { font-size:16px;}

.fnt_30 { font-size:18px;}

.fnt_48 { font-size:20px;}

.fnt_60 { font-size:22px;}

.fnt_72 { font-size:24px;}







}



.scrollHeader .header{background: rgba(0,0,0,0.6);}

.scrollHeader .header_box h1{margin-top: 12px;}



.header{position: fixed;top:0;left: 0;width: 100%;height: 90px;z-index: 999;}

.header_box{padding: 14px 10px 0 40px;}

.header_box h1{float: left;width: 179px;margin-top: 15px;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}

.header_box h1 a{display: block;}

.header_box h1 img{width: 100%;}

.header_re{float: right; margin-lefT:40px;}

.nav_phone_btn span,.nav_phone_btn em{

	transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;

}

.nav_phone_btn{float: left;position: relative;width: 60px;cursor: pointer; background: url(../images/menu.png) center center no-repeat;}

.nav_phone_btn span i{display:none;width: 32px;height: 2px;background: #fff;margin-top: 8px;}

.nav_phone_btn span i:first-child{margin-top: 0;}



.nav_phone_btn em{color: #fff;font-size: 24px;visibility: hidden;opacity: 0;}



.visible_nav span{visibility: hidden;opacity:0;}

.visible_nav em{visibility: visible;opacity: 1;}





/*搜索*/

.header_bottom,.search_btn,.nav_phone_btn{height: 54px;line-height: 54px;}

.header_search{  position: relative;float:left; }

.search_btn{cursor: pointer;position: relative;float: right;width: 60px;text-align: center;}

.search_btn.on{opacity:0.6;filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6;}

.search_btn:before{content: "\e6e7"; color: #fff;font-weight: bold;}

.search_btn:before,.search_box_btn:before{font-size: 30px;}



.search_box {

    background: #fff;width: 100px;right: 0px; position: absolute;top:0%;    margin-top: 0;z-index: 91;

    visibility: hidden;

    transition: all 0.3s;

    -webkit-transition: all 0.3s;

    -moz-transition: all 0.3s;

    -o-transition: all 0.3s;

    -ms-transition: all 0.3s;

    opacity: 0;

    filter: alpha(opacity=0);

    -moz-opacity: 0;

    -khtml-opacity: 0;

}

.search_box.on {width: 360px;visibility: visible;opacity: 1;filter: alpha(opacity=100);-moz-opacity: 1; -khtml-opacity: 1;}

.search_box_input {width: calc(100% - 82px); padding: 0 10px;float: left;border: 0;height: 54px;outline: none;line-height: 54px;background: #fff;}

.search_box_btn {

  height: 54px;width: 60px;background: none;border: 0;outline: none; float: right;

  position: relative;

}

.search_box_btn:before{content: "\e6e7";position: absolute;top:0;left: 0;width: 100%;height: 100%;    line-height: 54px; font-weight: bold; }

/*搜索*/





.footer{clear: both;overflow: hidden;}

.indexbody .footer_bg{padding: 90px 0 35px 0;}

.f_top{background: #eeebe6;padding: 65px 0 35px 0;overflow: hidden;}

.f_le{float: left;}

.f_le ul{overflow: hidden;}

.f_le li{float: left;margin-right: 100px;}

.f_le li dt i{display: block;height: 2px;width: 20px;background: #000;margin: 15px 0;margin-bottom: 20px;}

.f_le li dd a{color: #666666;display: block;line-height: 30px;}

.f_le li dd{overflow: hidden;}

.f_le li dd p{float: left;margin-right: 25px;}

.f_le li dd p:last-child,.f_le li:last-child{margin-right: 0;}



.f_re{float: right;width: 298px;}

.f_link{margin-bottom: 30px;}

.f_link dl{position: relative;}

.f_link dd{position: absolute;bottom:40px;left:0;width: 100%;background: #fff;padding:10px 0;max-height: 128px;overflow: hidden;overflow-y:auto;border-bottom: 1px solid #eee;display: none;}

.f_link dd p{line-height: 32px;}

.f_link dd a{display: block;padding:0 20px;}

.f_link dt{color: #666666;height: 40px;line-height: 40px;background:#fff;padding: 0 20px;overflow: hidden;cursor: pointer;}

.f_link dt i{float: right}

.f_phone{margin-bottom: 15px;}

.share_a{overflow: hidden;}

.share_a a{float: left;width: 40px;height: 40px; line-height: 40px; border: 1px solid #929292;border-radius: 10px;text-align: center;color: #000000;margin-right: 8px;}

.share_a a i{font-size: 24px;}

.share_a a.pic_01 i{font-size: 20px;}

/*weixin-box*/

.weixin-box{ position:fixed; width:260px; height:240px; z-index:100000; left:50%; top:50%; margin:-120px 0 0 -150px; background:#fff; border:1px solid #ddd; border-radius:4px; box-shadow:2px 2px 2px #ddd;}

.weixin-box .c{ position:absolute; width:30px; height:30px; right:0; top:0; font-size:20px; font-style:normal; text-align:center; cursor:pointer; z-index:2;}

.weixin-box h2{ position:relative; line-height:30px; font-size:16px; padding-left:10px;}

.weixin-box .img{ padding:20px 10px; text-align:center; border-bottom:1px solid #ddd; border-top:1px solid #ddd;}

.weixin-box .img img{ width:115px; height:115px;}

.weixin-box p{ padding:15px 10px 0; text-align: center;}

/*weixin-box*/

.f_bottom{overflow: hidden;padding: 20px 0 20px 0;}

.f_p01{float: left;}

.f_p02{float: right;}

.f_p01 span{margin-left: 10px;}

.f_p01 span i{margin-left: 10px;}

.f_p01,.f_p01 a{color: #000;}

.f_p01 .xhr{color: #646464;}

.bah{margin: 0 20px;}



.f_p02 i{padding-right:20px;}

.f_p02 a{padding-left:15px;margin-left: 15px; background: url(../images/f_line.jpg) no-repeat 0 center;}

.f_p02 a:first-child{background: none;margin-left: 0;padding-left: 0;}





.index_title{line-height: 1.2em;position: relative;margin-bottom: 25px;}

.index_title i{position: relative;top:-20px;margin-left: 12px;}





.indexbody .footer_bg{display: none;}



.site_banber{position: relative;overflow: hidden;}

.site_text{position: absolute;left: 0;bottom: 20%;color: #fff;}

.site_text h1{font-size: 40px;line-height: 48px;}

.site_line{width: 3px;height: 50px;background: #fff;margin-left: 8px;margin-top: 20px;display: none;}

.site_bg{position: absolute;top:0;left: 0;width: 101%;height: 100%;background: url(../images/site_bg.png) no-repeat center center;background-size: cover;}

.site_title{position: absolute;left: 66.66%;bottom: 10.5%;color: #2765ab;line-height: 40px;}

.site_title h3{padding-left: 45px;background: url(../images/banner_c01.png) no-repeat 0 center;position: relative;}
.site_title h3 br{display: none;}
.site_title h3.cur{animation: down_move1 1.5s linear 1.5s alternate infinite;}

/*.site_title h3 span{position: absolute;top:0;left: 0;width: 28px;height: 39px;background: url(../images/banner_c01.png) no-repeat 0 center;    }*/



.site a,.site span{display: block;color:#fff;}



@media only screen and (max-width:1850px) {

.f_le li{margin-right: 70px;}

}



@media only screen and (max-width:1600px) {

.f_le li{margin-right: 45px;}

}

@media only screen and (max-width:1460px) {

.f_le li{margin-right: 30px;}

.site_text h1{font-size: 32px;line-height: 42px;}

.site_line{height: 35px;}

}

@media only screen and (max-width:1366px) {

.index_title i{top:-6px;}

}

@media only screen and (max-width:1370px) {

.f_le li{margin-right: 20px;}

.f_re{width: 270px;}

.site_text h1{font-size: 28px;line-height: 36px;}

.site_line{margin-top: 10px;}

}



@media only screen and (max-width:1260px) {

.f_le li{margin-right: 20px;}



}



@media only screen and (max-width:1200px) {

.f_top,.indexbody .footer_bg{padding: 40px 0;}

.f_le,.f_re{float:none;width: 100%;}

.f_le{margin-bottom: 20px;}

.f_le li{width: 100%;margin: 0;padding: 20px 0;border-bottom: 1px dashed #dcdcdc;}

.f_le li:first-child{padding-top: 0;}

.f_le li dd a{float: left;margin-right: 40px;}

.f_le li dd p{float: none;margin: 0;}

.f_le li dt i{margin: 5px 0;}

.f_bottom{padding: 30px 0;}

.f_bottom p{float: none;width: 100%;text-align: center;}

.f_bottom .f_p01{margin-bottom: 5px;}

.share_a{text-align: center;}

.share_a a{display: inline-block;float: none;margin: 0 5px;}

.f_link dt{height: 36px;line-height: 36px;padding: 0 10px;}

.f_link dd{bottom: 36px;}

.share_a a{width: 32px;height: 32px;line-height: 32px;}

.share_a a i{font-size: 20px;}

.share_a a.pic_01 i{font-size: 16px;}

.f_link dd a{padding:0 10px;}



}

@media only screen and (max-width:1024px) {

.header_box{padding: 10px ;height: 40px;    background: #2262a9}

.height_height,.header{height: 60px;}

.header_bottom, .search_btn, .nav_phone_btn,.search_box_input,.search_box_btn:before,.search_box_btn{height: 40px;line-height: 40px;}

.header_box h1{margin-top: 0;}

.nav_phone_btn span i{width: 20px;}

.nav_phone_btn span i{margin-top: 6px;}

.nav_phone_btn,.search_btn{width: 40px;}



.header_box h1{width: 160px;margin-top: 2px;}

.scrollHeader .header_box h1{margin-top:2px;}

.footer_bg,.site_title{display: none;}

.site_text h1{font-size: 24px;line-height: 32px;}

.site_bg{background: rgba(0,0,0,0.2);}

.index_title i{margin-left: 10px;}

.index_title{margin-bottom: 20px;}



}


@media only screen and (max-width:767px) {
    .header_box h1{width: 130px;margin-top: 5px;}

.f_top,.f_bottom,.f_top,.indexbody .footer_bg{padding: 20px 0;}

.f_le li dd a{margin-right: 20px;}

.f_link{margin-bottom: 15px;}

.f_p02 i{padding:0;display: block;margin-bottom: 5px;}

.f_p02 a{float: left;}

.f_p02 span{display: inline-block;}

.f_p01 span{display: block;margin:5px 0;}

.f_le li{padding: 10px 0;}

.f_bottom{font-size: 12px;}



.header_search{position: static;}

.search_box{top:60px;}

.search_box.on{width: 100%;}



.site_line{display: none;}

.site_text h1{font-size: 18px;line-height: 22px;}

.site_text{width: 100%;bottom: auto; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}


.f_le{display: none;}


.f_link dt{background: none; border: 1px solid rgba(102,102,102,0.2);}

.f_link dd{background: #eeebe6; border: 1px solid rgba(102,102,102,0.2);box-sizing: border-box;border-radius: 8px 8px 0 0;}





}













.pageout{text-align: center;font-weight: bold;padding-top: 55px;}

.page,.page a{color: #9b9b9b;height: 34px;line-height: 34px;text-align: center;display: inline-block;}

.page a{padding: 0 13px;float: left;}


.page .prev,.page .next{}
.page .prev b,.page .next b{display: block;width: 34px;height: 34px; border: 2px solid #9b9b9b;border-radius: 50%;position: relative;    box-sizing: border-box;}
.page .prev b em,.page .next b em{display: block;  width: 6px; height: 6px;  background: #adadad;border-radius: 50%;}

.page .prev b::before{content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width:17px;
    height:34px;
    border: 2px solid #1b64a3;
        border-radius: 100% 0 0 100%/50%;
    border-right: none;    box-sizing: border-box;
}
.page .next b::before{content: "";
    position: absolute;
    right: -2px;
    top: -2px;
    width:17px;
    height:34px;
    border: 2px solid #1b64a3;
    border-radius: 0 100% 100% 0/50%;
    border-left: none;    box-sizing: border-box;
}

.page .prev {padding: 0;padding-right: 30px;}

.page .next {padding: 0;padding-left: 30px;}

.page input{height:34px;line-height: 34px;width: 40px;border: 1px solid #eee;outline: none;background: none;text-align: center;margin: 0 5px;}

.page .go{padding: 0;width: 34px;background: #1b64a3;color: #fff;margin-left: 10px;}

.page span,.page .go{display:none;}

.page .p_tot{margin-left: 10px;}

.page a.on{color: #1b64a3;}





@media only screen and (max-width:1366px) {

.page .prev{padding-right: 40px;}

.page .next{padding-left: 40px;}

}



@media only screen and (max-width:1024px) {

.pageout{padding-top: 30px;}

}

@media only screen and (max-width:767px) {

.page a{display: none;}
.page a.on{display: inline-block;padding: 0;}

.page .prev{padding-right: 10px;display: inline-block;}

.page .next{padding-left: 10px;display: inline-block;}

.page i{display: none;}

/*.page span, .page .go{display: inline-block;}*/

.page .p_tot{display: inline-block;margin-left: 15px;}








}





.nav{float: right;position: relative;right: -100px;opacity:0;filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;visibility: hidden;}

.menu-open nav{opacity:1;filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1;right: 0;visibility: visible;}



.nav{float: right;}

.nav li{float: left;position: relative;}

.nav li a{display: block;color: #fff;padding: 0 25px;}

.nav li>span,.return_a{display: none;}

.nav_list{position: absolute;padding-top: 14px;width: 100%;left:0;top:100%;display: none;}

.nav_p{background: rgba(73,128,193,0.7);text-align: center;}

.nav_p p{line-height: 20px; padding:8px; /*border-bottom: 1px solid rgba(255,255,255,0.26);*/}
.nav_p p a{ display: block; padding:0!important;}

.nav_p p:last-child{border:0;}

.nav_arrow{position: absolute;top:0;left: 50%;width: 0;height: 0;overflow: hidden;margin: 0 0 0 -7px;border: 7px dashed transparent;border-bottom: 7px solid rgba(73,128,193,0.7)

}

.nav li>a{line-height: 54px;}

@media only screen and (max-width:1366px) {



.nav li a{padding: 0 20px;}

.header_re{margin-lefT:0;}

}



@media only screen and (max-width:1365px) {



.nav li a{padding: 0 15px;}



}



@media only screen and (max-width:1180px) {



.nav li a{padding: 0 10px; font-size: 14px;}



}

@media only screen and (max-width:1024px) {

.nav{opacity:1;filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1;right: 0;visibility: visible;}



.nav{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}





.nav{position: fixed;height: 100%;    background: #2262a9;top:0;}

.nav ul{padding-top: 0px;}

.nav li{float: none;border-bottom: 1px dashed rgba(255,255,255,0.2);width: 100%;position: static;line-height: 40px;overflow:hidden;}

.nav li a{padding: 0 20px;}

.nav li>a{line-height: 40px;width:calc(100% - 90px);float:left;}

.nav li>span, .return_a{display: block;color: #fff;}

.nav li>span{width: 50px;text-align: center;float: right;}

.nav_list{display: block;top:0;left: auto; margin: 0;width: 100%;height: 100%;    background: #2262a9;padding: 0;}

.nav_arrow{display: none;}

.nav_p{background: none;text-align: left;}

.return_a{margin-top:0px; background: #2c609a;}

.nav_p p{line-height: 40px;border-bottom: 1px dashed rgba(255,255,255,0.2);}



.nav{width: 260px;right: -260px; top:60px;}

.nav_list{right: -260px;}

.navbody .nav{right: 0;}

.navbody .nav li.cur .nav_list{right: 0;}

.nav_phone_btn{position: relative;z-index: 92;}

.nav_phone_btn.visible_nav{background: none;}





}







@media only screen and (min-width:1025px) {

.tran_scale:hover img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}

.tran_scale02:hover img{transform:scale(0.92,0.92); -webkit-transform:scale(0.92,0.92);-moz-:scale(0.92,0.92);-o-transform:scale(0.92,0.92);-ms-transform:scale(0.92,0.92);}

a{transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;}

a:hover{color: #2262a9 !important;}

.f_phone a{color: #333 !important;cursor: default;}

.site a:hover{color: #fff !important;opacity: 0.8;}

.nav_p p a:hover{color: #2765ab !important;background: #c9d4e1;}

.nav li>a:hover{color: #fff !important;opacity: 0.8;}





}









@keyframes down_move1

{

    0% { top:0; opacity:0.3;}

    50% { top:20px; opacity:1;}

    100% { top:0px; opacity:0.3;}

}

@-webkit-keyframes down_move1

{

    0% { top:0; opacity:0.3;}

    50% { top:20px; opacity:1;}

    100% { top:0px; opacity:0.3;}

}


/*改导航*/
@media only screen and (max-width:1024px) {
.header{background: #000;}
.scrollHeader .header {
    background: rgba(0,0,0,0.6);
}
.header_box{background: none;}
.nav li a{ font-size: 16px;}
.nav li{ border-bottom: 1px solid rgba(255,255,255,0.2);}
.nav li,.nav li>a,.nav_p p{line-height: 52px;}
.nav li>span{font-size: 16px;}
.nav_p p{padding:0 20px;}
.nav{width: 100%;    right: -100%;}
.nav_list {
    right: -100%;
}


.navbody .nav{visibility: visible;opacity: 1;
-webkit-transform: translateY(0px); -moz-transform: translateY(0px);-o-transform: translateY(0px);-ms-transform: translateY(0px);transform: translateY(0px);

}
/*.header,.nav{position: absolute;}
.nav ul {
    padding-bottom: 50px;
}*/



.nav{   background: rgba(0,0,0,0.8); overflow: hidden;right: 0;visibility: hidden;opacity: 0;
    min-height: 100vh;
    height: auto;
    -webkit-transform: translateY(-80px); -moz-transform: translateY(-80px);-o-transform: translateY(-80px);-ms-transform: translateY(-80px);transform: translateY(-80px);


}
.nav_list{right:0;}
.nav li{position: relative;}
.return_a{display: none;}

.nav_list{height: auto;clear: both;position: static;    border-top: 1px dashed rgba(255,255,255,0.2);display: none;background: none}
.nav_list p a{padding: 0 20px !important;}


.nav ul {
    height: calc(100vh - 80px);
    overflow: auto;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.nav li>span {
    cursor: pointer;
    text-indent: 9999px;
    overflow: hidden;background: url(../images/jia.png) no-repeat center center;
}
.nav li.current>span{background: url(../images/jian.png) no-repeat center center;}

.nav li, .nav li>a, .nav_p p{line-height: 46px;}



}

@media only screen and (max-width:767px) {
.bold100{font-weight: normal;}


}




/*首页手机改版*/




.phone_logo,.phone_footer,.phone_bimg{display: none;}

.phone_footer{padding: 25px 0 38px 0;}
.phone_bottom{padding: 0 5%;padding-top:26px;}
.phone_bottom h3{font-weight: bold;font-size: 16px;margin-bottom: 10px;}
.phone_bottom h3 a{margin-left: 10px;}
.f_erm ul{overflow:hidden;padding-bottom: 4px;}
.f_erm li{float: left;width: 33.33%;text-align: center;border-bottom: 1px solid #cecece;padding-bottom: 5px;position: relative;}
.f_cicle{position: absolute;left: 50%;bottom: -4px;margin-left: -4px; width: 8px;height: 8px;background: #9b9b9b;border-radius: 50%;}
.f_erm li dl{padding: 0 5px;}
.f_erm li dt{margin-bottom: 10px;}
.f_erm li dt img{max-width: 140px;width: 100%;}
.f_erm li dd{line-height: 18px;height: 36px;overflow:hidden;display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.phone_fp{line-height: 20px;}

@media only screen and (max-width:767px) {
.body_c .height_height{display: none;}
.body_c .header{background: none;}
.body_c.scrollHeader .header { background: rgba(0,0,0,0.6);}



.pc_logo,.pc_footer,.pc_bimg{display: none;}
.phone_logo,.phone_footer,.phone_bimg{display: block;}
.nav_phone_btn{float: right;    background:none;}
.nav_phone_btn span i{display: block;}
.banner li{height: auto !important;}

.pc_footer{display: none;}
.phone_footer{display: block;}

}




/*新增底部 二维码*/
.footer_cqode{overflow: hidden;}
.footer_cqode-item{display: inline-block;text-align: center;}
.footer_cqode-item img{width: 80px;height: 80px;}
.footer_cqode-item p{font-size: 12px;margin-top: 10px;}
@media only screen and (max-width: 1200px){
    .footer_cqode-item{margin-right: 10px;}
}
@media only screen and (max-width: 1024px){
    .footer_cqode{text-align: center;}
    .footer_cqode-item{margin-right: 0;margin: 0 5px;}
}
@media only screen and (max-width: 1024px){
    .f_erm li dt img{width: 80px;height: 80px;}
}



.language{font-family: "Arial";float: left;}
.language a{margin-left: 12px;height: 54px;line-height: 54px;color: #fff;}
.header_search{margin-left:10px}

@media only screen and (max-width: 1560px){
.nav li a{padding: 0 16px;}
}

@media only screen and (max-width: 1440px){
.header_re{margin-left: 10px;}
}

@media only screen and (max-width: 1380px){
.nav li a{padding: 0 12px;}
}
@media only screen and (max-width: 1320px){
.search_btn{width: 45px;}
.language a{margin-left: 8px;}
.nav_phone_btn{width: 45px;}
.nav li a{padding: 0 10px;}
}
@media only screen and (max-width: 1024px){
.language a{height: 40px;line-height: 40px;}
}
@media only screen and (max-width:767px){
.search_btn{width: 30px;}
}
@media only screen and (min-width: 1025px){
 .language a:hover{color: #fff !important;opacity: 0.8;}  
}










