@charset "utf-8";
/* CSS reset for c_b*/
html{overflow-y: scroll;}
:root{overflow-y: auto;overflow-x: hidden;}
body{color: #333;font-family: "微软雅黑",Arial,Georgia,"Times New Roman",Times,serif;font-size: 14px;line-height: 1.8;position: relative;width: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin: 0;padding: 0;list-style: none;list-style-type: none;font-weight: normal;}
table{border-collapse: collapse;border-spacing: 0;}
table th,table td{padding: 5px;}
fieldset,img{border: 0;}
address,caption,cite,code,dfn,em,i,th,var{font-style: normal;font-weight: normal;}
ception,th{text-align: left;}
q:before,q:after{content: '';}
abbr,acronym{border :0;}
p{word-spacing: -1.5px;}
input,button,textarea,select,optgroup,option{font-family: inherit;font-size: inherit;outline: none;font-style: inherit;font-weight: inherit;border: none;}
input,button,textarea,select{*font-size: 100%;}
input,select{vertical-align: middle;}
table{font-size: 14px;border-collapse: collapse;}
a{color: #000;text-decoration: none;} 
a:focus{outline: none;}
a:hover{text-decoration: none;cursor: pointer;}

/*定位*/
.fl{float: left;}
.fr{float: right;}
.zoom{zoom: 1}
.clear{clear: both;height: 0;line-height: 0;font-size: 0;}
.clearfix:after{content: '';display: block;clear: both;height: 0;visibility: hidden;}
.clearfix{zoom: 1;}
.w1520{margin: 0 auto;width: 1520px;}
@media screen and (max-width: 1600px){
    .w1520{margin: 0 auto;width: 1400px;}
}
@media screen and (max-width: 1400px){
    .w1520{margin: 0 auto;width: 1200px;}
}

/*header*/
.header{width: 94%;margin: 0 auto;height: 90px;line-height: 90px;position: relative;z-index:1000;}
.header .logo{width: 30%;height: 90px;margin-right: 2%;display: flex;align-items: center;}
.header .logo img{display: block;width: 100%;height: auto;}
.header ul{width: 40%;text-align: center;}
.header ul li{float: left;width: 16.66%;position: relative;}
.header ul li a{display: block;font-size: 16px;}
.header ul li.active a.on,.header ul li a:hover{color: #074ad6;}

.header ul li dl{position: absolute;left: calc(50% - 50px);top: 85%;width: 180px;z-index: 9999;transition: all ease .238s;transform: translateY(3px);box-shadow: inset 0 12px 19px rgba(255,255,255,0.1), 0 1px 7px rgba(0,0,0,0.2);display: none;}
.header ul li dl a{display: block;width: 100%;line-height: 45px;color: #4b4b4b;background: #fff;font-size: 14px;padding: 0 18px;box-sizing: border-box;border-top: 1px solid #eaeaea;text-align: left;}
.header ul li:hover dl{display: block;z-index: 9999;}


.header .pho{width: 14%;height: 90px;background: url(../images/pho.png) no-repeat center left;font-size: 25px;padding-left: 40px;box-sizing: border-box;font-weight: bold;}
.header .en{width: 6%;}
.header .en a:hover{color: #074ad6;}
@media screen and (max-width: 1600px){
	.header ul li a{font-size: 14px;}
	.header .pho{width: 20%;}
}
@media screen and (max-width: 1200px){
    .header{margin: 0 auto;width: 1200px;}
}

/*banner*/
.banner{position: relative;width: 100%;}
.banner img{display: block;width: 100%;}
.focus{width: 100%;margin: 0 auto;position: relative;overflow: hidden;}
.focus .hd{width: 100%;text-align: center;position: absolute;bottom: 0rem;left: 0;z-index:1;}
.focus .hd ul{width: 100%;text-align: center;position: absolute;left: 0;bottom: 30px;}
.focus .hd ul li{display: inline-block;width: 30px;height: 5px;background: #fff;opacity: .4;margin: 0 4px;font-size: 0;}
.focus .hd ul .on{opacity: 1;}

/*footer*/
.footer{background: #074ad6;}
.footer .f_con{padding-top: 60px;color: #fff;}
.footer .f_con ul{width: 30%;}
.footer .f_con ul .tit{font-size: 30px;margin-bottom: 40px;}
.footer .f_con ul li{line-height: 35px;font-size: 16px;}
.footer .f_con .right{width: 70%;}
.footer .f_con .right dl{width: 25%;float: left;text-align: center;}
.footer .f_con .right dl dd{font-size: 20px;margin-bottom: 10px;}
.footer .f_con .right dl dt a{display: block;width: 100%;color: #fff;font-size: 16px;line-height: 34px;}
.footer .ftlogo{margin-top: 30px;height: 72px;margin-bottom: 40px;}
.footer .ftlogo img{display: block;float: right;width: auto;height: 100%;margin-right: 8%;}
.footer .f_copy{height: 50px;line-height: 50px;color: #fff;border-top: 1px solid rgba(226,231,237,.2);text-align: center;}
.footer .f_copy a{color: #fff;}




