h1,
h2,
h3,
h4,
h5,
h6,
p,
dd,
ol {
    margin: 0;
}

@font-face {
    font-family: Impact;
    src: url(../fonts/impact.ttf);
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.container {
    padding: 0;
    width: 1170px;
    margin: 0 auto;
    overflow: hidden
}

.inContent {
    width: 1170px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 14px;
}

div:focus {
    outline: none;
}

ul,
ol,
body,
html,
p {
    margin: 0;
}

html {
    background: #fff;
    margin: 0 auto;
    font-size: 14px;
    font-family: "微软雅黑";
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

a:hover {
    color: #386fff;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
}

input,
textarea,
button {
    border: none;
    outline: none;
    /*去除蓝色边框*/
    margin: 0;
    padding: 0;
}

ol {
    padding: 0
}

.left {
    float: left;
}

.right {
    float: right;
}

.fix::before,
.fix::after {
    display: table;
    clear: both;
    content: '';
}


/* 常量设置 */

.wrap {
    width: 1170px;
    margin: 0 auto;
}

.mwrap {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

a {
    color: inherit;
}

a:hover {
    color: #386fff;
}

 ::-moz-selection {
    color: #fff;
    background: #386fff;
}

 ::selection {
    color: #fff;
    background: #386fff;
}

 ::-webkit-input-placeholder {
    color: #aaa;
}

::selection {
    background-color: #386fff;
    color: #fff;
}

.placeholder {
    color: #aaa;
}


/*css组件设置*/

.form-control,
.input-group-addon,
.btn {
    border-radius: 2px;
}

.form-control:focus {
    border-color: #386fff;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}

.imgZoom img,
.imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}


/*
    设置在弹性容器上的属性
*/

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.align_items_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify_content_around {
    -webkit-box-pack: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: center;
    justify-content: space-around;
}

.justify_content_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify_content_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.justify_content_space_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.boxSizing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.rotate img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.rotate:hover img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.header * {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mg_l_30 {
    margin-left: 30px;
}

.w_370 {
    width: 300px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w_770 {
    width: 850px;
}

.mg_b_20 {
    margin-bottom: 20px;
}

.banner img {
    display: block;
}

.news1 {
    height: 274px;
}

.news1l {
    height: 274px;
    position: relative;
}

.news1 .img {
    position: absolute;
    width: 100%;
    height: 274px;
}

.news1 .title {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    bottom: 0;
    text-indent: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news1 .box {
    display: block;
    height: 274px;
    position: relative;
}

.news1 .swiper-button-prev,
.news1 .swiper-button-next {
    width: 45px;
    height: 45px;
}

.news1 .swiper-button-prev {
    background: url(../images/fa_13.png) no-repeat;
}

.news1 .swiper-button-next {
    background: url(../images/fa_15.png) no-repeat;
}

.news22,
.news1r {
    height: 272px;
}

.border4 {
    border: 1px solid #d7d7d7;
}

.mg_l_30 {
    margin-left: 20px;
}

.w_368 {
    width: 298px;
}

.tit1 {
    padding-left: 18px;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #d7d7d7;
    position: relative;
}

.tit1 .tab {
    float: left;
    margin-right: 25px;
}

.tit1 .tab .more {
    display: none;
    font-size: 12px;
    color: #666;
    font-weight: 400;
}

.tit1 .cur1 .more {
    position: absolute;
    right: 18px;
    display: block;
    top: 0;
}

.tit1 .tab.cur1,
.tit1 .tab.cur2 {
    height: 45px;
    line-height: 45px;
    border-bottom: 2px solid #014fa2;
    color: #014fa2;
}

.tit1 a {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

.box-hidden {
    display: none;
}

.new-titwrap {
    padding: 10px 0;
    font-size: 14px;
    color: #3d3d3d;
    line-height: 22px;
}

.new-titwrap li {
    overflow: hidden;
    padding: 0 20px;
    line-height: 33px;
    height: 33px;
    font-size: 14px;
}

.new-titwrap a {
    width: 80%;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #6e6e6e;
}

.new-titwrap span {
    display: block;
    float: right;
    width: 20%;
    text-align: right;
    color: #6e6e6e;
}

.tit1 a.act {
    height: 45px;
    line-height: 45px;
    border-bottom: 2px solid #014fa2;
}

.tit1 .more {
    font-size: 12px;
    color: #666;
    font-weight: 400;
    position: absolute;
    right: 18px;
    display: block;
    top: 0;
}

.news2 ul {
    width: 50%;
}

.video {
    height: 250px;
}

.videobox {
    padding: 20px;
    height: 203px;
}

.videobox video,
.videobox img {
    width: 100%;
    height: 100%;
}

.yewu .box {
    padding: 20px;
    flex-wrap: wrap;
    width:100%;
    box-sizing: border-box;
}

.yewu .box img {
    display: block;
}

.news22 {
    width: 448px;
}

.news1l {
    width: 380px;
}

.mr15 {
    margin-bottom: 15px;
}

.ztbox {
    height: 218px;
    padding: 20px;
}

.ztbox a {
    display: block;
}

.ztbox img {
    display: block;
}

.foot {
    width: 100%;
    height: 167px;
    background: #e1e1e1 url(../images/footbg.jpg) repeat-x left top;
}

.footer_conl p {
    height: 35px;
    line-height: 30px;
    color: #6e6e6e;
    font-size: 12px;
}

.footc {
    height: 186px;
}

.wxbox ul li p {
    height: 40px;
    width: 80px;
    line-height: 40px;
    color: #6e6e6e;
    text-align: center;
    font-size: 12px;
}

.wzlj .link {
    height: 40px;
    line-height: 40px;
    color: #6e6e6e;
    font-size: 12px;
}

.wzlj .link img {
    margin-right: 10px;
}

.wxbox {
    margin-right: 40px;
}