body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
    
}
h3{
    font-weight: normal;
}

input {
    outline: none;
    border: none;
}

html {
    _overflow-y: scroll;
}


/*****！！页面通用css样式定义开始******/

html,
body {
    min-width: 1200px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1200 ? "1200px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #666666;
    /*文字颜色定义 */
    min-width: 1200px;
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #2c2c2c;
}


/* 未访问的链接 */

a:visited {
    color: #2c2c2c;
}


/* 已访问的链接 */

a:hover {
    color: #2c2c2c;
    text-decoration: none;
}


/* 鼠标在链接上 */

a:active {
    color: #2c2c2c;
}


/* 点击激活链接 */

p {
    line-height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}






.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}




h1,h2,h3,h4,h5,h6{font-size: 14px; font-weight: normal;}
ul,ol,li{list-style: none;}
input{background: none; border: 0 none;}
img,iframe{border: 0px;}
em,i{font-style: normal;}
button,input,select,textarea{font-size: 100%;}
table{border-collapse: collapse; border-spacing: 0;}
.red{color: #ba292e;}
.fl{float: left;}
.fr{float: right;}
.tac{text-align: center;}
.tar{text-align: right;}
.poa{position: absolute;}
.por{position: relative;}
.hidden{display: none;}
.w1200{width: 1200px; margin: 0 auto;}
/* .top_main .w1200,.header_main .w1200,.nav_main .w1200,.link .w1200,.footer .w1200,.fnav .w1200,.index .w1200{width: 1600px;} */
@media (max-width: 1600px){.top_main .w1200,.header_main .w1200,.nav_main .w1200,.link .w1200,.footer .w1200,.fnav .w1200,.index .w1200{width: 1200px;}}
a{color: #434343;text-decoration: none;}
a:hover{color: #0067d0; text-decoration: none;}
a:visited{text-decoration: none;}
.ease,
.ease *{-webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms;}
.noease,
.noease *{-webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none;}
:-moz-placeholder{color: #aaa;}
::-moz-placeholder{color: #aaa;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{color: #aaa;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{color: #aaa;}
/*清除浮动*/
.clearfix{*zoom: 1;}
.clearfix:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
/*特效*/
.white,.whites{position: relative;overflow: hidden;}
.white:after,.whites:after{content: '';position: absolute;left: -100%;top: 0;width:100%;height:100%;background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));transform: skewx(-25deg);}
.white:hover:after{left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}
.whites:hover:after{left:100%; -moz-transition:0.5s; -o-transition:0.5s; -webkit-transition:0.5s; transition:0.5s;}
/*网站顶部*/
.top_main{width: 100%;height: 40px;color: #666;line-height: 40px;border-bottom: 1px solid #d8d8d8;background: url(../images/top_bg.png) center repeat-x;}
.top_main li{position: relative;display: inline-block;text-align: center;}
.top_main .split{display: inline-block;width: 1px;height: 15px;background: #666;vertical-align: middle;margin-right: 7px;margin-top: -2px;}
.top_main li a{color: #666;cursor: pointer;}
.top_main li a:hover{color: #0067d0;}
/*网站头部*/
.header_main{width: 100%;height: 175px;z-index: 100;background: #fff url(../images/head_bg.png) center bottom no-repeat;}
.header_main .logo{display: block;margin-top: 32px;}
.header_main .logo img{width: 100%;height: 100%;display: block;}
.header_main .tel{float: right;width: 290px;padding-top: 50px;margin-right: 30px;}
.header_main .tel img{float: left; margin-right: 30px;}
.header_main .tel p{font-size: 18px; margin-bottom: 3px; margin-top: 8px;}
.header_main .tel span{font-size: 24px; font-weight: bold; color: #0067d0;}
.header_main .tel:hover img{animation: zy 2.5s .15s linear infinite; -moz-animation: zy 2.5s .15s linear infinite; -webkit-animation: zy 2.5s .15s linear infinite; -o-animation: zy 2.5s .15s linear infinite;}
.header_main .ewm{float: right;padding-top: 36px;}
.header_main .ewm img{width: 85px;height: 85px;display: block;}
.header_main .ewm p{color: #0067d0;font-size: 12px;line-height: 16px;margin-top: 3px;}
/*网站导航*/
.nav_main{width:100%;height: 60px;background: #0067d0;position: relative;z-index: 3;}
.nav_main .nav li{float:left;width: 177px;line-height: 60px;display: block;position: relative;z-index: 10;font-size: 16px;text-align: center;transition: all .5s;}
.nav_main .nav li a{display: block;color:#fff;font-size:16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.nav_main .nav li:hover, .nav_main .nav li.hover{background: #2b2b2b;}
.nav_main .nav dl{width: 100%;position: absolute;left: 0;top: 100%;z-index: 12;box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);}
.nav_main .nav dl{position: absolute;filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.nav_main .nav li:hover dl{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.nav_main .nav dl dd{line-height: 44px;height: 44px;text-align: left;position: relative;z-index: 12;display: block;width: 100%;border-top: 1px solid #0056ad;}
.nav_main .nav dl dd:first-child{border: none;}
.nav_main .nav dl dd a{color: #fff;font-size: 14px;padding: 0;background: #0067d0;text-align:center;background-repeat: no-repeat;background-image: -webkit-linear-gradient(left, #2b2b2b, #2b2b2b);background-image: linear-gradient(to right, #2b2b2b, #2b2b2b);-webkit-transition: all 0.5s;transition: all 0.5s;background-size: 0% 100%;}
.nav_main .nav dl dd a:hover {background-size: 100% 100%;padding-left: 10px;color: rgba(255, 255, 255, 0.9999);}
/* @media (max-width: 1600px){.nav_main .nav li{width: 133px;}} */


/*友情链接*/
.link{margin-top: 40px;margin-bottom: 40px;/* height: 62px; */}
.link p{font-size: 18px;line-height: 24px;margin-bottom: 20px;}
.link p span{color:#0067d0;font-family: "Times New Roman",Times,serif;}
.link ul li{float: left;line-height: 19px;margin-right: 30px;}
.link ul li a{color:#666;}
.link ul li a:hover{color:#0067d0;}
/*网站底部*/
.footer{background: #363636 url(../images/foot_bg.jpg) no-repeat center top;height:348px;border-top: 6px solid #ccc;overflow:hidden;}
.footer .bottom{position: relative;height: 290px;}
.footer .flogo{width: 388px;margin-top: 80px;}
/* .footer .flogo:after{content: " ";position: absolute;top: 0;left: -6px;width: 215px;height: 251px;z-index: 1;background: #1e1e1e;} */
.footer .flogo img{position: relative;width: 100%;height: 100%;display: block;z-index: 2;}
.footer h2{margin-bottom: 16px;background: url(../images/f_hb.gif) no-repeat left bottom;height: 60px;line-height: 60px;font-size: 16px;font-weight: normal;color: #e3e3e3;}
.footer .contact{color:#fff;padding-top: 20px;width: 400px;margin-left: 100px;font-size: 14px;line-height: 30px;}
.footer .contact a{color:#fff;}
.footer .contact a:hover{color:#0067d0;}
.footer .code{padding-top: 30px;}
.footer .code p{float: left;margin-right: 24px;}
.footer .code p img{width: 102px;height: 102px;display: block;border: 4px solid #1e1e1e;}
.footer .code p span{display: block;color: #fff;text-align: center;}
.footer .code p:last-child{margin-right: 0;}
.footer .fnav{color:#fff;font-size:14px;text-align: center;line-height: 60px;height: 60px;background: #0067d0;box-shadow: 0 0 5px rgb(0 0 0 / 50%);}
.footer .fnav a{position: relative;color:#fff;font-size: 16px;width: 150px;display:inline-block;}
.footer .fnav a:before,.footer .fnav a:after{content: " ";position: absolute;top: 50%;margin-top: -7px;left: 0;width: 1px;height: 14px;background: rgba(255,255,255,.2);z-index: 1;}
.footer .fnav a:after{left: auto;right: 0;background: rgba(0,0,0,.2);}
.footer .fnav a:first-child:before,.footer .fnav a:last-child:after{display: none;}
@media (max-width: 1600px){
.footer .contact{float: left;margin-left: 100px;}
.footer .fnav a{width: 120px;font-size: 14px;}}
/*******index css*******/

.backcolor{
    background: #0067d0;
}