@charset "utf-8";
/*reset*/

/* CSS reset for c_b */
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;}
table {border-collapse:collapse; border-spacing:0;}
table th , table td {padding:5px;}
fieldset , img {border:0;}
address , caption , cite , code , dfn , em  , th , var ,i {font-style:normal; font-weight:normal;}
ol , ul {list-style:none;}
ception , th{text-align:left;}
q:before , q:after{content:'';}
abbr , acronym{border:0;}
a {color:#666; text-decoration:none;}  /*for ie f6n.net*/
a:focus{outline:none;} /*for ff f6n.net*/
a:hover {text-decoration: none;}
.wrap{width: 1200px;margin: 0 auto;}
strong{ font-weight:normal !important;}

input[type=number] {  
    -moz-appearance:textfield;  
}  
input[type=number]::-webkit-inner-spin-button,  
input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
    margin: 0;  
} 
.dib{display: inline-block;}
/*定位*/
.tl {text-align:left;}
.tc {text-align:center;}
.tr {text-align:right;}
.bc {margin-left:auto; margin-right:auto;}
.fl {float:left; display:inline;}
.fr {float:right; display:inline;}
.zoom {zoom:1}
.hidden {visibility:hidden;}
.vam {vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px;}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;

/*其他*/
.curp{cursor:pointer};

