@CHARSET "UTF-8";
/*base style for css file*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, figure, figcaption, article, aside, footer, header, section, footer, nav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-family:  Arial, Helvetica, sans-serif;

}

table, caption, tbody, tfoot, thead, tr, th, td {
    /*border-collapse:collapse;8*/
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
}

ul, ol {
    list-style: none;
}
/*input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #fff; 
} 
input:-moz-placeholder, textarea:-moz-placeholder { 
color: #fff; 
} 
input::-moz-placeholder, textarea::-moz-placeholder { 
color: #fff; 
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
color: #fff; 
} */

blockquote, q {
    quotes: none;
}

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

/*remember to define focus styles!*/
:focus {
    outline: 0;
}

/*remember to highlight inserts somehow!*/
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/*tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    color: #414141;
}

a:hover {
    text-decoration: none;
}

/*公用部分*/
body {
    font-size: 14px;
    background: #fff;
    color: #333;
}

/*页面宽度*/
.comWidth {
    width: 1120px;
    margin: 0 auto;
}

/*右浮动*/
.fr {
    float: right;
}

/*左浮动*/
.fl {
    float: left;
}

/*清除浮动*/
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}

/*清除浮动*/
.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: '.';
}

.clearfix {
    zoom: 1;
}



/**********************************************************************************************/
.w12{max-width: 1200px;margin: auto;}
header{}
.head-top{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;padding: 25px;}
.head-top .img{display:flex;align-items:center;}
.head-top .img img{display: block;}
.head-top .img span{font-size: 20px;color:#2f318b;margin-left: 30px;font-weight: bold;}
.head-right form{display: flex;}
.head-right form .text{width: 230px;box-sizing: border-box;padding: 8px;color: #999;background: #f3f3f3;border: 0;}
.head-right form .submit{width: 72px;background-color: #9C978C;color: #fff;border: 0;}
.menu{display: none;}
.navbg{background: #999999;}
.navbg ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.navbg ul li{height: 45px;line-height: 45px;position: relative;}
.navbg ul li a{display: block;padding: 0 22px;font-weight: bold;color: #fff;}
.navbg ul li.on{background: #2f318b;}
.navbg ul li:hover{background: #2f318b;}
.navbg ul li dl{position: absolute;top: 45px;left: 0;z-index: 100;border:1px solid rgba(0,0,0,0.05);display: none;background: #fff;}
.navbg ul li dl dd{border-bottom:1px solid rgba(0,0,0,0.05)}
.navbg ul li dl dd:last-child{border-bottom:0;}
.navbg ul li dl dd a{color: #333;font-weight: normal;width: 140px;}
.navbg ul li dl dd:hover{background:rgba(0,0,0,.06)}
.navbg ul li:hover dl{display: block;}

.banner img{display: block;width: 100%;}
.banner .swiper-pagination-bullet{width: 10px;height: 10px;background: #fff;border: 3px solid #fff;}
.banner .swiper-pagination-bullet-active{background: #fff;}
.banner .swiper-button-next{width: 40px;height: 40px;margin-top: -20px;background: url(../images/2.png)no-repeat center rgba(0,0,0,0.5);background-size: 100%;border-radius: 50%;}
.banner .swiper-button-prev{width: 40px;height: 40px;margin-top: -20px;background: url(../images/1.png)no-repeat center rgba(0,0,0,0.5);background-size: 100%;border-radius: 50%;}


.index1{padding: 40px 0;}
.index1 ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.index1 ul li{position: relative;width: 31.7%;margin-bottom: 2.5%;overflow: hidden;}
.index1 ul li .xs .img img{width: 100%;display: block;}
.index1 ul li .xs .tit{width: 100%;color: #ffffff;background: rgba(0,0,0,0.5);height: 45px;position: absolute;bottom: 0;left: 0;display: flex;justify-content: center;align-items: center;font-size: 18px;text-align: center;opacity: 1;transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s;}
.index1 ul li .yc{position: absolute;top: 300px;left: 0;width: 100%;height: 100%;background: rgba(40,130,125,0.5);box-sizing: border-box;padding: 30px;transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s;}
.index1 ul li .yc .ycnr{border: 2px solid #fff;width: 100%;height: 100%;box-sizing: border-box;padding: 20px 0;}
.index1 ul li .yc .ycnr .tit{color: #ffffff;font-size: 18px;text-align: center;min-height: 42px ;}
.index1 ul li .yc .ycnr .more{font-size: 18px;color: #f00;text-align: center;margin-top: 15px;}
.index1 ul li:hover .xs .tit{opacity: 0;}
.index1 ul li:hover .yc{top:0;}

.index2bg{background: url(../images/3.jpg)no-repeat center;background-size: cover;padding: 40px 0 60px;}
.index2 h3{font-size: 36px;line-height: 1;color: #fff;text-align: center;margin-bottom: 35px;}
.index2 h3 span{color: #F8AB26;}
.index2 .con{background-color: #999999;padding: 30px 20px;opacity: 0.8;border-radius: 5px;color: #fff;line-height: 26px;}
.index2 .con .more{background-color: #F8AB26;color: #ffffff;padding: 11px 20px;display: block;float: right;}

.index3bg{padding: 40px 0 60px;}
.column_attr{padding:30px 5px ; border:1px solid #999; font-size:16px;text-align: center;margin-bottom: 20px;}
.column_attr span{color: #F8AB26;}

.index3_lr{display: flex;flex-wrap: wrap;justify-content: space-between;}
.index3_l{width: 48.5%;border: 8px solid #eee;border-radius: 5px;box-sizing: border-box;}
.index3_l img{display: block;width: 100%;}
.index3_r{width: 48.5%;border: 8px solid #eee;border-radius: 5px;box-sizing: border-box;}
.index3_r img{display: block;width: 100%;}

footer{border-top: 4px solid #999999;background: #dbd4d1;}
footer ul{display: flex;flex-wrap: wrap;justify-content: center;padding: 15px 0;}
footer ul li a{padding: 0 15px;color: #9C978C;}

.foot{display: flex;flex-wrap: wrap;margin-top: 30px;}
.foot .column{width: 25%;box-sizing: border-box;border-right: 1px dashed #eeeeee;padding: 15px 25px;}
.foot .column:last-child{border-right: 0;}
.foot .column img{max-width: 100%;}
.foot .column h4{color: #9C978C;font-size: 21px;margin-bottom: 15px;line-height: 1;}
.foot .column dl dd a{color: #9C978C;font-size: 15px;line-height: 21px;}
.foot .column .textwidget{color: #766d69;font-size: 15px;line-height: 21px;}
.foot .column p img{display: block;margin: auto;}
.bqxx{border-top: 1px solid rgba(255,255,255,.1);padding: 10px 0;margin-top: 40px;}
.bqxx p{color: #766d69;text-align: center;}
.ban_n img{width: 100%;display: block;}
.positionbg{background: #f7f7f7;box-shadow: 0 0 10px rgba(0,0,0,0.15);box-sizing: border-box;padding: 5px 0;}
.position{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.position h3{font-size: 25px;color: #888;font-weight: normal;}
.position p{font-size: 15px;color: #888;}
.position p a{font-size: 15px;color: #888;}

.main{padding: 30px 0;}
.main .pro_nav{display: flex;flex-wrap: wrap;margin-bottom: 30px;}
.main .pro_nav li{margin: 5px;background: #eeeeee;}
.main .pro_nav li a{display: block;font-size: 16px;color: #666;padding: 15px 25px;}
.main .pro_nav li:hover{background: #2f318b;}
.main .pro_nav li:hover a{color: #fff;}
.main .pro_nav li.on{background: #2f318b;}
.main .pro_nav li.on a{color: #fff;}

.pro_list{display: flex;flex-wrap: wrap;justify-content: space-between;}
.pro_list li{width: 31.33%;margin-bottom: 20px;}
.pro_list li .img{-webkit-box-shadow:inset 0 0 5px 2px rgba(0,0,0,.07);box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);overflow: hidden;position: relative;}
.pro_list li .img p{transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s;}
.pro_list li .img img{display: block;max-width: 100%;max-height: 100%;}
.pro_list li:hover .img p{transform: translateY(-20px);}
.pro_list li .img span{display: flex;justify-content: center;align-items: center;text-align: center; width: 100%;height: 60px;background: rgba(156, 151, 140, 0.8);position: absolute;bottom: -60px;left: 0;transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s;color: #fff;}
.pro_list li:hover .img span{bottom: 0;}
.pro_list li .tit{text-align: center;padding: 5px 0;font-weight: bold;}


.pagecon{line-height: 1.5;font-size: 15px;color: #666;}
.pagecon table tr:first-child{background: #FF9900;color: #fff;}
.pagecon table tr td{border: 1px solid #eee;padding: 2px 4px;}
.con_tab{width: 100%;overflow: auto;}
.pagecon h2{font-size: 36px;}
.pagecon h3{font-size: 25px;}
.pagecon h4{font-size: 21px;}
.pagecon img{max-width: 100%;}
.pagecon .con_lr{display: flex;flex-wrap: wrap;justify-content: space-between;}
.pagecon .con_lr div{width: 48.5%;margin-bottom: 2%;}

.pagecon .con_lr2{display: flex;flex-wrap: wrap;}
.pagecon .con_lr2 div{width: 33.33%;box-sizing: border-box;padding: 10px;}
.pagecon .con_lr3{display: flex;}

.pagecon .p1{font-size: 36px;font-weight: bold;color: #666;}
.pagecon .p2{font-size: 25px;color: #666;text-align: center;}
.partner_list{display: flex;flex-wrap: wrap;margin-top: 20px;}
.partner_list li{width: 19%;margin-right: 1.25%;margin-bottom: 1.25%;}
.partner_list li:nth-child(5n){margin-right: 0;}
.partner_list li img{width: 100%;display: block;}

.history_list{margin-top: 40px;}
.history_list li{height: 76px;display: flex;align-items: center;margin-bottom: 15px;position: relative;cursor: pointer;}
.history_list li:after{content: '';display: block;width: 2px;height: 100%;background: rgba(0,0,0,0.04);position: absolute;left: 50%;margin-left: -1px;top: 0;}
.history_list li:nth-child(2n-1){justify-content: flex-end;}
.history_list li p{width: 50%;box-sizing: border-box;}
.history_list li:nth-child(2n-1) p{padding-left: 25px;}
.history_list li:nth-child(2n) p{text-align: right;padding-right: 25px;}
.history_list li:hover:after{background: rgba(0,0,0,0.2);}

.contact h3{color: #F8AB26;}
.contact1{display: flex;flex-wrap: wrap;border-bottom: 1px solid #9C978C;padding-bottom: 30px;margin-bottom: 30px;}
.contact1_l{width: 33.33%;}
.contact1_r{width: 66.66%;}
.contact2{display: flex;flex-wrap: wrap;margin-top: 20px;}
.contact2 div{width: 33.33%;margin-bottom: 20px;}

.news_list li{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;margin-bottom: 30px;}
.news_list li .img{width: 25%;-webkit-box-shadow:inset 0 0 5px 2px rgba(0,0,0,.07);box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);padding: 2px;overflow: hidden;}
.news_list li .img img{width: 100%;display: block;transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s;}
.news_list li:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);}
.news_list li .nr{width: 72%;}
.news_list li .nr .p1{color: #888;display: flex;align-items: center;font-size: 15px;}
.news_list li .nr .p1 img{width: 15px;}
.news_list li .nr .p2{color: #666;font-size: 36px;margin-bottom: 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news_list li .nr .p3{color: #888;font-size: 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news_list li .nr .p4{background: #fafafa;padding: 7px 15px;display: flex;justify-content: flex-end;margin-top: 15px;}
.news_list li .nr .p4 img{width: 15px;}
.news_list li .nr .p4 span{padding-left: 10px;height: 30px;display: flex;align-items: center;color: #888;font-size: 15px;border-left:1px solid rgba(0,0,0,.08);}

.showcon .tit{color: #666;font-size: 36px;margin-bottom: 15px;}
.showcon .time{color: #888;display: flex;align-items: center;font-size: 15px;}
.showcon .time img{width: 15px;}
.showcon .content{font-size: 15px;color: #888;line-height: 1.8;padding-top: 30px;}
.showcon .content img{max-width: 100%;}
.sxfy{font-size: 15px;color: #888;line-height: 1.8;padding-top: 10px;border-top: 1px dashed #eee;margin-top: 10px;}
.sxfy a{font-size: 15px;color: #888;line-height: 1.8;}

.pages{display: flex;flex-wrap: wrap;justify-content: center;margin: 30px 0;}
.pages li{margin: 0 2px;padding: 4px 10px;    border: 1px #cccccc solid;font-size: 14px;}
.pages li.active{background: #2f318b;border: 1px solid #2f318b;color: #fff;}
.pages li.active a{color: #fff;}
.pages li.sxy a{font-family: 宋体;font-weight: bold;}

.nav_bg{display: none;}
@media(max-width: 1200px) {
    .w12{max-width: 94%;}
}

@media(max-width: 1024px) {
    .navbg ul li a{padding: 0 12px;}
}
@media(max-width: 768px) {
    .head-top{padding: 15px 0;position: relative;}
    .head-top .img img{height: 40px;}
    .head-right{width: 100%;margin-top: 10px;}
    .head-top .menu{width: 24px;height: 24px;display: block;position: absolute;top: 23px;right: 0px;}
    .head-top .menu span{display: block;padding: 3px 0; transition: all .4s ease;}
    .head-top .menu span:before{content: '';display: block;width: 24px;height: 2px;background: #2f318b;border-radius: 1px; transition: all .4s ease; }
    .head-top .menu.on span:nth-child(1){transform: translateY(8px);}
    .head-top .menu.on span:nth-child(1):before{transform: rotate(45deg);}
    .head-top .menu.on span:nth-child(2){opacity: 0;}
    .head-top .menu.on span:nth-child(3){transform: translateY(-8px);}
    .head-top .menu.on span:nth-child(3):before{transform: rotate(-45deg);}
    .navbg{display: none;}
    .nav_bg{display: none;position: absolute;top:65px;right: 0;z-index: 102;width: 100%;background: #2f318b;border-top: 1px solid #fff;}
    .nav_bg ul{width:100%;background: #2f318b;color: #fff;}
    .nav_bg ul li{width: 100%;margin: 0 auto;border-bottom: 1px solid #fff;}
    .nav_bg ul li a{width: calc(100% - 70px);display: block;font-size: 16px;color: #fff;line-height:48px;padding-left: 20px; float: left;}
    .nav_bg ul li span{display: block;width: 48px;height: 48px;float: right;background: url(../images/mt.png) no-repeat center;background-size: 50%;}
    .nav_bg ul li.active span{background: url(../images/mt-hover.png) no-repeat center;background-size: 50%;}
    .nav_bg ul li dl{display: none;}
    .nav_bg ul li dl dd{width: 100%;border-top: 1px solid #e0e0e0;}
    .nav_bg ul li dl dd a{display: block;float: none;padding-left: 40px;border-right: 0;}
    .w768{display: none;}
    .foot .column{width: 100%;border-right: 0;}
    .foot .column p img{max-width: auto;width: auto;}
    .position p{display: none;}
    .index1 ul li{width: 48%;margin-bottom: 4%;}
    .pagecon .con_lr div{width: 100%;}
    .pagecon .con_lr3{flex-wrap: wrap;}
    .partner_list li{width: 31%;margin-right: 3.5%;margin-bottom: 3.5%;}
    .partner_list li:nth-child(5n){margin-right: 3.5%;}
    .partner_list li:nth-child(3n){margin-right: 0;}
    .main .pro_nav li a{font-size: 14px;padding: 14px;}
    .pro_list li{width: 48%;}
    .position h3{font-size: 20px;}
    .news_list li .nr .p1{font-size: 14px;}
    .news_list li .nr .p2{font-size: 30px;}
    .news_list li .nr .p3{font-size: 14px;}
    .news_list li .nr .p4{font-size: 14px;}
    .news_list li .nr .p4 span{height: 26px;}
    .news_list li .img{width: 230px;}
    .news_list li .nr{width: calc(100% - 250px);}
    .showcon .tit{font-size: 30px;}
    .pagecon .p1{font-size: 30px;}
}

@media(max-width: 500px) {
    .index1{padding: 30px 0;}
    .index1 ul li{width: 100%;}
    .index3_l{width: 100%;margin-bottom: 10px;}
    .index3_r{width: 100%;}
    .head-top .img img{height: 30px;}
    .head-right form .text{width: calc(100% - 72px);}
    .head-top .menu{top: 18px;}
    .nav_bg{top: 55px;}
    .nav_bg ul li a{font-size: 14px;}
    .history_list{margin-top: 20px;}
    .history_list li{height: auto;}
    .history_list li p{width: 100%;padding-left: 0;}
    .history_list li:after{display: none;}
    .history_list li:nth-child(2n-1) p{padding-left: 0;}
    .history_list li:nth-child(2n) p{text-align: left;padding-left: 0;padding-right: 0;}
    .pagecon .p1{font-size: 24px;}
    .pagecon table{width: 100%;}
    .pagecon .con_lr2 div{width: 100%;}
    .contact1_l{width: 100%;}
    .contact1_r{width: 100%;}
    .contact2 div{width: 100%;}
    .news_list li .img{width: 100%;margin-bottom: 20px;}
    .news_list li .nr{width: 100%;}
    .showcon .tit{font-size: 24px;}
    .index2 h3{font-size: 30px;}
	.head-top .img span{display:none;}
}