@charset "utf-8";
/* CSS Document */

/*css重置*/
*{ margin:0; padding:0;font-family:"Microsoft YaHei";}
a{ text-decoration:none;font-family:"Microsoft YaHei";}
li{ list-style:none;}
.clearfix{ clear:both;}
img{ border:0; display:block;}
p{font-family:"Microsoft YaHei";}

@font-face {
font-family:SangBleuO;
src:url(../fonts/Helvetica-Neue-2.ttf)
}
body,p,a,div,table td{font-family:SangBleuO;}
table img{ margin: 0 auto!important;}
/*top*/
.head_bg{ width:100%;background-color:rgba(255,255,255,0.85); position:absolute; top:0; left:0; z-index:200;}
.head_box{ width:1195px; height:103px; margin:0 auto;}
.head_box .logo{ float:left; margin-top:15px;}



.head_right{ float:right; margin-top:25px;}
.head_right .head_p3{ font-size:12px; color:#4c7ec1; text-align:right; margin-bottom:10px;}
.head_right .head_p3 a{color:#4c7ec1;}
.head_right ul li{ font-size:18px; color:#010000; float:left; margin-left:88px;}
.head_right ul li a{color:#010000;}
.head_right ul li a:hover{color:#4c7ec1;}




/*通栏*/


#wrapper {
	position:relative; z-index:100;
}



.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:854px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:854px !important;
	position:relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	  .banner, .bannercontainer			{	width:768px; height:309px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	   .banner, .bannercontainer		{	width:480px; height:193px;	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
		.banner, .bannercontainer		{	width:320px;height:129px;	}
}

@media only screen and (max-width: 319px) {
		.banner, .bannercontainer		{	width:240px;height:97px;	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {	
	background:#c20000 !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#c20000 !important;
 }
/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #014292;
    width: 98px;
    height: 0px;
    float: left;
	margin-bottom: 10px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}


.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}



.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;

    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.s_pro_box1{ width:1295px; margin:0 auto; padding-top:93px; padding-bottom:134px; text-align: center}

/*首页产品*/
.s_pro_bg{ background-color:#f0f6f4;}
.s_pro_box{ width:1295px; margin:0 auto; padding-top:123px; padding-bottom:134px; text-align: center}
.s_pro_box2{ width:1250px; margin:0 auto; padding-top:123px; padding-bottom:134px; text-align: center}

.s_pro_box2 .s_pro_p1{ font-size:48px; background-image: -webkit-linear-gradient(left, #3f6cb6, #619cc6, #66c3ca);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; text-align:center; font-weight:bold; display:inline; margin: 0 auto} 
.s_pro_box2 .s_pro_p2{ font-size:17px; color:#737373; text-align:center; margin-top:16px;} 
.s_pro_box2 .s_pro_p3{ font-size:13px; color:#737373; text-transform:uppercase; text-align:center; margin-top:7px; margin-bottom:59px; } 

.s_pro_tip{ width:20%; height:398px; position:relative; margin-right:1%; margin-left: 1%; background-size:100% }
.s_pro_hezi1{ position:absolute; left:22px; top:294px; }
.s_pro_hezi1 .s_pro_p4{ font-size:23px; color:#fff; text-shadow: 0 2px 5px rgba(0,0,0,.3);}
.s_pro_hezi1 .s_pro_p5{ font-size:14px; color:#fff; margin-top:2px;}

.s_pro_hezi2{width:100%; height:398px;background-color:rgba(74,117,195,0.85); position:absolute; left:0; top:0; display:none;}
.s_pro_kuang{ width:170px; margin:0 auto;}
.s_pro_kuang .s_pro_p6{ font-size:21px; color:#fff; padding-top:43px;text-shadow: 0 2px 5px rgba(0,0,0,.3);}
.s_pro_kuang .s_pro_p7{ font-size:14px; color:#fff; margin-top:3px;}
.s_pro_kuang .s_pro_line{ height:1px; background-color:#fff; margin-top:13px; margin-bottom:15px;}

.s_pro_nr p{ font-size:15px; color:#fff; line-height:34px; text-align: left;text-shadow: 0 0px 2px rgba(0,0,0,.2); display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1; 
        overflow: hidden;}
.s_pro_nr p a{ color:#fff; }
.s_pro_nr{ height:176px;}

.s_pro_more{ width:100px; margin:0 auto; margin-top:22px;}
.s_pro_more p a{ display:block; font-size:13px; font-weight:bold; text-align:center; color:#333; background-color:#ddd; line-height:34px;}
.s_pro_more p a:hover{ background-color:#fff;transition: all 0.8s;}


.s_pro_tip:hover .s_pro_hezi1{ display:none;}
.s_pro_tip:hover .s_pro_hezi2{ display:block;}


.s_pro_tip:nth-child(5n){margin-right:0px;}


.s_pro_more1{ width:198px; margin:0 auto; margin-top:63px;}
.s_pro_more1 p a{ display:block; font-size:17px; text-align:center; line-height:46px; color:#787b7a; border:3px solid #787b7a;transition:all 0.2s linear;  }
.s_pro_more1 p a:hover{background-color:#4c7ec1;border:3px solid #4c7ec1; color:#fff;}


.s_pro_more2{ width:198px; margin-top:33px;}
.s_pro_more2 p a{ display:block; font-size:17px; text-align:center; line-height:46px; color:#fff; border:1px solid #fff;transition:all 0.2s linear;  }
.s_pro_more2 p a:hover{background-color:#4c7ec1;border:3px solid #4c7ec1; color:#fff;}



@font-face {
font-family:Futura-Heavy;
src:url(../fonts/Barlow-Bold.ttf)
}
/*首页简介*/
.s_jj_bg{ background:url(../images/img6.jpg) center no-repeat; width:100%; height:971px;background-attachment:fixed; background-size: cover;}
.s_jj_box{ width:1195px; margin:0 auto; padding-top:197px;}

.s_jj_hezi1{ width:700px; height:582px;background-color:rgba(0,0,0,0.66); float:left;}
.s_jj_kuang{ width:577px; margin:0 auto;}
.s_jj_kuang .s_jj_p1{ font-size:56px; color:#fff; text-transform:uppercase; padding-top:83px;font-family:Futura-Heavy;}
.s_jj_kuang .s_jj_p2{ font-size:30px; color:#aabef2;margin-top:24px;}
.s_jj_nr{margin-top:24px; }
.s_jj_nr p{ font-size:15.5px; color:#fff; line-height:32px;}
.s_jj_nr p a{color:#fff;}
.s_jj_more{ width:142px;margin-top:37px;
transition: all 0.5s linear;}
.s_jj_more p a{ display:block; font-size:16px; color:#aeaeae; line-height:44px; text-align:center; border:2px solid #aeaeae;}
.s_jj_more p a:hover{background-color:#4c7ec1;border:2px solid #4c7ec1; color:#fff;transition: all 0.8s;}
.s_jj_more:hover{margin-left:20px;}

.s_jj_hezi2{ width:495px; height:582px;background-color:rgba(84,84,84,0.66);float:left;}
.s_jj_hezi2 .s_jj_pic{ margin:0 auto; padding-top:150px;}
.s_jj_hezi2 .s_jj_p3{ font-size:36px; color:#fff; text-align:center; text-transform:uppercase; margin-top:19px;}
.s_jj_hezi2 .s_jj_pic2{ margin:0 auto; margin-top:25px;}
.s_jj_hezi2 .s_jj_p4{ font-size:18px; color:#fff; text-align:center; margin-top:10px;}





/*首页广告*/
.s_lx_bg1{ background-color:#5ec343; height:55px; margin-top:92px; padding-top:26px;}
.s_lx_bg1 .s_lx_line1{ height:1px; background-color:#46a3ac;}
.s_lx_bg1 p{ font-size:18px; color:#63aeb6; text-transform:uppercase; text-align:center; line-height:28px; font-weight:bold; letter-spacing:14px;}


.s_lx_bg{ background:url(../images/bg2.jpg) center no-repeat; width:100%; height:463px;background-attachment:fixed; background-size: cover;}
.s_lx_box{ width:1300px; margin:0 auto; padding-top:156px;}
.s_lx_box .s_lx_p1{ font-size:22px; color:#fff; text-align:center;  text-transform: uppercase }
.s_lx_box .s_lx_p2{ font-size:34px; color:#fff; margin-top:18px;text-align:center}
.s_lx_box .s_lx_line{ width:54px; height:2px; background-color:#9d9b99; margin-top:16px; margin-bottom:27px;}
.s_lx_nr p{ font-size:16px; color:#000; line-height:36px;}
.s_lx_nr p a{ color:#000;}
.s_lx_nr{margin-left:130px;}



/*首页新闻*/
.s_xw_bg{ background-color:#f7f4ef; margin-top:0px;}
.s_xw_box{ width:1195px; margin:0 auto; padding-top:120px; padding-bottom:120px;}


.s_xw_left{ width:545px; height:519px; overflow:hidden; float:left; position:relative;}
.s_xw_pic{width:545px; height:519px; overflow:hidden; position:absolute; left:0; top:0;transform: scale(1);transition: all 1s ease-out;}
.s_xw_left:hover .s_xw_pic{transform: scale(1.1);}



.s_xw_kuang1{ width:100%; height:167px; background-color:#4c7ec1; position:absolute; left:0; bottom:0;background-image: -webkit-linear-gradient(left, #3f6cb6, #619cc6, #66c3ca);}
.s_xw_kuang1 .s_xw_p2{ font-size:24px; color:#fff; padding-left:32px; padding-top:37px;}
.s_xw_kuang1 .s_xw_p3{ font-size:19px; color:#fff;padding-left:32px; margin-top:7px; margin-bottom:7px;}
.s_xw_kuang1 .s_xw_p3 a{color:#fff;}
.s_xw_kuang1 .s_xw_p4{ font-size:14px; color:#dddddd;padding-left:32px;}




.s_xw_right{ width:650px; float:right;}
.s_xw_right .s_xw_line1{ height:1px; background-color:#cccccc;}
.s_xw_right .s_xw_p9{ font-size:40px; color:#4c7ec1; float:left;padding-left:47px; line-height:81px;}
.s_xw_right .s_xw_p5{ font-size:14px; color:#000; font-weight:bold; float:right; line-height:81px;}
.s_xw_right .s_xw_p5 a{color:#000; }
.s_xw_right .s_xw_p5 a:hover{color:#4c7ec1;}

.s_xw_tip{ height:145px; background-color:#fff; border-bottom:1px solid #dbdbdb;}
.s_xw_tip .s_xw_p6{ font-size:14px; color:#000; font-weight:bold; padding-left:47px; padding-top:31px;}
.s_xw_tip .s_xw_p7{ font-size:17px; color:#333;padding-left:47px; margin-top:10px; margin-bottom:8px;}
.s_xw_tip .s_xw_p8{ font-size:14px; color:#9b9d9f;padding-left:47px;}
.s_xw_tip:hover{ transition: 0.8s;background-image: -webkit-linear-gradient(left, #5f99c5, #66c3ca); }
.s_xw_tip:hover .s_xw_p6{ color:#fff;}
.s_xw_tip:hover .s_xw_p7{ color:#fff;}
.s_xw_tip:hover .s_xw_p8{ color:#fff;}



/*首页联系我们*/
.ggao{ width:100%; height:600px; background:url(../images/bg9.jpg) no-repeat center top; background-size:100%}

.ggao dl{
    width: 50%;
   
    text-align: left;
    padding-left:60px;
    padding-top: 0px;
}
.ggao dl dt{ font-size:50px; color:#fff; font-weight:normal;  background:url(../images/jia.png) no-repeat 240px top}
.ggao dl dt span{ font-size:24px; color:#fff; font-weight:100; line-height:40px; margin-top:2%; display:block; margin-bottom:2%; font-family:SangBleuO; }
.ggao dl dd{ font-size:16px; color:#fff; font-weight:100; font-family:Arial, Helvetica, sans-serif; letter-spacing:0; text-transform:uppercase; line-height: 32px}

.dami_1{ width:76%; z-index:99999999}

.dami_1 img{ margin-bottom:2px}
.dami_2{ width:126px; margin:0px 30px 0 0}

.dami_2 img{ width:900px}
.tupic{ position:relative; width:100%; margin:0 auto; height:840px; overflow:hidden; background:url(../images/b27.jpg) no-repeat center top }





/*首页邮箱*/
.email_bg{ background-image:url(../images/img27.jpg); background-repeat:repeat-x; height:103px; }
.email_box{ width:1000px; margin:0 auto; padding-top:34px;}
.email_box .email_title{ font-size:22px; color:#333; float:left; margin-top:8px;}
.email_box .line1{ width:1px; height:39px; background-color:#cacaca; float:left; margin-left:23px; margin-right:23px;}

.email_box .email{ float:left; padding-top:10px;}
.email_box .email .name{ font-size:12px;  float:left; margin-top:3px;}
.email_box .email .username{ width:117px; height:20px; line-height:20px; float:left; padding-left:6px;}
.email_box .email .name_1{ font-size:12px; float:left; margin-left:8px; margin-top:3px;}
.email_box .img_4{ float:left; margin-left:15px; margin-top:2px;}

.email_box .img_3{ float:right; margin-right:0px;}




/*首页广告*/
.s_gg_box{ width:1195px; margin:0 auto; margin-top:170px;}
.s_gg_tip{ width:31.33%; height:154px;  float:left; margin-left:1%; margin-right:1%; text-align: center}
.s_gg_tip .s_gg_p1{ font-size:43px; color:#4c7ec1; font-weight:bold; text-align:center;  background-color:#fff; width:245px; margin:0 auto; margin-top:-32px; display: inline}
.s_gg_tip .s_gg_p1 img{ margin: 0 auto}
.s_gg_tip .s_gg_p2{ font-size:30px; color:#444;  text-align:center;  margin-top:4px;}
.s_gg_tip .s_gg_p3{ font-size:16px; color:#7b7b7b; text-align:center; margin-top:18px;}
.s_gg_tip .s_gg_p2 span{ font-size:16px; text-transform: uppercase}

.s_gg_tip{ transition:all .2s linear; 
    -o-transition:all .2s linear; 
    -moz-transition:all .2s linear; 
    -webkit-transition:all .2s linear;}
.s_gg_tip:hover{ margin-top:-15px;}


.s_gg_p4{ font-size:60px; color:#8f8e8d; text-transform:uppercase; text-align:center; margin-top:50px;}
.s_gg_p5{ font-size:24px; color:#8f8e8d; text-align:center; margin-top:5px;}



/*页脚*/
.foot .wd1300 {
    padding-top: 80px;
    padding-bottom: 48px;
    font-size: 16px;
    color: #fff;width: 1195px; margin: 0 auto
}
 .foot{ background:#2a3139}

.fmenu{ width:100%}
.fmenu ul { width:55%; margin:0 auto;}
.fmenu ul li a{ font-size:17px; color:#fff; }
.foot .foota{ padding-top:70px; padding-bottom:50px; color:#fff; font-size:16px;margin-top:50px; border-bottom:1px solid rgba(255,255,255,0.1);border-top:1px solid rgba(255,255,255,0.1); }
.flex {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}


.foot .flian ul li:nth-child(2n){ float:right}
.foot .flian ul li{ width:48%; float:left;display: flex; align-items: center; margin-bottom:40px; } 
.foot .flian ul li .ictxt{ font-weight:normal; margin-left:20px;}
.foot .flian ul li .ictxt p{ display: inline}

.foot .flian ul li .ictu{width: 54px;
height: 54px;
border-radius: 50%;
overflow: hidden;
background-color: #0067ac;
min-width: 54px;}
.foot .flian ul li a{ color:#fff;}
.foot .flian ul li .ico_add { background:url(../images/ico2.png) no-repeat center;background-size: auto 22px;background-color: #51a1de;}
.foot .flian ul li .ico_tel { background:url(../images/ico1.png) no-repeat center;background-size: auto 22px;background-color: #51a1de;}
.foot .flian ul li .ico_email { background:url(../images/ico3.png) no-repeat center;background-size: auto 22px;background-color: #51a1de;}
.foot .flian ul li .ico_url { background:url(../images/ico4.png) no-repeat center;background-size: auto 22px;background-color: #51a1de;}

.banquan{ color:#ccc; padding-top:50px; font-size:15px; text-align: center; line-height: 1.6}

.banquan p,.banquan a{ color:#ccc;  font-size:15px;}



/*about*/
.max_box{ width:1195px; margin:0 auto; margin-top:82px; padding-bottom:80px;}
.max_box .max_p1{ font-size:34px; color:#464646; float:left;}
.max_box .max_p2{ font-size:21px; color:#dddddd; font-weight:bold; font-style:italic; text-transform:uppercase; float:right; margin-top:13px;}
.max_box .max_line{ height:1px; background-color:#e7e7e7; margin-top:14px; margin-bottom:45px;}


.jj_nr p{ font-size:16px; color:#000; line-height:36px;}
.jj_nr p a{color:#000;}




/*news*/
.xw_tip{border-bottom: 1px dotted #ccc; padding-bottom:26px; margin-bottom:26px;}
.xw_tip .xw_time{ width:100px; height:83px; float:left;}
.xw_tip .xw_time .xw_p1{ font-size:36px; color:#666; text-align:center; padding-top:8px;}
.xw_tip .xw_time .xw_p2{ font-size:15px; color:#666; text-align:center;}
.xw_tip .xw_pic{ float:left;}
.xw_tip .xw_title_box{ float:right; width:1048px; }
.xw_tip .xw_title_box .xw_p3{ font-size:17px; color:#000; }
.xw_tip .xw_title_box .xw_p4{ font-size:12px; color:#b3b3b3; line-height:24px; text-align:justify; margin-top:14px;}
.xw_tip .xw_title_box:hover .xw_p3{color:#4c7ec1;}



.news_title{width:100%; font-size:17px; color:#4c7ec1; line-height:74px; background-color:#fbfbfb; text-align:center; border-bottom:1px solid #d6d6d6;border-top:1px solid #d6d6d6;}
.news_title2{ font-size:13px;color:#c81622; text-align:right; margin-top:10px; font-weight:bold;}
.new_nr_wenzi{ margin-top:16px;}
.new_nr_wenzi p{ font-size:13px; text-align:justify; line-height:32px; color:#333;}
.new_nr_wenzi p a{color:#333;}
.new_nr_wenzi img{max-width:900px!important; height:auto!important;; margin:0 auto; margin-bottom:5px; margin-top:5px;}



.newspage1 {
 PADDING-RIGHT:0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 10px auto; PADDING-TOP: 10px; TEXT-ALIGN: center; clear:both;font-family:"Microsoft YaHei";
 }
.newspage1 A { 
BORDER-RIGHT: #999 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #999 1px solid; PADDING-LEFT: 5px; BACKGROUND: #fff; PADDING-BOTTOM: 2px; FONT: 12px/22px ""; BORDER-LEFT: #999 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #999 1px solid;font-family:"Microsoft YaHei";
}
.newspage1 A:hover {
BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BACKGROUND: #4c7ec1; BORDER-LEFT: #fff 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #fff 1px solid; TEXT-DECORATION: none
}
.newspage1 A:active {
BORDER-RIGHT: #666 1px solid; BORDER-TOP: #666 1px solid; BACKGROUND:#4c7ec1; BORDER-LEFT: #666 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #666 1px solid
}
.newspage1 SPAN.current {
BORDER-RIGHT: #666 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #666 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; BACKGROUND:#4c7ec1; PADDING-BOTTOM: 2px; BORDER-LEFT: #666 1px solid; COLOR: #fff; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #666 1px solid;font-family:"Microsoft YaHei";
}
.newspage1 SPAN.disabled {
BORDER-RIGHT: #fff 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #fff 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #fff 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #fff 1px solid
}


.back_bg{ background-color:#ebebeb; margin-top:20px;}
.back_bg p{ font-size:12px; color:#666; text-align:center; line-height:26px;}
.back_bg p a{color:#666;}






/*联系我们*/
.con_box h1{ font-size:20px; color:#4c7ec1; margin-bottom:10px;}
.con_box tr td{ font-size:15px; color:#333; line-height:78px; border-bottom:1px dashed #b3b3b3; width:50%; padding-left:8px;}
.con_box tr td a{color:#333;}


.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
    .iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}





/*产品*/
.left_box{ width:249px; float:left; background-color:#f0efef;border-bottom: 0px solid #a8a7a7;}
.left_box .left_line1{background-image:url(../images/img72.jpg); width:249px; height:72px; margin-bottom:33px; border-bottom:7px solid #a8a7a7;}
.left_box .left_line1 p{ font-size:23px; font-weight:bold; color:#666; line-height:72px; text-align:center;}
.left_box .left_tip{background-image:url(../images/img71.jpg); width:217px; height:47px; margin:0 auto; margin-bottom:14px;}
.left_box .left_tip:hover p{background-image:url(../images/img73.jpg);width:217px; height:47px; color:white;}
.left_box .left_tip p{ font-size:13px; color:#3a3a3a; line-height:47px; text-align:center;}
.left_box .left_line2{ height:3px; background-color:#3a3a3a; margin-top:37px; margin-bottom:24px;}

.pro_pic11{ margin-top:32px;}


.right_box{ width:915px; float:right;}

.pro_fl_title{ font-size:14px; font-weight:bold; color:white; text-align:center; line-height:55px; background-color:#4c7ec1; }
.pro_fl_title a{color:white;}

.pro_tb{ width:100%; margin-bottom:20px; border:1px solid #ccc; border-bottom:0; border-left:0;}
.pro_tb tr td{ font-size:13px; color:#333; line-height:55px; border:1px solid #ccc; border-top:0; border-right:0;}
.pro_tb tr td a{ color:#333;}



.pro_title{ font-size:14px; color:white; line-height:55px; text-align:center; background-color:#4c7ec1; font-weight:bold; margin-bottom:20px;}
.pro_nr_box table{ width:100%;border:1px solid #ccc; border-bottom:0; border-left:0; margin-top:10px;}
.pro_nr_box table tr td{ padding:11px; font-size:13px; color:#333; line-height:42px;border:1px solid #ccc; border-top:0; border-right:0;}
.pro_nr_box p{ font-size:13px; color:#333; line-height:34px;}
.pro_nr_box img{ max-width:100%!important; height:auto;!important}



.pro_more{ width:150px;background-color:#0764b9; margin:0 auto;  margin-bottom:20px;}
.pro_more p a{ display:block; font-size:13px; color:#333;  text-align:center; line-height:38px;background-color:#e5e5e5;}
.pro_more p a:hover{background-color: #4c7ec1; color:white;}


/*--------------------------------------------------------------------------------------------------------------------------------------550--*/
@media all and (max-width:850px){  
.s_pro_box2 {
    width: 92%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px!important;
    text-align: center;
}

	.head_bg{ display: none}

.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	height:600px !important;
	overflow:hidden;
	}

.s_jj_box {
    width: 100%;
    margin: 0 auto;
    padding-top: 197px;
}
.s_jj_hezi1 {
    width: 100%;
    height: 582px;
    background-color: rgba(0, 0, 0, 0.66);
    float: left;
}

.s_xw_box {
    width: 92%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.foot .wd1300 {
    padding-top: 80px;
    padding-bottom: 48px;
    font-size: 16px;
    color: #fff;
    width: 92%;
    margin: 0 auto;
}
.s_jj_hezi2 {
    width: 100%;
    height: 582px;
    background-color: rgba(84, 84, 84, 0.66);
    float: left;
}

.s_jj_kuang {
    width: 100%;
    margin: 0 auto;
}

.s_gg_tip .s_gg_p2 {
    font-size: 20px;
    color: #444;
    text-align: center;
    margin-top: 4px;
}
.s_xw_left {
    width: 100%;
    height: 519px;
    overflow: hidden;
    float: left;
    position: relative;
}


.s_lx_box {
    width: 92%;
    margin: 0 auto;
    padding-top: 156px;
}

	.ewm{ display: none}

.s_pro_box2 .s_pro_p1 {
    font-size: 24px;
    background-image: -webkit-linear-gradient(left, #3f6cb6, #619cc6, #66c3ca);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-weight: bold;
    display: inline;
    margin: 0 auto;
}.s_pro_box2 .s_pro_p2 {
    font-size: 15px;
    color: #737373;
    text-align: center;
    margin-top: 12px;
}
	.prrrrrp{flex-wrap: wrap;}

.s_pro_tip {
    width: 48%;
    height: 298px;
    position: relative;
    margin-right: 1%;
    margin-left: 1%;
    background-size: 100%; margin-bottom:2%
}

	.s_pro_tip:last-child{ display: none}
.s_pro_hezi1 {
    position: absolute;
    left: 12px;
    bottom: 24px; top:auto
}
.s_pro_hezi1 .s_pro_p4 {
    font-size: 17px;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .3); text-align: left
}

.s_pro_box2 .s_pro_p3 {
    font-size: 13px;
    color: #737373;
    text-transform: uppercase;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 29px;
}

.s_pro_box2 .s_pro_p3 {
    font-size: 13px;
    color: #737373;
    text-transform: uppercase;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 29px;
}.s_pro_kuang .s_pro_p6 {
    font-size: 18px;
    color: #fff;
    padding-top: 23px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}
.s_pro_nr p {
    padding-left: 10px;
	}.s_pro_more{ display: none}

.s_pro_hezi2 {
    width: 100%;
    height: 298px;
    background-color: rgba(74, 117, 195, 0.85);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}.s_pro_more1 {
    width: 138px;
    margin: 0 auto;
    margin-top: 63px;
}.s_pro_more1 p a {
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    color: #787b7a;
    border: 2px solid #787b7a;
    transition: all 0.2s linear;
}
	.s_jj_bg{ background-attachment: scroll; height: auto}

    .s_jj_box {
        width: 90%;
        margin: 0 auto;
        padding-top: 50px;
    }
    .s_jj_hezi1 {
        width: 90%;
        height: 482px;
        background-color: rgba(0, 0, 0, 0.66);
        float: left;
        padding: 5%;
    }.s_jj_kuang .s_jj_p1 {
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 23px;
    font-family: Futura-Heavy;
}.s_jj_kuang .s_jj_p2 {
    font-size: 20px;
    color: #aabef2;
    margin-top: 14px;
}.s_jj_nr p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}.s_jj_more p a {
    display: block;
    font-size: 14px;
    color: #aeaeae;
    line-height: 36px;
    text-align: center;
    border: 2px solid #aeaeae;
}.s_jj_hezi2 .s_jj_pic {
    margin: 0 auto;
    padding-top: 50px;
}.s_jj_hezi2 .s_jj_p3 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 9px;
}.s_jj_hezi2 .s_jj_pic {
    margin: 0 auto;
    padding-top: 50px;
    width: 30%;
}.s_jj_hezi2 .s_jj_p4 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}    .s_jj_hezi2 {
        width: 100%;
        height: 352px;
        background-color: rgba(84, 84, 84, 0.66);
        float: left;
	}.s_gg_tip .s_gg_p1 img{ width: 40%; height: auto}
    .s_gg_tip .s_gg_p2 {
        font-size: 17px;
        color: #444;
        text-align: center;
        margin-top: 4px;
    }.s_gg_tip .s_gg_p3 {
    font-size: 14px;
    color: #7b7b7b;
    text-align: center;
    margin-top: 8px;
}.foot .flian ul li {
    width: 100%;
    float: left;
    display: flex
;
    align-items: center;
    margin-bottom: 40px;
}
	.s_xw_pic{ width: 100%;  height: auto}
.s_xw_kuang1 .s_xw_p2 {
    font-size: 24px;
    color: #fff;
    padding-left: 22px;
    padding-top: 27px;
}.s_xw_kuang1 .s_xw_p3 {
    font-size: 15px;
    color: #fff;
    padding-left: 22px;
    margin-top: 7px;
    margin-bottom: 7px;
}.s_xw_right {
    width: 100%;
    float: right;
}.s_xw_right .s_xw_p9 {
    font-size: 23px;
    color: #4c7ec1;
    float: left;
    padding-left: 07px;
    line-height: 81px;
}.s_xw_tip .s_xw_p6 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding-left: 27px;
    padding-top: 21px;
	}.s_xw_tip .s_xw_p8{ display: none}
	
	.s_xw_tip {
    height: 105px;
    background-color: #fff;
    border-bottom: 1px solid #dbdbdb;
}    .s_lx_box {
        width: 92%;
        margin: 0 auto;
        padding-top: 86px;
	}.s_lx_bg{ background-attachment: scroll;height: 363px;}
	
	.s_lx_box .s_lx_p1 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}.s_lx_box .s_lx_p2 {
    font-size: 16px;
    color: #fff;
    margin-top: 18px;
    text-align: center;
}
	    .foot .wd1300 {
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 15px;
        color: #fff;
        width: 92%;
        margin: 0 auto;
    }.fmenu ul {
    width: 100%;
    margin: 0 auto;
}.fmenu ul li a {
    font-size: 15px;
    color: #fff;
}.foot .foota {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
	
	.foot .flian ul li .ictu {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    min-width: 40px;
}
	.foot .flian ul li .ico_add { background:url(../images/ico2.png) no-repeat center;background-size: auto 15px;background-color: #51a1de;}
.foot .flian ul li .ico_tel { background:url(../images/ico1.png) no-repeat center;background-size: auto 15px;background-color: #51a1de;}
.foot .flian ul li .ico_email { background:url(../images/ico3.png) no-repeat center;background-size: auto 15px;background-color: #51a1de;}
.foot .flian ul li .ico_url { background:url(../images/ico4.png) no-repeat center;background-size: auto 15px;background-color: #51a1de;}
	.foot .flian ul li .ictxt p{ font-size: 15px}
	    .foot .flian ul li {
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }.banquan {
    color: #ccc;
    padding-top: 30px;
    font-size: 15px;
    text-align: center;
    line-height: 1.4;
}
	    .s_jj_hezi1 {
        width: 90%;
        height: 442px;
        background-color: rgba(0, 0, 0, 0.66);
        float: left;
        padding: 5%;
    }    .s_xw_box {
        width: 92%;
        margin: 0 auto;
        padding-top: 0px;
        padding-bottom: 60px;
    }.s_xw_kuang1 {
    width: 100%;
    height: 127px;
    background-color: #4c7ec1;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(left, #3f6cb6, #619cc6, #66c3ca);
}    .s_xw_left {
        width: 100%;
        height: 369px;
        overflow: hidden;
        float: left;
        position: relative;
    }
	.s_xw_tip .s_xw_p7 {
    font-size: 17px;
    color: #333;
    padding-left: 27px;
    margin-top: 10px;
    margin-bottom: 8px;
}
	
}