/*原reset*/
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option{font-family:inherit;outline:none;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
body{font:12px/1.231 arial,helvetica,clean,sans-serif;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*title*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}
/*end reset*/


/*清除浮动*/
.clearfix:after{ 
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix{ /*兼容 IE*/
    zoom: 1;
}



#roll_top,#fall,#ct{position:relative;cursor:pointer;height:52px;width:52px}
#roll_top{background:url(../bgimg/top.gif) no-repeat}
#fall{background:url(../bgimg/top.gif) no-repeat 0 -80px}
#ct{background:url(../bgimg/top.gif) no-repeat 0 -40px}
#roll{display:block;width:15px;margin-right:-558px;position:fixed;right:46%;top:80%;_margin-right:-558px;_position:absolute;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*0.8)); z-index:100;}


/* CSS Document */
body{background-color:#fff; overflow-x:hidden; color:#666; font-size:15px; font-family: microsoft yahei , "宋体"; position:relative;}/*网站字体颜色*/

.header , .content , .footer{margin-left:auto; margin-right:auto;width:100%;}
.container{padding-left: 15px; padding-right: 15px;}
.no{ display: none;}

/* 头部 */
.Header-wrapper{width: 100%;background: #fff;position: fixed;left: 0;top: 0;z-index: 999999;box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);}
.Header-container{width: 100%;margin: 0 auto;padding: 0 52px;}
.winter .Header-navbarbox{display: block !important;}

.Header-t a{ color: #fff;    font-size: 16px;
    padding: 6px 20px;text-align:center;margin-top: 14px; border-radius: 30px; background: #cf070a;}
.Header-logo{float: left;position: relative;z-index: 999;}
.Header-logo a{display: flex;align-items: center;user-select: none;    margin-top: 12px;
    margin-left: 12px;}
.Header-logo a img{ width:100px;}

.Header-search{float: right;user-select: none;}
.Header-search-click{width: 110px;height: 80px;display: flex;align-items: center;position: relative;z-index: 999;}
.Header-search-click i{display: block;width: 100%;height: 40px;cursor: pointer;line-height: 40px;text-align: center;font-size: 13px;color: #fff;transition: all .4s ease;border-radius: 20px;background: #cf070a;font-style: normal;}
.Header-search-click i::before{content: "";display: inline-block;vertical-align: middle;margin: -4px 6px 0 0;width: 18px;height: 18px;background: url('../bgimg/search.png') no-repeat center;}
.Header-search-click i:hover{background-color: #cf070a;}
.Header-search-click i.ontrue::before{background-image: url('../bgimg/close.png');}

.Header-search-message{width: 100%;height: 80px;position: absolute;z-index: 99;background: #fff;right: 0;top: 0;display: none;}
.Header-search-form{float: right;height: 80px;line-height: 80px;font-size: 0;margin-right: 154px;}
.Header-search-submit{width: 54px;height: 40px;background:  url('../bgimg/searchh.png') no-repeat center center;cursor: pointer;display: inline-block;vertical-align: middle;}
.Header-search-form input{width: 80px;transition: all .4s ease;height: 40px;display: inline-block;vertical-align: middle;outline: none;border: none;font-size: 16px;color: #cf070a;margin-right: 40px;border-bottom: 1px solid #77abab;}
.Header-search-message.ontrue{display: block;}
.Header-search-message.ontrue .Header-search-form input{animation: searchWidth .8s ease both;}
@keyframes searchWidth{0%{width: 54px;}100%{width: 580px;}}

.Header-lang{font-size: 0;float: right;margin-right: 24px;user-select: none;}
.Header-lang a{    display: inline-block;
    height: 60px;
    width: 150px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    transition: all .4s ease;
    position: relative;}
.Header-lang a.ontrue{cursor: default;color: #cf070a;}
.Header-lang a::after{content: "";position: absolute;width: 0;height: 0;border: 6px solid transparent;border-top-color: #cf070a;left: 50%;margin-left: -6px;top: 10px;opacity: 0;transition: all .4s ease;}
.Header-lang a:hover::after{top: 20px;opacity: 1;}
.Header-lang a.ontrue::after{display: none;}

.Header-website{float: right;position: relative;margin-right: 16px;font-size: 0;user-select: none;}
.Header-website-select{display: inline-block;cursor: pointer;height: 80px;line-height: 74px;font-size: 16px;color: #cf070a;padding: 0 24px 0 30px;position: relative;}
.Header-website-select span{max-width: 80px;display: inline-block;vertical-align: middle;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height: 1;}
.Header-website-select::before{content: "";position: absolute;width: 20px;height: 20px;background: url('../bgimg/lang.png') no-repeat;left: 0;top: 50%;margin-top: -10px;}
.Header-website-select::after{content: "";position: absolute;width: 12px;height: 8px;background: url('../bgimg/langarr.png') no-repeat;right: 0;top: 50%;margin-top: -3px;}
.Header-website:hover .Header-website-select::before{transform: rotate(180deg);transition: all .4s ease;}
.Header-website-select.ontrue::after{transform: rotate(180deg);}
.Header-website-drop{position: absolute;width: 100%;background: #fff;left: 0;top: 80px;text-align: center;display: none;}
.Header-website-drop a{display: block;width: 100%;font-size: 16px;color: #cf070a;height: 44px;line-height: 44px;transition: all .4s ease;}
.Header-website-drop a:hover{background: #f2f2f2;}

.Header-navbar{font-size: 0;width: 100%;text-align: center;}
.Header-navbar ul li{display: inline-block;margin: 0 18px;position: relative;}
.Header-Menu{display: block;height: 80px;line-height: 82px;font-size: 16px;padding: 0 2px;font-family: "monB";transition: all .4s ease-in-out;position: relative;}
.Header-navbar ul li.ontrue .Header-Menu, .Header-navbar ul li:hover .Header-Menu{color: #cf070a;}
.Header-navbar ul li.Header-hasdrop{padding-right: 18px;}
.Header-arrow{position: absolute;width: 12px;background: url('../bgimg/langarr.png') no-repeat center;height: 8px;float: left;right: 0;top: 50%;margin-top: -2px;}
.Header-drop{display: none;position: absolute;width: 290px;background: #cf070a;border-radius: 10px;left: 50%;margin-left: -145px;padding: 28px 0;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);}
.Header-drop::before{content: "";position: absolute;width: 0;height: 0;border: 6px solid transparent;border-bottom-color: #cf070a;top: -12px;left: 50%;margin-left: -6px;}
.Header-drop a{display: block;width: 100%;overflow: hidden;transition: all .4s ease;padding: 0 28px;}
.Header-drop a i, .Header-drop a p{display: flex;align-items: center;height: 44px;}
.Header-drop a i{float: left;width: 54px;}
.Header-drop a i img{max-width: 29px;max-height: 28px;}
.Header-drop a p{float: right;width: calc(100% - 54px);position: relative;font-size: 14px;color: #fff;font-family: "monB";}
.Header-drop a:hover{background: #77abab;}
.Header-navbar ul li.ctArr .Header-arrow{transform: rotate(180deg);}
.Header-arrow.ontrue{transform: rotate(180deg);}

/* 手机汉堡键 */
.Header-navclick{height: 60px;    padding: 0 12px 0 0px;cursor: pointer;float: right;user-select: none;display: none;}
.Header-navclick span{width: 26px;height: 2px;background: #cf070a;display: block;position: relative;margin-top: 28.5px;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #cf070a;display: block;left: 0;width: 100%;transition: all .2s linear;}
.Header-navclick span:before{top: -8px;}
.Header-navclick span:after{top: 8px;}
.Header-navclick.ontrue span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.ontrue span:before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.Header-navclick.ontrue span:after{-moz-animation: buttonAnimationAfter 0.3s ease forwards;-webkit-animation: buttonAnimationAfter 0.3s ease forwards;animation: buttonAnimationAfter 0.3s ease forwards;}
@-moz-keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-moz-transform: translateY(8px) rotate(0);transform: translateY(8px) rotate(0); }
    100% {-moz-transform: translateY(8px) rotate(45deg);transform: translateY(8px) rotate(45deg); }
}
@-webkit-keyframes buttonAnimationBefore {
    0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-webkit-transform: translateY(8px) rotate(0);transform: translateY(8px) rotate(0); }
    100% {-webkit-transform: translateY(8px) rotate(45deg);transform: translateY(8px) rotate(45deg); }
}
@keyframes buttonAnimationBefore {
    0% {-moz-transform: translateY(0px) rotate(0);-ms-transform: translateY(0px) rotate(0);-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-moz-transform: translateY(8px) rotate(0);-ms-transform: translateY(8px) rotate(0);-webkit-transform: translateY(8px) rotate(0);transform: translateY(8px) rotate(0); }
    100% {-moz-transform: translateY(8px) rotate(45deg);-ms-transform: translateY(8px) rotate(45deg);-webkit-transform: translateY(8px) rotate(45deg);transform: translateY(8px) rotate(45deg); } }
@-moz-keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-moz-transform: translateY(-8px) rotate(0);transform: translateY(-8px) rotate(0); }
    100% {-moz-transform: translateY(-8px) rotate(-45deg);transform: translateY(-8px) rotate(-45deg); }
}
@-webkit-keyframes buttonAnimationAfter {
    0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-webkit-transform: translateY(-8px) rotate(0);transform: translateY(-8px) rotate(0); }
    100% {-webkit-transform: translateY(-8px) rotate(-45deg);transform: translateY(-8px) rotate(-45deg); }
}
@keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);-ms-transform: translateY(0) rotate(0);-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-moz-transform: translateY(-8px) rotate(0);-ms-transform: translateY(-8px) rotate(0);-webkit-transform: translateY(-8px) rotate(0);transform: translateY(-8px) rotate(0); }
    100% {-moz-transform: translateY(-8px) rotate(-45deg);-ms-transform: translateY(-8px) rotate(-45deg);-webkit-transform: translateY(-8px) rotate(-45deg);transform: translateY(-8px) rotate(-45deg); }
}
@-moz-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}
@-webkit-keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}
@keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0); }
    100% {background: rgba(255, 255, 255, 0); }
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
.Header-t{ display: none;}
    .Header-container {padding: 0 4%;}
    .Header-wrapper{box-shadow: none;}
    .Header-wrapper::after{content: "";position: absolute;width: 100%;height: 1px;left: 0;bottom: 0;background: rgba(0, 0, 0, 0.1);}
    .Header-search-click{width: 34px;height: 60px;z-index: 0;}
    .Header-search-click i{height: 60px;transition: none;line-height: normal;border-radius: 0;background: #fff url('../bgimg/searchb.png') no-repeat center !important;}
    .Header-search-click i.ontrue{background-image: url('../bgimg/closeb.png') !important;}
    .Header-search-click i::before{display: none;}
    .Header-navclick{display: block;}
    .Header-navbarbox{display: none;width: 100%;background: #fff;position: absolute;top: 60px;left: 0;}
    .Header-navbar{float: left;width: 100%;margin-right: 0;height: auto;overflow-y: auto !important;padding: 12px 0 16px;text-align: left;}
    .Header-navbar ul li{display: block;width: 100%;position: relative;margin: 0;}
    .Header-Menu{width: 100%;height: 40px;line-height: 40px;padding: 0 4%;font-size: 16px;}
    .Header-lang a:hover::after{top: 12px;}  
    .Header-search-message{height: 40px;top: 60px;}
    .Header-search-message::after{content: "";position: absolute;width: 100%;height: 1px;left: 0;bottom: 0;background: rgba(0, 0, 0, 0.1);}
    .Header-search-submit{height: 41px;position: absolute;right: 0;top: -1px;z-index: 2;width: 40px;background: #cf070a url("../bgimg/search.png") no-repeat center;}
    .Header-search-form {margin-right: 0;height: 40px;line-height: 40px;position: relative;padding-right: 48px;}
    .Header-search-form input{height: 40px;box-sizing: border-box;border-bottom: none;margin-right: 0;padding-left: 4%;}
    @keyframes searchWidth{0%{width: 54px;}100%{width: calc(100vw - 48px);}}
    .Header-website{position: static;}
    .Header-website-drop {width: 100%;left: 0;margin-left: 0;top: 60px;}
    .Header-website-drop a {height: 40px;line-height: 40px;}
    .Header-navbar ul li:hover .Header-Menu{color: #cf070a;}
    .Header-navbar ul li.ontrue .Header-Menu{color: #cf070a;}
    .Header-arrow{width: 40px;height: 40px;z-index: 2;top: 0;margin-top: 0;}
    .Header-navbar ul li.Header-hasdrop {padding-right: 0;}
    .Header-drop{position: relative;width: 100%;margin-left: 0;border-radius: 0;padding: 10px 0;left: 0;}
    .Header-drop a {padding: 0 4%;}
}


/**/
.wrap-footer {    padding: 20px 15px 1px;  background: #222222;}
.footer {position: relative;}
.footer .f_ul1 {float: left;    margin-left: 8%;}
.footer .f_ul1:first-child {margin-left: 0;} 
.footer .f_ul1 li {font-size: 13px;margin-bottom: 20px;}
.footer .f_ul1 li a {color: #bdbdbd;text-decoration: none;}
.footer .f_ul1 li:first-child {    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #b20000;
    padding-bottom: 10px;}
	
.footer .f_ul2 li:first-child {    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #b20000;
    padding-bottom: 10px;}	
	
.footer .f_ul1 li:first-child a {color: #fff;}
.footer .f_ul1 li:hover a {color: #fff;}

.footer .f_ul2 {float: left;margin-left: 0px;}
.footer .f_ul2 li {font-size: 13px;margin-bottom: 20px;padding-left: 35px;position: relative;color: #bdbdbd;}
.footer .f_ul2 li a {color: #bdbdbd;}
.footer .f_ul2 li span {display: block;font-size: 13px;margin-bottom: 8px;}
.footer .f_ul2 li i {display: block;font-size: 13px;}

.footer .f_ul2 li em {display: block;width: 20px;height: 26px;position: absolute;left: 0;top: 0;}
.footer .f_ul2 li em.em1 {background: url(../bgimg/f_icon01.png) no-repeat center;}
.footer .f_ul2 li em.em2 {background: url(../bgimg/f_icon02.png) no-repeat center;}
.footer .f_ul2 li em.em3 {background: url(../bgimg/f_icon03.png) no-repeat center;}

.footer .f_ul2 li:first-child {font-size: 16px;    margin-bottom: 16px;padding-left: 0;width: 64px;}
.footer .f_ul2 li:first-child a {color: #fff;}
.footer .f_ul2 li:hover a {color: #fff;}

.footer .f_erwm {position: absolute;right: 18px;top: 0;}
.footer .f_erwm li:first-child {
    font-size: 16px;    list-style:none;
       margin-bottom: 12px;
    padding-left: 0;
}
.footer .f_erwm li:first-child a{ color: #fff;}
.footer .f_erwm dt {width: 134px;height: 134px;}
.footer .f_erwm dt img {display: block;width: 134px;height: 134px;}
.footer .f_erwm dd {font-size: 13px;margin-top: 15px;text-align: center;color: #bdbdbd;}

.f_icp {padding: 10px 0px;background: #111111;}
.f_icp p.fl {color: #bdbdbd;font-size: 12px;}
.f_icp p.fl a {color: #bdbdbd;font-size: 12px;}
.f_icp .yqlj {height: 60px;width: 164px;position: relative;}
.f_icp .yqlj ul {display: none; position: absolute;left: 0;bottom: 60px;width: 164px;}
.f_icp .yqlj ul li {height: 30px;line-height: 30px;text-align: center;font-size: 16px;position: relative;background: #fff;}
.f_icp .yqlj ul li a {color: #333;text-decoration: none;}
.f_icp .yqlj ul li:hover {background: #10639d;}
.f_icp .yqlj ul li:hover a {color: #fff;}
.f_icp .yqlj p {width: 164px;height: 60px;line-height:60px;position: relative;text-indent: 24px;font-size: 14px;color: #bdbdbd;transition: all 0.5s;border-left: 1px solid #454545;border-right:1px solid #454545;}
.f_icp .yqlj p span {display: block;width: 17px;height: 9px;position: absolute;right: 25px;top: 28px;background: url(../bgimg/jtb01.png) no-repeat center;transition: all 0.5s;}
.f_icp .yqlj:hover p {color: #fff;}
.f_icp .yqlj:hover p span {transform: rotate(180deg);}


/*返回顶部*/
.retop ul{ overflow:hidden;}
.retop li{ float:left; margin-left:10px;}
.retop li img{ display:block;}
.rtTop{ width:43px; height:43px; overflow:hidden; position:fixed; top:80%; right:46%; margin-right:-615px; cursor:pointer;  display:none;z-index:999;}
.rtTop h4{ width:43px; height:43px; overflow:hidden; position:relative;}
.rtTop img{ display:block; position:absolute; top:0; left:0;}

/* -- 弹出窗口 -- */
#oran_full_bg{ display:none !important;}

/* tanchuang1 提交弹窗*/
.tanchuang1{width:100%;position: fixed;top: 0;left: 0;background: url(../bgimg/tanchuangbg.png);height:100%;}
.tanchuang1 .conBox{width: 400px;height: 212px;padding: 20px;background: #fff;position: absolute;left: 50%;margin-left: -220px;top: 50%;margin-top: -80px;}
.tanchuang1 .conBox .tcClose{width: 33px;height: 90px;position: absolute;right: 45px;top: -90px;cursor: pointer;z-index:999999999999999;}
.tanchuang1 .conBox .box{width: 398px;height: 190px;border: 1px solid #e5e5e5;padding-top: 20px;text-align: center;position: relative;}
.tanchuang1 .conBox .box img{display: block;width: 47px;height: 47px;margin: 0 auto;}
.tanchuang1 .conBox .box h5{font-size: 24px;color: #da251d;font-weight: bold;margin-top: 10px;}
.tanchuang1 .conBox .box p{font-size: 16px;color: #4d4d4d;margin-top: 10px;}
.tanchuang1 .conBox .box .b15{display: block;width: 150px;height: 52px;line-height: 52px;text-align: center;font-size: 18px;color: #fff;position: absolute;bottom: -1px;left: 50%;margin-left: -75px;background: #da251d;text-decoration: none;z-index:999999999999999;border:0px;}
.tanchuang2 .conBox .box a{background: #404040;}



section {
    overflow: hidden;
    position: relative;
	background:#fff;
    z-index: 9;
}

.nr-cz{
    vertical-align: middle;
    display: table-cell;
}
.nr-djz{
    position: relative;
    max-width: 1365px;
    margin: 0 auto;
}


.isotope, 
.isotope .portfolio-item, 
.isotope .post-item {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
}

.align-center{
	text-align:center;
	line-height:0;
	font-size:0;
}
.align-left{
	text-align:left;
	line-height:0;
	font-size:0;
}
.align-right{
	text-align:right;
	line-height:0;
	font-size:0;
}
.align-left li,.align-right li,.align-center li{
	display:inline-block;
}

.pagerMain{
    text-align: center;
    margin-top: 20px;
}
.pagerMain span:first-child,.pagerMain span:last-child{
	display: none;
}
.pagerMain li{ float:left;    list-style-type: none;    padding: 0 4px;
    line-height: 42px;}
.pagerMain a{
	width:auto;
	padding:0 15px;
	height:30px;
	border:1px solid #e4e4e4;
	line-height:30px;
    background: #fff;
	color:#666666;
	font-size:13px;
	display:inline-block;
	border-radius:2px;
	margin:5px;
	border-radius:4px;
}
.pagerMain a.page_current{
	color:#fff;
	background:#003f98;
	border:1px solid #003f98;
}
.pagerMain a:hover{
	background:#003f98;
	color:#fff;
}

.jjbq-box{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jjbq-box li{
    -webkit-box-flex: 0;
}

em{
	font-style:normal;
}
img{
    -webkit-user-drag: none;
    vertical-align: middle;
}
.time4{

    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}

.cz-cen {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-flex;
}
/*about*/
.about{
    width:100%;
    background: #125c9d;
    position: relative;
    padding: 55px 0;
}
.about h2{
	color:#fff;
	font-size:20px;
	line-height:30px;
	padding-bottom:10px;
	position:relative;
	text-align:left;
}
.about h2:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:35px;
	height:1px;
	background:#fff;
	display:block;
}

.about .about-box{
	width:630px;
	float:left;
	padding-right:55px;
	border-right:1px solid #417db1;
}
.about .about-box p{
    color:#fff;
    font-size:15px;
    line-height:42px;
	padding-top:20px;
}
.contacts{
	float:right;
	width:500px;
	position:relative;
}
.contacts p{
	color:#fff;
	font-size:15px;
	line-height:42px;
	padding-top:20px;
}
.contacts img{
	position:absolute;
	right:0;
	bottom:50px;
	border-radius:5px;
}

.ho_til{
    width: 100%;
    text-align: center;
    margin: 40px 0 20px 0;
}
.ho_til h2{
    color: #ebebeb;
    font-size:45px;
    line-height: 45px;
}
.ho_til h4{
    color: #333333;
    font-size: 26px;
	line-height: 24px;
	position: relative;
	top: -20px;
	padding-bottom: 15px;
}
.ho_til h4::after{
	content: "";
	position: absolute;
	width: 50px;
	height: 4px;
	background: #2160b5;
	border-radius: 5px;
	left: 50%;
	margin-left: -25px;
	bottom: 0;
}

/*下一篇、下一篇*/
.gduo{ line-height:30px; background:#f7f7f7; overflow:hidden; margin:15px 0px; padding:0 10px;}
.gduo span{ overflow:hidden; height:30px; display:block;}
.gduo a{  color:#7e8391;}
.cpxq_h4{margin:0 auto;width:1200px;}
.cpxq_h4n p{
    font-size: 20px;
    line-height: 46px;
    color:#fff;
    float: left;
    padding-right:50px;
    padding-left: 15px;
    background:url(../bgimg/idx_h2a1.png) no-repeat;
    background-size:100% 100%;
}
.cpxq_h4n p em{
    color: #ddd;
    font-size: 14px;
    vertical-align: bottom;
    display: inline-block;
    line-height: 35px;
    text-transform: uppercase;
    margin-left: 10px;
}
.cpxq_h4n{background-color:#e4e4e4;    margin-top: 20px;}

.cpxq_h4c ul li{
         width: 46%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ddd;
     margin: 2%; }
.cpxq_h4c ul li:last-child{margin-right: 0;}
.cpxq_h4c ul li span{
    display: flex;
    text-align: center;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;}
.cpxq_h4c ul li span img{
    transition: 1s all;
	max-width: 100%;
}
.cpxq_h4c ul li:hover span img{transform: scale(1.1);}
.cpxq_h4c ul li p{
    color: #333333;
    font-size: 15px;
    height: 30px;
	line-height:30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    padding-bottom: 10px;}
.cpxq_h4c ul li em{
    display: block;
    width: 110px;
    height: 30px;
    line-height: 30px;
    color: #333333;
    background-color: #f1f1f1;
    margin: 0 auto;
    border-radius: 15px;
    font-size: 14px;
    transition: all 0.5s;
       margin-bottom: 14px;}
.cpxq_h4c ul li:hover p{color:#98b630;}
.cpxq_h4c ul li:hover em{background-color:#98b630;color:#fff;}
.cpxq_h4c{    padding-top: 12px;
   }
.tjzx_3 li{
    width: 100%;
    float: left;
    margin-right: 40px;}
.tjzx_3 li:nth-child(2n){
    margin-right: 0;
}
.tjzx_3 li a span{
    float:right;
    color: #999999;
    font-size: 13px;}
.tjzx_3 li a{
    line-height: 40px;
    border-bottom: 1px dashed #e7e7e7;
    display: block;
    height:40px;
    position: relative;
}
.tjzx_3 li a em{
    color: #333333;
    font-size: 14px;
    display: block;
    float: left;
   width: 70%;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent:15px;
}
.tjzx_3{
    padding-bottom:10px;
    padding-top:10px;
}
.tjzx_3 li:hover a em{color:#1f4f9c;}
.tjzx_3 li a:before{
    content:"";
    display: block;
    position: absolute;
    top:18px;
    left:0;
    width:6px;
    height:6px;
    background:url(../bgimg/xwxq_a4.jpg) no-repeat!important;
}
.product_description {
    text-align:center;
}
.product_internal {
    margin: 20px 0 14px 0px;
    border: 1px solid #cdcdcd;
    line-height: 36px;
    border-radius: 5px;
}

.product_pre{
	display: inline-block;
    margin-left: 10px;
}
.product_pre div{
	float:left;
	width: 580px;
}

.product_pre:after{
	display: block;
    visibility: hidden;
    clear: both;
    content: "";
    height: 0;
}

.product_next{
	display: inline-block;
    float: right;
    margin-right: 10px;
    font-size: 14px;
}

.product_next:after{
	display: block;
    visibility: hidden;
    content: ".";
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}