﻿/* 默认样式定义 */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input,label{margin:0;padding:0}
html,body{font:normal normal 12px/24px "Microsoft YaHei", Simsun, Arial, Helvetica, sans-serif;color:#333;height:auto;margin:0 auto;background:#fff;}
input,select,textarea{color:#222;font:normal normal 12px "Microsoft YaHei", Simsun, Arial, Helvetica, sans-serif}
fieldset,iframe{border:none}
ul,ol,li{list-style:none}
th{text-align:left}
samp,span,em{font:normal normal 12px/24px "Microsoft YaHei", Simsun, Arial, Helvetica, sans-serif;}
img{border:none}
em,i{font-style:normal}
a{color:#333;text-decoration:none;cursor:pointer;}
a:hover{color:#1e2e62;text-decoration:none;}
a:focus{outline:none}
*{box-sizing: border-box;}
/*字体大小*/
.f11{font-size:11px;-webkit-text-size-adjust:none;}
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
/*行高*/
.l16{line-height:16px;}
.l18{line-height:18px;}
.l20{line-height:20px;}
.l22{line-height:22px;}
.l25{line-height:25px;}
.l30{line-height:30px;}
/*外边距*/
.mgt10{ margin-top:10px;}
.mgt20{ margin-top:20px;}
.mgt30{ margin-top:30px;}
.mgt40{ margin-top:40px;}
.mgt50{ margin-top:50px;}
.mgt60{ margin-top:60px;}
.mgt70{ margin-top:70px;}
.mgt80{ margin-top:80px;}
/*颜色*/
.s1{ color:#be0000;}/*红色*/
.red{color:red;}
.red1{color:#b00;}
.red2{color:#c00;}
.white{color:#fff;}
.b,.fw{font-weight:700;}
/*浮动*/
.fl{float:left;}
.fr{float:right;}
/* other */
.hide{display:none;}
.nodata{text-align:left;padding-left:15px;}
p.nodata{font-size:12px;margin:35px auto;text-align:center;color:#666;}
.entitle{font-size:11px;font-weight:400;}
#imgplayer{text-align:center;margin:15px auto;}
.yc a{white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
/* clearfix */
.clear{clear:both;width:100%;height:0;overflow:hidden;}
.clearb{clear:both;display:block;margin:0;padding:0;height:10px;}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
* html .clearfix{zoom:1;} /* IE6 */
*:first-child+html .clearfix{zoom:1;} /* IE7 */
input:checked{border: none;}
input,button{outline: none;}
button{cursor: pointer;}
/* header */
.page{ width:100%; clear:both; min-width:1200px;}
.row{ width:1200px; margin:0 auto; clear:both;}
.header{ position:fixed; top:0px; z-index:99999999999999; width:100%;background: rgba(30,46,98,0.8); height: 82px; min-width: 1200px;}
.header_bt{ padding:0px 40px;}
.header_bt .logo{ float:left; }
.logo01 img{float: left;}
.logo01 span{float: left;display: block;height: 80px; line-height: 80px; font-size: 16px; color: #FFF;}
.nav_cs01{background:url("../images/i-icon_07.png") repeat-x;}
.nav_cs01 .nav>ul>li>a{color: #FFF;}
/* nav */
.nav_con{float: right;}
.nav{ float:left;}
.nav>ul>li{ float:left; position:relative;}
.nav>ul>li>a{ float:left;font-size:16px; height: 82px; line-height: 82px; padding:0px 25px; color:#FFF; transition:all 0.5s;}
.nav>ul>.current>a{background: rgba(30,46,98,0.9);}
.nav>ul>li>a:hover{background: rgba(30,46,98,0.9);}
.nav>ul>li>ul{ position:absolute;top:40px; background:#02cccc; z-index:99999; display:none; width:100%; border-top: 2px solid #666;}
.nav>ul>li>ul>li{ text-align:center; border-bottom:1px dashed #7895ab;}
.nav>ul>li>ul>li>a{ font-size:14px; color:#FFF;}

@media screen and (max-width:1400px) {
    .nav>ul>li>a{  padding:0px 15px;}
}

@media screen and (max-width:1200px) {
    .nav>ul>li>a{  padding:0px 10px;}
}

@media screen and (max-width:1180px) {
    .nav>ul>li>a{  padding:0px 8px;}
}

.y_btn{float: left;background: url("../images/en-bg.png") no-repeat; width: 50px; height: 30px; color: #FFF; text-align: center;line-height: 30px; margin-top: 25px; margin-left: 20px;position: relative;}
.y_btn span{cursor: pointer;}
.y_btn ul{background:#1e2e62;position: absolute;top: 30px; width: 50px; padding:0px 0px;display: none;}
.y_btn ul li{ text-align: center;}
.y_btn ul li a{color: #FFF;display: block;}
.y_btn ul li a:hover{background: #153088;}
/*banner*/
.fullSlide{ width:100%; min-width:1000px;  position:relative;  height:444px; }
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.fullSlide .bd ul{ width:100% !important;  }
.fullSlide .bd li{ width:100% !important;  height:444px; overflow:hidden; text-align:center;  }
.fullSlide .bd li a{ display:block; height:444px; }
.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:30px; left:0; height:30px; line-height:30px; }
.fullSlide .hd ul{ text-align:center; }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:8px; height:8px; margin:5px; overflow:hidden; background:#CCC;  line-height:999px; border-radius:6px;}
.fullSlide .hd ul .on{  background:#FFF;  }

/* footer */
.footer { width:100%; min-width:1200px; clear:both; margin-top: 60px; }
.footer_list{ overflow: hidden; width: 1200px; margin: 20px auto 0 auto;}
.footer_list li{float: left; margin: 13px;}
.footer_bt{width: 100%;background: #33322e;}
.footer_bt_t{width: 1200px; margin: 0 auto; overflow: hidden; padding-top: 70px;}
.footer_bt_lf{float: left; margin-left: 13px;}
.footer_bt_title{color: #FFF;font-size: 18px;}
.footer_bt_nav{ overflow: hidden; margin-top: 30px;}
.footer_bt_nav dl{float: left; margin-right: 50px;}
.footer_bt_nav dl dd{ line-height: 40px;}
.footer_bt_nav dl dd a{color:#bdbcbc;font-size: 14px;}
.footer_bt_nav dl dd a:hover{color: #ffc73c;}
.footer_bt_c{ margin-left: 180px;float: left;}
.footer_bt_lx{ margin-top: 30px;}
.footer_bt_lx p{color:#bdbcbc;font-size: 14px; margin-bottom: 21px;}
.footer_bt_lx p b{font-size: 24px;}
.footer_bt_rt{float: right; text-align: center;}
.footer_bt_rt .zx_btn{background: url("../images/xq-btn.png") no-repeat; width: 138px; height: 45px; text-align: center; line-height: 42px;}
.footer_bt_rt .zx_btn a{font-size: 16px; color: #333; display: block;}
.footer_bt_rt .zx_btn:hover{opacity: 0.8;}
.footer_bt_rt .wx{margin-top: 10px;}
.footer_bt_rt .wx span{display: block; text-align: center;color: #FFF;font-size: 14px;}
.footer_m{ text-align: center;color: #FFF; border-top: 1px solid #454545; padding: 20px 0px; margin-top: 40px;}
.footer_m .footer_m_t{ color: #cccccc;font-size: 14px; margin-bottom: 10px;}
.footer_m .footer_m_b{color: #939393;}
.footer_m .footer_m_b img{vertical-align:-5px; margin: 0px 5px;}
.footer_m .footer_m_b a{color: #939393; }
.footer_m .footer_m_b a:hover{color: #ffc73c;}






