@charset "utf-8";

* { margin: 0; padding: 0 }
body { font: 16px "Microsoft YaHei", Arial, Helvetica, sans-serif; color: #000; background: #fff; }
img { border: 0; display: block }
ul, li { list-style: none; }
a { text-decoration: none; color: #000; }

input, textarea {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: 0 0;
    vertical-align: middle;
}
a:hover { color: #000; text-decoration: none; }
.clear { clear: both; width: 100%; overflow: hidden; height: 14px }
.clearblank { clear: both; width: 100%; overflow: hidden; }
.fl { float: left!important; }
.fr { float: right!important; }
.box { width: 1360px; overflow: hidden; margin: auto }

/*header*/
header {  top: 0; width: 100%;line-height:66px; text-align: center; z-index: 9999; position: fixed;background-color: #FFFFFF;}
/* Slide transitions */
.slideUp { -webkit-transform: translateY(-100px); -ms-transform: translateY(-100px); -o-transform: translateY(-100px); transform: translateY(-100px); -webkit-transition: transform .5s ease-out; -o-transition: transform .5s ease-out; transition: transform .5s ease-out; }
.slideDown { -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition: transform .5s ease-out; -o-transition: transform .5s ease-out; transition: transform .5s ease-out; background: rgb(0, 0, 0, .5); box-shadow: 0px 5px 9px 1px rgba(144, 161, 180, 0.2); }
.white-bg.slideDown { background: #0f1f2b !important; }
.logo { float: left }
.logo  img {width: 70%;}

/*nav*/
nav { float: left; }
nav li { display: inline-block; margin-left: 70px }
nav li a { color: #000000;font-size: 18px;}
nav li a:hover { color: #f36e24; }

nav li .on{color: #f36e24;}

nav li .on::after{display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #f36e24;
    margin: 0 auto;
    }
#selected { color: #f22645; }
.white-bg #starlist li a { color: #4A4A4A }
.white-bg #starlist li a#selected, .white-bg #starlist li a:hover { color: #f22645; }
#mnavh { display: none; width: 30px; height: 40px; float: right; text-align: center; padding: 0 5px }
.navicon { display: block; position: relative; width: 30px; height: 5px; background-color: #FFFFFF; margin-top: 20px }
.navicon:before, .navicon:after { content: ''; display: block; width: 30px; height: 5px; position: absolute; background: #FFFFFF; -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms; }
.navicon:before { margin-top: -10px; }
.navicon:after { margin-top: 10px; }
.open .navicon { background: none }
.open .navicon:before { margin-top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.open .navicon:after { margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.open .navicon:before, .open .navicon:after { content: ''; display: block; width: 30px; height: 5px; position: absolute; background: #fff; }
/*banner*/
.banner { background: url(../images/bg.jpg) no-repeat center center; background-size: cover; height: 890px; text-align: center; color: #fff; font-size: 18px; width: 100%; overflow: hidden }
.banner li:nth-child(1), .banner li:nth-child(2) { font-size: 48px; font-weight: bold; }
.banner li:nth-child(2) { margin-bottom: 30px }
.banner li:nth-child(3), .banner li:nth-child(4) { line-height: 1.9 }
.banner em { color: #f22645; font-style: normal; }
.banner ul { position: absolute; top: 30%; width: 100% }

.service{box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;border-radius: 30px;margin-top: 80px;}
.cpfw{background: url(../images/cpbj.jpg) no-repeat bottom;height: 500px;}
.con-btn { font-size: 16px; height: 50px; width: 210px; text-align: center; line-height: 50px; display: block; margin: 30px auto 0; border-radius: 50px; background-color: #f22645; color: #fff; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.con-btn:hover { background: #fff; color: #f22645; }
/*advantage*/
.advantage { color: #666; font-size: 16px; line-height: 26px;  margin: auto;  position: relative;border-radius: 30px;overflow: hidden; background: url(../images/ulbj.jpg) no-repeat left;display: block;height: 350px;}

.advantage .cprt{width: 18%;float: left;}

.advantage .cprt p{color: #FFFFFF;font-size: 30px;font-weight: normal;margin-top: 55%;}

.advantage .cprt h5{color: #FFFFFF;text-align: center;font-weight: normal;}
.advantage ul {  width: 82%;}
.advantage li { width: 33.3%; float: left; text-align: center;margin-top: 2.5%; }

.advantage li section { margin: 10px; padding: 10px 10px; }
.advantage li section img { margin: auto; height: 100px; }
.advantage p { font-size: 18px; margin: 20px 0 20px 0;  font-weight: bold;text-align: center;color: #000000;}

.advantage span{line-height: 35px;text-align: center!important;color: #000000;}
/*h-title*/
.h-title { text-align: center;margin-top: 30px; }
.h-title h2 { font-size: 36px; padding-top: 30px; margin-bottom: 10px;font-weight: 400;color: #484848; }
.h-title span { color: #484848; display: block; margin-bottom: 20px; font-size: 16px; line-height: 22px;  margin: 0 auto 20px;text-transform: uppercase; }

.h-title span:after {
    display: block;
    content: '';
    width: 80px;
    height: 2px;
    background: #474747;
    margin: 0 auto;
    margin-top: 17px;
}



 .solutions-ul{padding: 3% 0 0 0;margin-left: 7%;}
 .solutions-ul li{margin-bottom: 2%;align-items: center;background: url(../images/yslibj.png) no-repeat;height: 230px;}
 .solutions-ul li .ico{width: 20%;float: left;}
 
 .solutions-ul li .ico img{width: 60%;margin-left: 20%;margin-top: 14%;}
 
 .solutions-ul li:nth-child(even) {margin-left: 100px;}
 .solutions-ul li .ico i{width: 80px;height: 80px;background-color: #118c3c;border-radius: 50%;text-align: center;display: block;color: #fff;font-size: 5.5rem;line-height: 80px;}
 .solutions-ul li .info{padding-left:6%;width: 50%;float: left;margin-top: 4%;}
 .solutions-ul li .info h4{font-size: 22px;font-weight: 600;color: #444;margin-bottom: 10px;}
 .solutions-ul li .info p{font-size: 16px;color: #666;line-height: 25px;}


.h-title2 { text-align: center;margin-top: 30px; }
.h-title2 h2 { font-size: 36px; padding-top: 30px; margin-bottom: 10px;font-weight: 400;color: #FFFFFF; }
.h-title2 span { color: #FFFFFF; display: block; margin-bottom: 20px; font-size: 16px; line-height: 22px;  margin: 0 auto 20px;text-transform: uppercase; }

.h-title2 span:after {
    display: block;
    content: '';
    width: 80px;
    height: 2px;
    background: #FFFFFF;
    margin: 0 auto;
    margin-top: 17px;
}


/*service-a*/
.service-a, .service-b { overflow: hidden; margin-bottom: 60px;margin-top: 60px; }
.service-a li, .service-b li { width: 33.3%; float: left; text-align: center; }
.service-a section { overflow: hidden;  margin: 0 20px;background-color:#ededed;border-radius: 20px; height: 559px; }
.service-a i { display: block; font-size: 18px;font-style: normal;font-weight: 500;line-height: 50px; }
.service-a img {border-radius: 20px 20px 0 0px;width: 100%; }
.service-a p, .service-b p { font-size: 18px; margin-bottom: 10px;text-align: left;font-weight: bold;color: #FFFFFF;text-align: center; background: url(../images/btbj.png) no-repeat top center;width: 60%;margin: 0 auto;background-size: 100% 100%;height: 50px;line-height: 50px;margin-top:30px;letter-spacing:0.2em;}



.service-a span, .service-b span { margin-bottom: 20px; display: block;  font-size: 16px; overflow: hidden;   -webkit-line-clamp: 2;text-align: left;line-height: 30px;color: #484848;text-align: center; width: 100%; }
.service-b section { overflow: hidden; margin: 0 10px; }
.service-b i { display: block; margin-bottom: 20px; }
.service-b img { margin: auto }
/*case-list*/

.case{background: url(../images/ysbj.jpg) no-repeat top center;}
.case-list ul { margin-bottom: 40px; overflow: hidden; }
.case-list li { float: left; position: relative; transition: .5s; overflow: hidden; height: 280px }
.case-list li:nth-child(1), .case-list li:nth-child(2), .case-list li:nth-child(5), .case-list li:nth-child(6) { width: 25% }
.case-list li:nth-child(3), .case-list li:nth-child(4) { width: 50% }
.case-list li .ps-img { width: 100%; min-height: 100%; }
.case-list li:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,.2); display: block; transition: .5s; }
.case-list li:hover:after { background: rgb(242, 38, 69, .8); }
.case-list li h3 { position: absolute; display: block; width: 100%; text-align: center; font-size: 16px; color: #fff; z-index: 9; transition: .5s; top: 40%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.case-list p { position: absolute; opacity: 0; text-align: center; top: 50%; font-size: 14px; color: #fff; z-index: 9; padding: 0 30px; line-height: 24px; height: 48px; transition: .5s; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.case-list li:hover p { opacity: 1 }
.item-link { position: absolute; bottom: 30px; left: 0; right: 0; display: block; border: 1px solid #ffffff; width: 120px; height: 36px; line-height: 36px; font-size: 14px; color: #ffffff; margin: 20px auto; z-index: 9999; opacity: 0; text-align: center; transition: .5s; }
.case-list li:hover .item-link { opacity: 1; background: #ffffff; color: #535655; }
.case-list li:hover h3 { top: 20% }
.case-list li:hover p { top: 40% }
.bth-text { font-size: 16px; width: 200px; height: 46px; line-height: 46px; margin: auto; display: block; text-align: center; border-radius: 50px; border: #ccc 1px solid; transition: .5s; background: #fff; }
.bth-text:hover { color: #fff; background: #f22645; border: #f22645 1px solid }
/*about*/
.about-section {  overflow: hidden; width: 100%; margin: 60px 0;min-height: 500px;  }
.about { background: url(../images/about-right.jpg) repeat-x; background-size: 100% 100%; width: 50%; float: right; height: 100%; color: #fff }
.about h2 { font-size: 36px; margin: 100px 0 40px 50px; }
.about p { width: 500px; margin-left: 50px; line-height: 24px; font-size: 14px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 5; }
.btn-blue { background: #0f364b; color: #fff; border: #0f364b 1px solid; margin: 50px 0 0 50px }
.btn-blue:hover { background: #fff; color: #0f364b; border: #fff 1px solid; }
/*news*/
.news { margin-bottom: 60px }
.news-list { }
.news-list li { overflow: hidden; margin: 30px 0; border-bottom: #ccc 1px dotted; padding-bottom: 30px; }
.news-list li a { display: block; overflow: hidden; }
.news-list li i { width: 212px; height: 130px; display: block; float: left; overflow: hidden; margin-right: 20px; }
.news-list i img { width: 100%; transition: .5s; height:95%}
.news-list h2 { font-size: 20px; font-weight: normal; margin-right: 240px; margin-bottom: 10px; background-color: white; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; }
.news-list p { font-size: 14px; color: #666; margin-right: 240px; line-height: 22px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; }
.news-list span { display: block; float: right; width: 128px; height: 128px; text-align: center; border: 1px solid #ccc; color: #666; }
.news-list span b { font-size: 48px; color: #333; font-weight: normal; display: block; margin-top: 16px; }
.news-list li:hover img { transform: scale(1.1) }
.news-list li:hover h2 { color: #036 }

.zx{background: url(../images/zxbj.jpg) no-repeat center center;}

.zx img {display: block;margin: 0 auto;}
/*footer*/
footer { background: #0f1f2b; color: #a1afb8; padding: 50px 0; font-size: 14px; }
.end-logo { margin-bottom: 20px }
.end-nav { margin-bottom: 30px }
.end-nav li { display: inline; margin-right: 20px; padding-right: 20px; position: relative }
.end-nav li:after { position: absolute; content: ""; width: 1px; background: #a1afb8; right: 0; bottom: 0; height: 16px; }
.end-nav a { color: #fff }
.copyright a { color: #a1afb8; }
.ft-img { float: right; text-align: center;width: 100%;}
.ft-img li { display: inline-block; width: 50%;float: left; }

.ft-img li p{color: #444444;writing-mode: vertical-rl;width: 20%;float: left;margin-right: 10px;text-align: center;font-size: 16px;margin-top: 10px;margin-left: 60px;}
.ft-img img { width: 140px; margin-bottom: 10px;float: right; }
/*list-bg*/
.list-bg { background: url(../images/list-bg.png) no-repeat; background-size: cover; background-position: center; height: 100vh; transition: all 0.3s ease-in-out; }
.list-title { font-size:18px; background: url(../images/title-bg.png) no-repeat top center; padding-top: 20px; margin-bottom: 40px; text-align: center }
.list-nav{width:100%;}
.list-nav ul li{ font-size:18px; background: url(../images/title-bg2.png) no-repeat top center; padding-top:10px; margin: 20px 10px; text-align: center ;display:back;width:90px;float:left;}
/*page-nav*/
.page-nav { color: #666; font-size: 14px; margin: 20px 0 }
.page-nav a { color: #666 }
.page-nav a:hover { color: #f22645 }
.page-about { margin-bottom: 40px }

/*分页*/
.wp-pagenavi {CLEAR: both}
.wp-pagenavi A {BORDER-RIGHT: #bfbfbf 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #bfbfbf 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; MARGIN: 2px; BORDER-LEFT: #bfbfbf 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #bfbfbf 1px solid; TEXT-DECORATION: none}
.wp-pagenavi SPAN {BORDER-RIGHT: #bfbfbf 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #bfbfbf 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; MARGIN: 2px; BORDER-LEFT: #bfbfbf 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #bfbfbf 1px solid; TEXT-DECORATION: none}
.wp-pagenavi A:hover {BORDER-LEFT-COLOR: #000; BORDER-BOTTOM-COLOR: #000; BORDER-TOP-COLOR: #000; BORDER-RIGHT-COLOR: #000}
.wp-pagenavi SPAN.current {BORDER-LEFT-COLOR: #000; BORDER-BOTTOM-COLOR: #000; BORDER-TOP-COLOR: #000; BORDER-RIGHT-COLOR: #000}
.wp-pagenavi SPAN.current {FONT-WEIGHT: bold}
/*content*/
.content { color: #444; line-height: 26px; margin: 30px 0 }
.content p { margin-bottom: 20px }
.content img { max-width: 100% !important; margin: auto; }
.content h2, .content h3, .content h4, .content h5, .content h6, .content h1 { margin-bottom: 20px; font-size: 20px; }
/*pagelist*/
.pagelist { text-align: center; color: #666; width: 100%; clear: both; margin: 0 0 10px; }
.pagelist a { color: #fff; margin: 0 5px 10px; padding: 5px 10px; background: #1c2327; display: inline-block; }
.pagelist a:nth-child(1) { background: none; margin: 0; padding: 0 50px 0 0; position: relative; color: #000; display: none; }
.pagelist a:nth-child(1):after { position: absolute; content: "篇文章"; right: 0; bottom: 0 }
.pagelist a:nth-child(1):hover { background: none; color: #666 }
.pagelist a:hover, .pagelist > b { color: #FFF; background: #d61a1a; }
.pagelist > b { padding: 5px 10px; }
a.curPage { color: #ffffff; font-weight: bold; background: #000; }
/*page-case-list*/
ul.page-case-list li { display: inline-block; width: 33.3333%; overflow: hidden; float: left; margin-bottom: 20px; }
ul.page-case-list li:hover h3 { color: #f22645 }
ul.page-case-list li a { display: block; margin: 30px; overflow: hidden; }
ul.page-case-list li i { display: block; margin-bottom: 10px; height: 280px; overflow: hidden; transition: 1s; background: rgba(0,0,0,1) }
ul.page-case-list li i img { height: 100%; min-width: 100%; transition: 1s; opacity: .7 }
ul.page-case-list li:hover img { transform: scale(1.1); opacity: 1 }
ul.page-case-list h3 { margin-bottom: 10px; font-size: 16px; font-weight: normal; color: #222; }
ul.page-case-list p { color: #666; font-size: 14px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; }
ul.page-case-list span { color: #999; font-size: 14px; margin-top: 10px; display: block }
/* support */
.tell { text-align: center; background: url(../images/tell.jpg) no-repeat top center; padding-top: 100px }
.tell-tit h2 { font-size: 24px; color: #373d41; line-height: 38px; font-weight: 400; }
.tell-tit p { font-size: 14px; color: #777f84; line-height: 28px; }
.kefu { overflow: hidden; }
.kefu li { width: 33.333%; float: left; }
.kefu li a { display: block; margin: 20px; overflow: hidden; border: 1px solid #c5d8d8; padding-bottom: 10px; }
.kefu li h3 { margin: 10px 0; text-align: center; }
.kefu li img { margin: auto; max-width: 100%; }
.kefu p { font-size: 14px; color: #a9b0b4; line-height: 18px; font-weight: 400; text-align: center; padding: 0 20px; }
ul.form-sq { width: 500px; margin: 30px auto; border-radius: 3px; overflow: hidden; padding: 20px; }
ul.form-sq li { margin-bottom: 10px; line-height: 36px; }
ul.form-sq li input { display: block; line-height: 34px; width: 100%; text-indent: 1em; border-radius: 3px; border: #e0e0e0 1px solid; outline: none; }
ul.form-sq li textarea { display: block; line-height: 24px; width: 100%; text-indent: 1em; border-radius: 3px; border: #e0e0e0 1px solid; outline: none; }
ul.form-sq input[type="submit"] { display: block; margin: 30px auto 0; width: 200px; line-height: 40px; font-size: 16px; height: 40px; background: #d61a1a; color: #fff; border: none; border-radius: 5px; }
ul.form-sq h2 { text-align: center; font-size: 24px; margin-bottom: 30px; }
ul.form-sq small { text-align: center; display: block; margin-bottom: 30px; }
/*search*/
.search { margin: 30px auto; border: #ccc 1px solid; overflow: hidden;background-color: #FFFFFF; }
.search input.input_submit { border: 0; background: url(../images/searchbg.png) no-repeat center; width: 15%; height: 36px; line-height: 36px; float: right; }
.search input.input_text { border: 0; line-height: 36px; height: 36px; width: 72%; padding-left: 10px; outline: none; float: left; }
/*tjnews*/
.right-box { float: right; width: 260px; background: #fff; }
.tjnews { border-top: 1px solid #f0f2f5; }
.tjnews h2 { color: #444; font-weight: normal; font-size: 18px; margin: 10px 0 }
.tjnews ul { border: #f0f2f5 1px solid; }
.tjnews ul li { padding: 15px 20px; border-bottom: #f0f2f5 1px solid; font-size: 14px; }
.tjnews ul li:last-child { border-bottom: none }
.tjnews ul li a { color: #444 }
/*left-box*/
.left-box { margin-right: 300px }
/*nextinfo*/
.nextinfo { overflow: hidden; margin: 20px 0; }
.nextinfo li { width: 50%; float: left; line-height: 40px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.nextinfo li:last-child { float: right }
.nextinfo li a:hover { color: #f22645; }
.news-info { margin: 10px 0; border: 1px solid #e4eaec; padding: 10px; color: #666; overflow: hidden; font-size: 14px; }
.news-info a { color: #666 }
.news-info a:hover { color: #f22645; }
.news-info p { line-height: 30px; word-break: break-all; }
.news-info i { display: block; float: right; width: 100px; overflow: hidden; font-style: normal; text-align: center; font-size: 12px; }
.news-info i img { width: 100%; }


.zyyw{margin-top: 80px;}

.zyywleft{width: 20%;float: left;}

.zyywleft img{width: 100%;}
.zyywright{width: 77%;float: left;margin-left: 3%;}
.zyywright .toptitle{width: 300px;height: 40px;background-color: #10477d;color: #FFFFFF;border-radius: 30px;text-align: center;line-height: 40px;font-size: 24px;
margin-bottom: 30px;background: url(../images/titlebj.png) no-repeat left;background-size: cover;
}


	.m2_a_left{float: right;width: 65%;margin-top: 50px;margin-left: 30px;margin-right: 30px;}
					.m2_a_left h3{font-size: 30px;line-height: 80px;color: #FFFFFF;text-indent: 1em;
					background: url(../images/titlebj.png) no-repeat left;
					
					}
					.m2_nr{font-size: 16px;color: #808080;line-height: 29px;margin-top: 20px;}
		
		
			.ma_di{float: left;width: 96%;margin-left: 30px;margin-right: 30px;}			
			.m2_nr p{text-indent: 4rem;line-height: 38px;}		
					
					.m2_a_right{float:left;height:100%;position: absolute;}
					
					.m2_a_right img{height: 300px;margin-top: -50px;margin-left: 30px;}
					.m2_about{margin-top: 40px;background-color: #ededed;border-radius: 30px;height: 440px;}

.i_box1 {
  width: 100%;
 
 
}



.i_box1 ul li {
  width: 48%;
  background: #ededed;
  float: left;
  margin: 1%;
  border-radius: 30px;
  margin-bottom: 30px;
 
 height: 220px;
}

.i_box1 ul li .text {
  padding: 10px 19px;
  height: 220px;
}
.i_box1 ul li .title{height: auto;overflow: hidden;}
.i_box1 ul li .title img {
  display: block;
 width: 40px;
 height: 37px;
 float: left;
 margin-right: 10px;
}

.i_box1 ul li span {
  font-size: 18px;
  display: block;
  font-weight: bold;
  color: #484848;
  padding-left: 10px;
  margin: 5px 10px  25px 0;
}

.i_box1 ul li p {
  font-size: 16px;
  color: #484848;
  display: block;
  line-height: 35px;
}
 .i_box1 ul li p  i{font-style: normal; /* color: #e94b35; */} 
.i_box1 ul li a {
  width: 42px;
  height: 42px;
  display: block;
  margin-top: 15px;
  background: url(../images/ic5.png) no-repeat center;
}

.i_box1 ul li em {
  width: 100%;
  height: 40px;
  background: #fff;
  display: block;
}

 .fleft
{
    float: left;
    overflow: hidden;

    width: 50%;
}
 .fleft ul
{
    font-size: 0;

  
}
@media (max-width: 1560px)
{
     .fleft ul
    {
      
    }
}
 .fleft ul li
{
    display: inline-block;

  
    margin-top: 16px;
   
}
@media (max-width: 1560px)
{
    .fleft ul li
    {
        min-width: 20%;
       
    }
}
 .fleft ul li p
{
    font-size: 16px;
    line-height: 2;
    position: relative;
    margin: 0;
    padding-left: 50px;
    color: #444444;
}
@media (max-width: 1560px)
{
    .fleft ul li p
    {
        font-size: 15px;
    }
}
 .fleft ul li p:before
{
	
	width: 45px;
	height: 36px;
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 30px;
    position: absolute;
	
    top: 0;
    left: 0;
    /* content: '\e62f'; */
}
 .fleft ul li p.tel:before
{
   background: url(../images/c-postion.png) no-repeat center;content: ""; display: inline-block; 
background-size:cover}

.fleft ul li p.albb:before{ background: url(../images/albb.png) no-repeat center;content: ""; display: inline-block; 
background-size:cover}}
 .fleft ul li p.address:before
{
    content: '\e63e';
}
 .fleft ul li p.skype:before
{
   background: url(../images/c-qq.png) no-repeat center;content: ""; display: inline-block;
   background-size:cover}
 .fleft ul li p.fax:before
{
   background: url(../images/c-tell.png) no-repeat center;content: ""; display: inline-block;
   background-size:cover}
}


.bottom_main{width: 100%;background: #dbdbdb;padding-bottom: 80px;}
.bottom_main .footer{padding-top: 0;}
.bottom_main .bott_nav{border-bottom: 1px solid #444444;line-height: 60px;margin-bottom: 40px;height: 60px;margin-top: 80px;}
.bottom_main .bott_nav span{display: inline-block;color: #fff;font-size: 16px;font-weight: bold;}
.bottom_main .bott_nav a{display: inline-block;color: #fff;padding-right: 10px;}
.bottom_main .left{float:left;width:400px;}
.bottom_main .left .bLogo{display:block;height: 100px;cursor: pointer;}
.bottom_main .left .bLogo img{display:block;height: 60px;overflow:hidden;}
.bottom_main .left .bLogo img:hover{filter:brightness(105%);-webkit-filter:brightness(105%);}
.bottom_main .left .bNav{margin-top:26px;}
.bottom_main .left .bNav a{margin-right:50px;margin-bottom:12px;float:left;font-size:14px;line-height:14px;color:#ccc;}
.bottom_main .left .bNav a:nth-child(4n){margin-right:0;}
.bottom_main .left .bNav a:hover{color:#fff;}
.bottom_main .right{float:right;width: 40%;right: 0px;}
.bottom_main .ewm{float:left;display:block;width:200px;height:200px;border:3px solid #999;background:pink;}
.bottom_main .ewm img{display:block;width:200px;height:200px;}
.bottom_main .bInfo{float:left;width:50%;float: left;}
.bottom_main .bInfo .telM{padding-left:55px;background:url("../images/tel3.png") no-repeat left center;background-size:45px 45px;}
.bottom_main .bInfo .telM .tx{padding-top:6px;font-size:14px;line-height:14px;color:#fff;}
.bottom_main .bInfo .telM .webTel{margin-top:12px;font-size:26px;line-height:24px;color:#FFF4F5;}
.bottom_main .bInfo .contact{}
.bottom_main .bInfo .contact .tx{padding-top:6px;font-size:14px;line-height:34px;color:#fff;}
.bottom_main .bInfo .contact .address{margin-top:11px;font-size:14px;line-height:16px;color:#FFF4F5;}
.bottom_copy .w1200 div{text-align: left;}
.bottom_copy{width: 100%;height: 50px;line-height: 50px;color: #ccc;font-size: 12px;text-align:center;background:#004980;}
.bottom_copy span{display:inline-block;padding-left:8px;}
.bottom_copy a{display:inline-block;color: #ccc;}
.bottom_copy a:hover{opacity:0.9;filter:alpha(opacity=90);color:#fff;}
.bottom_copy .copy{float:right;}
.bottom_copy .copy1{text-align: center;font-size: 14px;}
.ewmbox{width: 300px;height: 320px;padding-top: 20px;background: #fff;z-index: 9999;position: fixed;left: 50%;top: 50%;margin: -170px 0 0 -150px;text-align: center;font-size: 16px;display: none;}
.ewmbox .close{width: 32px;height: 32px;position: absolute;top: -25px;right: -40px;cursor: pointer;border-radius: 100%;background: #f3f3f3 url(../images/dialogclose.png) no-repeat center center;transition: all ease 300ms;}
.ewmbox .close:hover{transform: rotate(180deg);}
.ewmbox img{width: 260px;height: 260px;display: block;margin: 0 auto 10px;}



.iBanner{}
.iBanner .img img{  height:100%;  display:block;transition: all 5s;}

.iBanner .swiper-slide.swiper-slide-active img {
    transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
}

.iBanner .swiperDots{ display:block; bottom:0px;}
.iBanner .swiperDots span{ height:50px; width:35px; background:none !important; position:relative; box-shadow:none;}
.iBanner .swiperDots span:before{ content:''; width:100%; height:1px; position:absolute; left:0px; top:3px; right:0px; background:#fff;}
.iBanner .swiperDots span:after{ content:''; width:0%; height:1px; position:absolute; left:0px; top:3px; background:#4c87ff;}
.iBanner .swiperDots span.swiper-pagination-bullet-active{ width:75px;}
.iBanner .swiperDots span.swiper-pagination-bullet-active:after{ width:100%; transition:width linear 8000ms;}
.iBanner .swiperDots:hover span:before,
.iBanner .swiperDots:hover span:after{ height:3px; top:0px;}
.iBanner .swiperArrow{ display:block; color:#fff;border: 1px solid #FFFFFF;border-radius: 50%;}
.iBanner .swiperPrev{ left:50px;}
.iBanner .swiperNext{ right:50px;}
.iBanner .swiperArrow:hover{ color:#0040a9;background-color: #FFFFFF;}


.pageNext{ position:absolute; right:140px; bottom:40px; z-index:2; cursor:pointer; width:25px; height:40px; display:none;}
.pageNext .pd{ position:relative; width:21px; height:36px; border:2px solid #fff; border-radius:12px;}
.pageNext span{ width:3px; height:3px; border-radius:1.5px; position:absolute; left:50%; top:50%; background:#fff; margin-left:-1.5px; transition:1s all ease;}
.pageNext span:nth-child(1){ margin-top:-3px;}
.pageNext span:nth-child(2){ margin-top:5px;}
.pageNext span:nth-child(3){ margin-top:-11px;}
.pageNext span.curr{ height:7px; transform:translateY(-2px);}


.owl-nav {
    position: absolute;
    width: 170px;
    height: 45px;
    bottom: 20%;
    left: 18%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
	z-index: 9999;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}


   .brand_div_div{
        width: 1360px;
		margin: 0 auto;
        position: relative;
		margin-bottom: 80px;
    }
    .brand_div_div_img{
        width: 100%;
    }
    .brand_div_div_div{
        width: 100%;
        height: 469px;
      
      
        position: absolute;
        top: 80px;
        left: 0;
       
    }
    .brand_div_div_div_ul{
        
    }
	
	.brand_div_div_div_ul li {width: 32.3%;float: left;color: #FFFFFF;margin-bottom: 50px;text-align: center;border-right: 3px solid #FFFFFF;}
	
	.brand_div_div_div_ul li:last-child{border-right: none;}
	
	.brand_div_div_div_ul li h3{font-size: 36px;font-weight: bold;line-height: 50px;}
	
		.brand_div_div_div_ul li p{font-size: 20px;line-height: 50px;}
	
    .brand_div_div_div_p{
        font-size: 15px;
        color: #555;
        margin-top: 25px;
        line-height: 1.8;
    }
	
	.bottom_main{background-color: #dbdbdb;padding-bottom: 30px;}
	
	.contact-left {float: left;width: 750px;}
	.contact-left .tel {font-size: 20px;margin-bottom: 30px;}
	.contact-left .tel strong {font-family: Impact;font-size: 34px;color: #e62022;}
	.contact-left li {background: no-repeat 0 0;border-bottom: 1px dashed #cac9c9;padding-left: 45px;font-size: 18px;padding-bottom: 15px;margin-bottom: 15px;line-height: 1.8;}
	.contact-left li.i1 {background-image: url(../images/conatct_icon2.png);}
	.contact-left li.i2 {background-image: url(../images/conatct_icon3.png);}
	.contact-left li.i3 {background-image: url(../images/zuoxi.png);}
	.contact-left li.i4 {background-image: url(../images/conatct_icon1.png);}
	
	.contact-right {float: right;width: 500px;}
	.contact-right .tit {font-size: 16px;}
	.contact-right .tit img {vertical-align: middle;}
	.contact-right dl {margin: 20px 0 0;overflow: hidden;width: 50%;float: left;}
	.contact-right dt {width: 200px;border: 1px solid #ebebeb;}
	
	.contact-right dt img{width: 100%;}
	.contact-right dd {text-align: center;width: 200px;margin-top: 20px;}
	.contact-right dd h4 {font-size: 18px;font-weight: normal;margin: 0;}
	.contact-right dd p {margin: 15px 0 0;font-size: 16px;color: #999;}
	
		.search {
			margin: 0 auto;
			width: 800px;
			height: 40px;
			margin-top: 10px;
			border: 2px solid #ff5318;
			border-radius: 20px;
		}
		option {border: none;
}
		.search_tow {
			border: none;
			width: 150px;
			color: #777777;
			font-size: 13px;
			padding-left: 10px;
			height: 40px;
			background: none;
		}
		.search_button {
			background: url(../images/btn.png) no-repeat center center;
			cursor: pointer;
			width: 50px;
			height: 40px;
			position: absolute;
			right: 0px;
			border: none;
		}
		#SearchType {
			width: 60px;
			height: 30px;
			line-height: 30px;
			border: none;
			color: #ffffff;
			text-indent: 8px;
			background: #e60212;
			border-radius: 5px;
			margin: 5px 0 0 6px;
		}
		#typeid {
			width: 82px;
			height: 30px;
			line-height: 30px;
			border: none;
			color: #ffffff;
			text-indent: 8px;
			background: #e60212;
			border-radius: 5px;
			margin: 5px 0 0 6px;
		}
		
		
	
		.search-select {
		    width: 180px;float: left;
			border-right: 1px solid #ff5318;
			line-height: 40px;
			text-align: center;
		}
		 .search-select .form-select {
		    border: 0;
			width: 180px;
			
			height: 40px;
		
		    border-radius: 0;
		 font-size: 16px;
		    color: inherit;
		    background-color: transparent;
			text-align: center;
		   
		}
		select {
			border: none;
		    writing-mode: horizontal-tb !important;
		    font-style: ;
		    font-variant-ligatures: ;
		    font-variant-caps: ;
		    font-variant-numeric: ;
		    font-variant-east-asian: ;
		    font-weight: ;
		    font-stretch: ;
		    font-size: ;
		    font-family: ;
		    text-rendering: auto;
		    color: fieldtext;
		    letter-spacing: normal;
		    word-spacing: normal;
		    line-height: normal;
		    text-transform: none;
		    text-indent: 0px;
		    text-shadow: none;
		    display: inline-block;
		    text-align: start;
		    appearance: auto;
		    box-sizing: border-box;
		    align-items: center;
		    white-space: pre;
		    -webkit-rtl-ordering: logical;
		    background-color: field;
		    cursor: default;
		    margin: 0em;
		    border-width: 1px;
		    border-style: solid;
		    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
		    border-image: initial;
		    border-radius: 0px;
		}
		.level-0{border: none;}
		.search_tow {
			border: none;
			width: 700px;
			color: #777777;
			font-size: 13px;
			padding-left: 10px;
			height: 40px;
			background: none;
			float: left;
		}
		.search_button {
			background: url(../images/btn.png) no-repeat center center;
			cursor: pointer;
			width: 50px;
			height: 40px;
			position: absolute;
			right: 0px;
			border: none;
		}
		#SearchType {
			width: 60px;
			height: 30px;
			line-height: 30px;
			border: none;
			color: #ffffff;
			text-indent: 8px;
			background: #e60212;
			border-radius: 5px;
			margin: 5px 0 0 6px;
		}
		#typeid {
			width: 82px;
			height: 30px;
			line-height: 30px;
			border: none;
			color: #ffffff;
			text-indent: 8px;
			background: #e60212;
			border-radius: 5px;
			margin: 5px 0 0 6px;
		}
		.search {
			position: relative;
			background-color: #FFFFFF;
		}
		
		.language {
		    width: 180px;
		    height: 20px;
		
		    text-align: center;
		   float: right;
		
		   
		    font-size: 16px;
		}
	.language ul li{width: 50%;float: left;color: #FFFFFF;t}
	
	.language ul li a{color: #ffa800;border: 1px solid #ffa800;padding: 10px;border-radius: 10px;}
	
	
	.m-ftTel { float:left; text-align:right; }
	.ftTel { padding-left:50px; background:url(../images/dizhi.png) no-repeat 0 center; color:#414141; font-size:16px; line-height:45px; }
	.ftTel span { font-size:20px;margin-left: 10px;  }
	
	.m-ftTela { float:right; text-align:right; }
	.ftTela { padding-left:50px; background:url(../images/tel.png) no-repeat 0 top; color:#414141; font-size:16px; line-height:36px; }
	.ftTela span { font-size:20px; margin-left: 10px; }
	
	
	 .item{width: 15.3%;padding:25px 25px 0;height: 500px;display: inline-block;vertical-align: text-top;transition: all .3s;margin-top: 300px;position: absolute;left: 0;
	 
	 
	 
	 background-image:url(../images/tu1.png);}
	 .item .icon{width: 100px;height: 100px;display: block;margin:0 auto;background-repeat:no-repeat;background-position:center;background-size:cover;}
	 .item .title{font-size: 30px;color: #FFFFFF;text-align: left;margin-top: 50px;opacity: 1!important;font-weight: normal;}
	 .item .sm_line{margin-top: 25px;width: 30px;height: 4px;display: block;background-color: #FFFFFF;}
	 .item .desc{margin-top: 30px;font-size: 18px;color: #FFFFFF;line-height: 40px;}