/*头部*/
body{
    max-width: 2000px;
    margin: auto;
}
.header {
    position: relative;
    z-index: 999;
}
.header .header_top{
    background: #e4e3e7;
}
.header .tip{
    font-size: 13px;
    color: #727272;
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}   
.header .mail{
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 12px;
    font-size: 13px;
    color: #727272;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header .mail img{
    vertical-align: baseline;
    width: 15px;
    margin-right: 5px;
}
.header .form{
    border-left: 1px solid #c7c7c9;
    border-right: 1px solid #c7c7c9;
    padding-left: 10px;
    border-top: 0;
    border-bottom: 0;
    white-space: nowrap;
    
}
.header .form input[type=text]{
    display: inline-block;
    border: 0;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    color: #727272;
    width: 250px;
    background: transparent;
    vertical-align: middle;
}
.header .form .btn{
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/reset/open_search_form.png)#e4e3e7 no-repeat center;
    border: 0;
    cursor: pointer;
    vertical-align: middle;
}
.lang{
    position: relative;
    padding-top: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    
}
.lang .lost{
    display: inline-block;
    padding-right: 43px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1543_icon.png) right center no-repeat;
    cursor: pointer;
}
.lang .lost img{
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 50%;
    width: 19px;
    height: 19px;
}
.lang ul{
    display: none;
    position: absolute;
    left: 20px;
    top: 100%;
    width: 118px;
    background: #e4e3e7;
    z-index: 100;
}
.lang ul li a{
    display: block;
    padding: 4px 1px 6px 11px;
    font-size: 14px;
    color: #545454;
    line-height: 1.7;
    
}
.lang ul li a span{
    display: inline-block;
    width: 21px;
    height: 14px;
    background-image: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/sprites.png);
    background-repeat: no-repeat;
    margin-right: 4px;
    vertical-align: middle;
}
.lang ul li:hover{
    background: #999;
}
.lang ul li:hover a{
    color: #1c4587;
}
.lang ul li a.lang1 span{
    background-position: -294px 0;
}
.lang ul li a.lang2 span{
    background-position: -294px -32px;
}
.lang ul li a.lang3 span{
    background-position: -294px -80px;
}
.lang ul li a.lang4 span{
    background-position: -294px -48px;
}
.lang ul li a.lang5 span{
    background-position: -294px -64px;
}
.lang ul li a.lang6 span{
    background-position: -252px -115px;
}


.header_nav .container_1200{
    position: relative;
}
.nav_list {
    display: table;
    font-size: 0;
    line-height: 0;
    padding: 10px 0;
    position: relative;
    width: 100%;
}

.nav_list > li {
    display: table-cell;
    zoom: 1;
    text-align: center;
}
.nav_list > li:nth-of-type(1){
    background: none;
    padding-right: 30px;
}

.nav_list > li > a {
    display: inline-block;
    transition: all .3s;
}

.nav_list > li > a > span {
    display: inline-block;
    line-height: 71px;
    text-align: center;
    font-size: 15px;
    color: #3f3f3f;
    white-space: nowrap;
    transition: all .5s;
    vertical-align: middle;
    

}

.nav_list > li > a > i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/reset/dropdown_menu.png") no-repeat center;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
    vertical-align: middle;
}

.nav_list > li:hover i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.nav_list > li.active > a,
.nav_list > li.on > a{

    transition: all .3s;
}
.nav_list > li.active span,
.nav_list > li.on span{
    font-size: 15px;
    color: #014099;
}

.nav_normal > li {
    position: relative;
}

.nav_normal > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0px;
    min-width: 185px;
    display: none;
    background-color: #fff;
    z-index: 1;
}
.nav_normal > li .dropdown_menu.dropdown_menuProduct{
    min-width: 520px;
}
.nav_normal > li .dropdown_menu.dropdown_menuProduct > li{
    width: 50%;
    float: left;
}

.nav_normal .dropdown_menu li {
    width: 100%;
}

.nav_normal .dropdown_menu li a {
    display: block;
    width: 100%;
    line-height: 38px;
    text-align: left;
    font-size: 16px;
    color: #014099;
    white-space: nowrap;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 30px;
}
.nav_normal .dropdown_menu li a:hover,
.nav_normal .dropdown_menu li a.on{
    background-color: #eee;
}

.nav_normal > li.fix_drop:hover .fix_dropdown_menu{
    opacity: 1;
    visibility: visible;
    transition: all .3s ;
}

.fix_dropdown_menu{
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    top: 120px;
    left: 0;
    text-align: left;
    background: #fff;
    padding-bottom: 20px;
    
}
.fix_dropdown_menu .item_links{
    margin-right: 30px;
    border-right: 1px solid #ccc;
}
.fix_dropdown_menu .col_lg_12 .item_links{
    border: 0;
}
.fix_dropdown_menu .item_links h2{
    font-size: 16px;
    color: #014099;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
    margin-bottom: 10px;
}
.fix_dropdown_menu .item_links ul li{

}
.fix_dropdown_menu .item_links ul li a{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 2.6em;
    text-align: left;
}
.fix_dropdown_menu .items_pros{
    display: flex;
    flex-wrap: wrap;
}
.fix_dropdown_menu .items_pros .item{
    width: 33.3%;
    text-align: center;
}
.fix_dropdown_menu .items_pros .item .tip a{
    display: block;
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: center;
    white-space: nowrap;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fix_dropdown_menu a:hover,
.fix_dropdown_menu a.on{
    color: #457cba !important;
}

/*pc隐藏模块*/
.m_header {
    display: none;
}

/*footer*/


.footerCon_box{
}
.footer_tip{
    padding-top: 40px;
    padding-bottom: 41px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/bg_mail.jpg) no-repeat scroll center center;
    background-size: cover;
}
.footer_tip h3{
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 1.7;
}
.footer_tip h3 img{
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
}
.fast_navigation{
    padding-top: 30px;
    padding-bottom: 20px;
    overflow: hidden;
}
.fast_navigation .items{
    display: flex;
}
.fast_navigation .items .item:nth-of-type(1){
    width: 16.66%;
}
.fast_navigation .items .item:nth-of-type(2){
    width: 25%;
}
.fast_navigation .items .item:nth-of-type(3){
    width: 25%;
}
.fast_navigation .items .item:nth-of-type(4){
    width: 33.33%;
}
.fast_navigation h2{
    font-size: 20px;
    color: #19283c;
    letter-spacing: 0;
    line-height: 1.8em;
    padding-bottom: 15px;
}
.fast_navigation ul li,
.fast_navigation ul li a{
    font-size: 14px;
    color: #777;
    letter-spacing: 0;
    line-height: 2em;
}
.fast_navigation ul li a:hover{
    color: #1c4587;
}
.fast_navigation .input{
    position: relative;
    margin-bottom: 10px;
}
.fast_navigation .input input[type=text],
.fast_navigation .input textarea{
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    text-indent: 12px;
    background-color: rgb(242, 242, 242);
}
.fast_navigation .input textarea{
    resize: none;
    height: 90px;
    padding-top: 10px;
}
.fast_navigation .input .tips{
    color: red;
}
.fast_navigation .btn{
    display: inline-block;
    width: 102px;
    height: 30px;
    background: #262626;
    color: #fff;
    font-size: 14px;
    border: 0;
    cursor: pointer;
}
.footer_info .text{
    padding-top: 25px;
}
.footer_info .text p:nth-of-type(1){
    font-size: 16px;
    color: #383838;
    letter-spacing: 0;
    line-height: 1.4em;
}
.footer_info .text p:nth-of-type(2){
    font-size: 14px;
    color: #727272;
    line-height: 1.4em;
}
.footer_info .text p a{
    font-size: 14px;
    color: #727272;
}
.footer_info .container{
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
}
.footer_info {
    padding-bottom: 40px;
}
.footer_copyright{
    overflow: hidden;
    background-color: #ececec;
}
.footer_copyright .container_1200{
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer_copyright .text{
    float: left;
}
.footer_copyright 
.footer_copyright p span,
.footer_copyright p a,
.footer_copyright p{
    font-size: 15px;
    color: #727272;
    line-height: 1.7em;
}
.footer_copyright p span{
    display: inline-block;
    padding: 0 5px;
}
.footer_copyright p a:hover{
    color: #1c4587;
}
.footer_copyright .follow{
    float: right;
}
.footer_copyright .follow a{
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    border-radius: 10%;
}
.footer_copyright .follow a:hover{
    opacity: .7;
}
.footer_copyright .follow a.icon1{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/reset/style123tiny.png) no-repeat -24px 0 #3b5998;
}
.footer_copyright .follow a.icon2{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/reset/style123tiny.png) no-repeat -24px -128px #007fb1;
}
.footer_copyright .follow a.icon3{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/reset/style123tiny.png) no-repeat -24px -320px #cd332d;
}


.index_box1 .slick-prev{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/skin.png)no-repeat 0 0;
}
.index_box1 .slick-next{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/skin.png)no-repeat -150px 0;
}
.index_box1 .slick-dots li,
.index_box1  .slick-dots li.slick-active{
    background: #000;
    width: auto;
    height: auto;
    padding: 3px;
}
.index_box1 .slick-dots li button{
    border-radius: 50%;
    width: 4px;
    height: 4px;
    padding: 0;
}
.index_box1  .slick-dots li.slick-active button{
    background: #fff;
    border-radius: 50%;
    
}
.index_box2{
    padding-top: 70px;
    padding-bottom: 49px;
}
.index_box2 h1{
    font-size: 30px;
    color: #3f3f3f;
    letter-spacing: 0;
    line-height: 1.4em;
    text-align: center;
}
.index_box2 p{
    font-size: 14px;
    color: #3f3f3f;
    line-height: 1.4em;
    text-align: center;
}
.index_box2 .content{
    padding-top: 33px;
}
.index_box2 .content .item{
    padding: 10px 0;
}
.index_box2 .content .item .img img{
    transition: all .3s;
}
.index_box2 .content .item:hover .img img{
    transform: translateY(-15px);
}
.index_box2 .content .item:hover .tip a{
    color: #014099;
}
.index_box2 .content .item .model{
    padding-top: 10px;
    padding-bottom: 18px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/lineBf.png) no-repeat center bottom;
    line-height: 1.7em;
    font-size: 16px;
    color: #212121;
    text-align: center;
}
.index_box2 .content .item .tip a{
    display: block;
    padding-top: 11px;
    padding-bottom: 3px;
    font-size: 20px;
    line-height: 25px;
    color: #212121;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}
.index_box2 .content .item .tip_text{
    font-size: 14px;
    color: #727272;
    line-height: 1.7em;
    text-align: center;
}
.index_box3 .tab_info .img{
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all .3s;
}
.index_box3 .tab_info .img.on{
    visibility: visible;
    height: auto;
    opacity: 1;
}
.index_box3 .tab_item{
    max-width: 1100px;
    margin: 20px auto;
    display: flex;
}
.index_box3 .tab_item .item{
    width: 33.33%;
    padding: 1px 3px;
    text-align: center;
    cursor: pointer;
}
.img{
    line-height: 0;
    overflow: hidden;
}
.index_box3 .tab_item .item .img{
    border: 2px solid transparent;
}
.index_box3 .tab_item .item.on .img{
    border-color: #0079c3;
}
.index_box4{
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.index_box4 .container{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/bg_video.png) no-repeat scroll right top;
}
.index_box4 .video1{
    padding-top: 45px;
    padding-bottom: 17px;
}
.index_box4 .video1.video_click:after{
    display: none;
}
.index_box4 .video2.video_click:after{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/video_btn2.png)no-repeat center;
}
.index_box4 .tip{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
    margin-top: 5px;
    padding: 0 5px;
}
.index_box4 h3{
    font-size: 39px;
    color: #101010;
    line-height: 1.1em;
}
.index_box5 {
    padding-top: 65px;
    padding-bottom: 65px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/bg_num.jpg) no-repeat scroll center center;
    background-size: cover;
}
.index_box5 .num{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 40px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
}
.index_box5 .num::after{
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    background: #fff;
    left: 50%;
    bottom: 0px;
    margin-left: -40px;

}
.index_box5 .tip{
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1.2em;
}
.index_box6{
    border-bottom: 1px solid #dcdcdc;
    margin-top: 37px;
    padding-bottom: 40px;
}
.index_box6 .text{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.index_box6 h3{
    font-size: 30px;
    color: #3f3f3f;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: left;
}
.index_box6 p{
    font-size: 14px;
    color: #727272;
    line-height: 1.2em;
}
.index_box6 a.more{
    display: inline-block;
    padding-top: 10px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
    padding-left: 10px;
}
.index_box6 .content{
    background-color: #f4f4f4;
    padding: 0 15px;
}
.index_box6 h4{
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    font-size: 30px;
    color: #3f3f3f;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: left;
}
.index_box6 .content p{
    line-height: 1.8em;
}
.index_box6 .content .items{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.index_box6 .content a.more{
    padding: 0;
    margin: 20px 0;
}
.index_box6 .content .items .item{
    width: 17%;
    text-align: center;
}
.index_box6 .content .items .item a{
    font-size: 16px;
    color: #51504a;
    letter-spacing: 0;
    line-height: 1em;
    display: block;
    padding-top: 15px;
}
.index_box6 .content .items .item a:hover{
    color: #1c4587;
}
.index_box7{
    padding-bottom: 40px;
}
.index_box7 h3{
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    font-size: 30px;
    color: #19283c;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: center;
}
.index_box7 .items{
    display: flex;
}
.index_box7 .items .item{
    width: 30%;
    margin-left: 5%;
    text-align: center;
}
.index_box7 .items .item:nth-of-type(1){
    margin-left: 0;
}
.index_box7 .items .item h4{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    line-height: 30px;
    font-size: 17px;
}
.index_box7 .items .item h4:hover{
    color: #1c4587;
}
.index_box7 .items .item p{
    line-height: 1.4em;
    text-align: center;
    font-size: 14px;
    color: #727272;
    height: 38px;
    ext-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index_box7 .items .item .img{
    position: relative;
}
.index_box7 .items .item .img a{
    display: block;
}
.index_box7 .items .item .img a::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.65);
    opacity: 0;
    transition: all .3s;
    background-image: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/reset/new_ico.png);
    background-repeat: no-repeat;
    background-position: center;
}
.index_box7 .items .item:hover .img a::after{
    opacity: 1;
}
.turnkey_box1 .video{
    position: relative;
    width: 100%;
    padding-bottom: 33.333333%;
}
.turnkey_box1 .video iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.turnkey_box2{
    padding-bottom: 100px;
}
.turnkey_box2 h3{
    position: relative;
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 20px;
    font-size: 36px;
    color: #151515;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 30px;
}

.turnkey_box2 h3::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 68px;
    background: #93b4c5;
    height: 8px;
    margin-left: -34px;
}
.turnkey_box2 h4{
    padding-bottom: 15px;
    font-size: 28px;
    color: #515151;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: left;
}
.turnkey_box2 .tab_items .item{
    position: relative;
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 3;
    border-radius: 30px;
    clear: both;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 3px;
    transition: all .3s;
    cursor: pointer;
}
.turnkey_box2 .tab_items .item .icon{
    line-height: 0;
    float: left;
    
}
.turnkey_box2 .tab_items .item h2{
    margin-left: 73px;  
    font-size: 20px;
    color: #928c8c;
    letter-spacing: 0;
    line-height: 53px;
    text-align: left;
}
.turnkey_box2 .tab_items .item:hover h2,
.turnkey_box2 .tab_items .item.on h2{
    color: #fff;
}
.turnkey_box2 .tab_items .item:nth-of-type(1):hover,
.turnkey_box2 .tab_items .item:nth-of-type(1).on{
    background: #7a9fb3;
}
.turnkey_box2 .tab_items .item:nth-of-type(2):hover,
.turnkey_box2 .tab_items .item:nth-of-type(2).on{
    background: #f46b1f;
}
.turnkey_box2 .tab_items .item:nth-of-type(3):hover,
.turnkey_box2 .tab_items .item:nth-of-type(3).on{
    background: #69210e;
}
.turnkey_box2 .tab_items .item:nth-of-type(4):hover,
.turnkey_box2 .tab_items .item:nth-of-type(4).on{
    background: #ebb829;
}
.turnkey_box2 .tab_items .item:nth-of-type(5):hover,
.turnkey_box2 .tab_items .item:nth-of-type(5).on{
    background: #f7aa25;
}
.turnkey_box2 .tab_info p{
    font-size: 16px;
    color: #626262;
    line-height: 1.7em;
}
.turnkey_box2 .tab_info a.more{
    display: inline-block;
    line-height: 40px;
    width: 190px;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    margin-top: 30px;
}
.turnkey_box2 .tab_info .content{
    display: none;
    padding-bottom: 140px;
}
.turnkey_box2 .tab_info .content.on{
    display: block;
}
.turnkey_box2 .tab_info .content:nth-of-type(1) a.more{
    background: #7a9fb3;
}
.turnkey_box2 .tab_info .content:nth-of-type(2) a.more{
    background: #f46b1f;
}
.turnkey_box2 .tab_info .content:nth-of-type(3) a.more{
    background: #69210e;
}
.turnkey_box2 .tab_info .content:nth-of-type(4) a.more{
    background: #ebb829;
}
.turnkey_box2 .tab_info .content:nth-of-type(5) a.more{
    background: #f7aa25;
}
.turnkey_box2 .tab_info .content:nth-of-type(1){
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1155_img1.jpg)no-repeat center bottom;
}
.turnkey_box2 .tab_info .content:nth-of-type(2){
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1155_img2.jpg)no-repeat center bottom;
}
.turnkey_box2 .tab_info .content:nth-of-type(3){
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1155_img3.jpg)no-repeat center bottom;
}
.turnkey_box2 .tab_info .content:nth-of-type(4){
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1155_img4.jpg)no-repeat center bottom;
}
.turnkey_box2 .tab_info .content:nth-of-type(5){
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1155_img5.jpg)no-repeat center bottom;
}
.turnline_box1{
    padding-bottom: 40px;
}
.turnline_box1 .tab_links{
    display: flex;
    justify-content: space-between;
    justify-content: center;
}
.turnline_box1 .tab_links .item{
    width: 16%;
    margin-right: 10px;
    line-height: 52px;
    
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    box-shadow: 0 0 10px rgba(54,54,54,.59);
    
    text-align: center;
}
.turnline_box1 .tab_links .item a{
    display: block;
    font-size: 20px;
    color: #928c8c;
}
.turnline_box1 .tab_links .item:nth-last-child(1){
    margin-right: 0;
    
}
.turnline_box1 .tab_links .item:hover a,
.turnline_box1 .tab_links .item.on a{
    color: #fff;
}
.turnline_box1 .tab_links .item:nth-of-type(1):hover,
.turnline_box1 .tab_links .item:nth-of-type(1).on{
    background: #7a9fb3;
}
.turnline_box1 .tab_links .item:nth-of-type(2):hover,
.turnline_box1 .tab_links .item:nth-of-type(2).on{
    background: #f46b1f;
}
.turnline_box1 .tab_links .item:nth-of-type(3):hover,
.turnline_box1 .tab_links .item:nth-of-type(3).on{
    background: #69210e;
}
.turnline_box1 .tab_links .item:nth-of-type(4):hover,
.turnline_box1 .tab_links .item:nth-of-type(4).on{
    background: #ebb829;
}
.turnline_box1 .tab_links .item:nth-of-type(5):hover,
.turnline_box1 .tab_links .item:nth-of-type(5).on{
    background: #f7aa25;
}
.turnline_box2{
    padding-top: 20px;
}
.turnline_box2 p{
    line-height: 1.4em;
    text-align: center;
    font-size: 18px;
    color: #3f3f3f;
    padding: 0 100px;
}
.turnline_box2 p strong{
    font-size: 18px;
    color: #3f3f3f;
}
.turnline_box2 .img{
    margin-top: 20px;
}
.turnline{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1406_bg.png)repeat-y center;
}
.turnline_box3 h1{
    position: relative;
    padding-top: 60px;
    padding-bottom: 20px;
    font-size: 36px;
    color: #151515;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.3em;
}
.turnline_box3 h1 span{
    font-size: 18px;
    color: #151515;
    font-weight: 400;
}
.turnline_box3 h2{
    font-size: 24px;
    line-height: 1.8em;
    padding-top: 30px;
    padding-bottom: 10px;
}

.turnline_box3 p{
    font-size: 16px;
    color: #515151;
    line-height: 1.7em;
}

.turnline_box3 p a,
.turnline_box3 p strong{
    font-size: 16px;
    color: #515151;
}
.turnline_box3.water h2{
    color: #81a8bc;
}
.turnline_box3 hr{
    border: 0;
    height: 0;
    margin-top: 30px;
}
.turnline_box3.water hr{
    
    border: 1px dashed rgb(129, 168, 188);
}
.turnline_box3.water h1::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 66px;
    height: 10px;
    background: #81a8bc;
}
.turnline_box3.water .items1 .item .tip{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/water_icon.jpg)no-repeat left center;
}
.turnline_box3.water .con_info{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1416_img8.jpg)no-repeat center;
}


.turnline_box3.juice h2{
    color: #f46b1f;
}
.turnline_box3.juice h1::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 66px;
    height: 10px;
    background: #f46b1f;
}
.turnline_box3.juice hr{
    border: 1px dashed #f46b1f;
}
.turnline_box3.juice .items1 .item .tip{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/juice_icon.png)no-repeat left center;
}
.turnline_box3.juice .con_info{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1605_img8.jpg)no-repeat center;
}
.turnline_box3.juice .con_info a.more{
    background-color: #f46b1f;
}


.turnline_box3.car h2{
    color: #69210e;
}
.turnline_box3.car h1::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 66px;
    height: 10px;
    background: #69210e;
}
.turnline_box3.car hr{
    border: 1px dashed #69210e;
}
.turnline_box3.car .items1 .item .tip{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/car_icon.png)no-repeat left center;
}
.turnline_box3.car .con_info{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1630_img8.jpg)no-repeat center;
}
.turnline_box3.car .con_info a.more{
    background-color: #69210e;
}

.turnline_box3.beer h2{
    color: #ebb829;
}
.turnline_box3.beer h1::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 66px;
    height: 10px;
    background: #ebb829;
}
.turnline_box3.beer hr{
    border: 1px dashed #ebb829;
}
.turnline_box3.beer .items1 .item .tip{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/car_icon.png)no-repeat left center;
}
.turnline_box3.beer .con_info{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1655_img8.jpg)no-repeat center;
}
.turnline_box3.beer .con_info a.more{
    background-color: #ebb829;
}

.turnline_box3.oil h2{
    color: #f7aa25;
}
.turnline_box3.oil h1::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 66px;
    height: 10px;
    background: #f7aa25;
}
.turnline_box3.oil hr{
    border: 1px dashed #f7aa25;
}
.turnline_box3.oil .items1 .item .tip{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/oil_icon.png)no-repeat left center;
}
.turnline_box3.oil .con_info{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1714_img7.jpg)no-repeat center;
}
.turnline_box3.oil .con_info a.more{
    background-color: #f7aa25;
}



.turnline_box3 .items1{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.turnline_box3 .items1 .item{
    width: 31.5%;
    margin-right: 2.75%;
}
.turnline_box3 .items1 .item:nth-of-type(3n+3){
    margin-right: 0;
}
.turnline_box3 .items1 .item .tip{
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 40px;
    font-size: 18px;
    color: #787878;
    line-height: 1.7em;
    margin-bottom: 20px;
}
.turnline_box3 .items1 .item .tip a{
    font-size: 18px;
    color: #787878;
}
.turnline_box3 .items2{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.turnline_box3 .items2 .item{
    width: 31.5%;
    margin-right: 2.75%;
    margin-bottom: 20px;
}
.turnline_box3 .items2 .item:nth-of-type(3n+3){
    margin-right: 0;
}
.turnline_box3 .items2 .item .img{
    position: relative;
}
.turnline_box3 .items2 .item .img a{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    transform: scale(0);
}
.turnline_box3 .items2 .item:hover .img a{
    transform: scale(1);
}
.turnline_box3 .items2 .item .img a::after{
    content: '';
    position: absolute;
    top: 25px;
    right: 25px;
    left: 25px;
    bottom: 25px;
    border: 1px solid #fff;
}
.turnline_box3 .items2 .item .tip{
    line-height: 40px;
    text-align: center;
    background: #fff;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    color: #404040;
}
.turnline_box3 .video{
    overflow: hidden;
    line-height: 0;
}
.turnline_box3 .video img{
    transition: all .3s;
}
.turnline_box3 .video:hover img{
    transform: scale(1.1);
}
.turnline_box3 .con_info{
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 60px;
    margin-top: 40px;
    text-align: center;
}
.turnline_box3 .con_info h3{
    font-size: 30px;
    color: #fff;
    line-height: 1.7em;
    padding-left: 40px;
    text-align: left;
}
.turnline_box3 .con_info a.more{
    display: inline-block;
    line-height: 40px;
    padding-left: 46px;
    padding-right: 30px;
    background-color: #81a8bc;
    color: #2e2e2e;
    border-radius: 21px;
    font-size: 14px;
    background-image: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1515_icon.png);
    background-position: 25px center;
    background-repeat: no-repeat;
}
.turnline_box3 .con_info a.more:hover{
    color: #fff;
    background-image: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1515_icon_0.png);
}

.hotfilling_box1{
    padding-top: 50px;
}
.hotfilling_box1 .right{
    padding-right: 40px;
    padding-left: 25px;
}
.hotfilling_box1 h1{
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 25px;
    font-size: 30px;
    color: #19283c;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.8em;
}
.hotfilling_box1 p{
    font-size: 18px;
    color: #2d2d2d;
    line-height: 1.7em;
}
.hotfilling_box1 a.more{
    margin-top: 50px;
    font-size: 18px;
    background-color: #014099;
    color: #fff;
    line-height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}
.hotfilling_box2 h3{
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 10px;
    font-size: 30px;
    color: #19283c;
    font-weight: bold;
    line-height: 1.8em;
}
.hotfilling_box2 .tip{
    margin: 10px 0;
    background-color: #f3f3f3;
    border-left: 16px solid #eaacd5;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 40px;
    font-size: 18px;
    color: #2d2d2d;
    line-height: 1.7em;
}
.hotfilling_box3 h3{
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 10px;
    font-size: 30px;
    color: #19283c;
    font-weight: bold;
    line-height: 1.8em;
}
.hotfilling_box3 .tab_content .tab_line{
    display: none;
}
.hotfilling_box3 .tab_content .tab_line.on{
    display: block;
}
.hotfilling_box3 .tab_content .tab_line table{
    text-align: center;
    border: 0;
}
.hotfilling_box3 .tab_content .tab_line table td{
    line-height: 1.7em;
    font-size: 12px;
    color: #202020;
}
.hotfilling_box3 .tab_content .tab_line table p,
.hotfilling_box3 .tab_content .tab_line table span,
.hotfilling_box3 .tab_content .tab_line table a,
.hotfilling_box3 .tab_content .tab_line table strong,
.hotfilling_box3 .tab_content .tab_line table ul li,
.hotfilling_box3 .tab_content .tab_line table ul{
    font-size: inherit;
    color: inherit;
}
.hotfilling_box3 .tab_content .tab_line table td{
    border: 0;
    height: 40px;
}
.hotfilling_box3 .tab_content .tab_line table tr{
    border-top: 1px solid #dddddd;
    background: #f9f9f9;
}
.hotfilling_box3 .tab_content .tab_line table tr:nth-of-type(even){
    background: #fff;
}
.hotfilling_box3 .tab_content .tab_line table tr:hover{
    background: #f3f3f3;
}
.hotfilling_box3 .tab_content .tab_line table tr.pro:hover{
    background: #fff;
}
.hotfilling_box3 .tab_content .tab_line table ul li{
    text-align: left;
    list-style-type: disc;
}
.hotfilling_box3 h4{
    font-size: 18px;
    color: #2d2d2d;
    line-height: 1.4em;
    padding-bottom: 20px;
}
.hotfilling_box4{
    height: 236px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/854_imgbg.jpg)no-repeat center;
    margin: 60px 0;
}
.hotfilling_box4 h3{
    padding-top: 75px;
    padding-right: 0;
    padding-bottom: 10px;
    font-size: 30px;
    color: #151515;
    font-weight: bold;
    line-height: 1.7em;
    text-align: center;
}
.hotfilling_box4 a.more{
    display: block;
    margin: auto;
    line-height: 43px;
    width: 205px;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    font-size: 18px;
    text-align: center;
}
.hotfilling_box4 a.more:hover{
    background-color: #fff;
    color: #000;
}
.hotfilling_box3 .tab_links{
    display: flex;
    padding-top: 50px;
    justify-content: space-between;
}
.hotfilling_box3 .tab_links .item{
    line-height: 65px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fff;
    color: #2d2d2d;
    border-color: #eaacd5;
    border-style: solid;
    border-width: 1px;
    font-size: 18px;
    cursor: pointer;
}
.hotfilling_box3 .tab_links .item:hover,
.hotfilling_box3 .tab_links .item.on{
    background: #eaacd5;
}

.about_box1{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/about_banner.jpg)no-repeat center top;
    padding-top: 90px;
}
.about_box1 h1{
    line-height: 1.8em;
    text-align: center;
    font-family: Kaushan Script;
    font-size: 60px;
    color: #fff;
}
.about_box1 h2{
    line-height: 1.7em;
    text-align: center;
    font-family: Alef;
    font-size: 48px;
    color: #fff;
}
.about_box1 .content{
    padding-top: 65px;
    padding-right: 75px;
    padding-bottom: 178px;
    padding-left: 75px;
    margin-top: 100px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/about1_bg1.jpg)no-repeat center top;
}
.about_box1 .content p{
    font-size: 16px;
    color: #002989;
    line-height: 1.7em;
    text-align: center;
}
.about_box2 .item{
    padding: 0 25px;
}
.about_box2 .item p{
    font-size: 16px;
    color: #002989;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;
}
.about_box2 .container_1200{
    background: #f7f7f7;
}
.about_box2 {
    padding-bottom: 50px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/about1_bg2.jpg)no-repeat center bottom;
}
.about_box3{
    padding: 40px 0;
}
.about_box3 h3{
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}
.about_box3 p{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
}
.exh_slick{
    
}
.about_box3 .slick_first .img{
    position: relative;
    padding: 10px 0 50px 0;
}
.about_box3 .slick_first .img img{
    
    -webkit-box-reflect: below 1px -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(90%,transparent),to(rgba(255,255,255,0.5)));
    border-radius: 8px;
}
.exh_slick .slick-prev,
.exh_slick .slick-next{
    width: 30px;
    background-image: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/light-skin-1.png);
    background-position: -89px -26px;
    height: 40px;
    cursor: pointer;
    top: 50%;
    left: 30px;
    margin-top: -20px;
    background-color: transparent;
}
.exh_slick .slick-prev{
}
.exh_slick .slick-next{
    right: 30px;
    left: auto;
    background-position: -89px -103px;
}
.about_box4{
    padding-top: 10px;
    padding-bottom: 80px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/about1_bg3.jpg)no-repeat center bottom;
    text-align: center;
}
.about_box4 a.more{
    display: inline-block;
    padding: 10px 20px;
    border-radius: 40px;
    border: 1px solid #014099;
}
.about_box4 a.more span{
    display: inline-block;
    line-height: 40px;
    width: 210px;
    background-color: #014099;
    color: #fff;
    border-radius: 24px;
    border-color: #333;
    text-align: center;
    transition: all .3s;
}
.about_box4 a.more:hover span{
    background: #fff;
    color: #000;
}

.history_box1{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/history_bg1.jpg)no-repeat center top;
}
.history_box1 .title{
    margin-bottom: 35px;
    margin-top: 90px;
}
.history_box1 .row{
    background: rgba(184,184,184,0.82);
    padding-top: 40px;
    padding-bottom: 10px;
}
.history_box1 .item{
    border-radius: 8px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    background: #fff;
    box-shadow: 2px 3px 7px 2px rgba(13,4,9,0.12);
}
.history_box1 .item .year{
    font-size: 28px;
    color: #183883;
    letter-spacing: 0;
    line-height: 1.8em;
}
.history_box1 .item p{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
}
.history_box1 .line2{
    padding-top: 20px;
}
.history_box1 .line1 .item{
    margin-bottom: 30px;
}
.history_box1 .line2{
    text-align: right;
}
.history_box1 .line2 .item{
    margin-bottom: 30px;
    margin-bottom: 60px;
}

.company_box1{
    padding-top: 28px;
    padding-bottom: 45px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/company_bg1.jpg)no-repeat center top;
}
.company_box1 h1{
    line-height: 1.7em;
    text-align: center;
    font-family: Kaushan Script;
    font-size: 60px;
    color: #fff;
}
.company_box1 p{
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 10px;
    line-height: 1.7em;
    text-align: center;
    font-family: Alef;
    font-size: 17px;
    color: #fff;
}
.company_box1 .items{
    display: flex;
    flex-wrap: wrap;
}
.company_box1 .items .item{
    width: 33.33%;
    padding-left: 15px;
    padding-bottom: 15px;
    line-height: 0;
}
.company_box2{
    padding-bottom: 50px;
}
.company_box2 h3{
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 20px;
    font-family: Alef;
    font-size: 17px;
    color: #363985;
    line-height: 1.7em;
    text-align: center;
}
.company_box3{
    border-top: 1px solid #363985;
    border-bottom: 1px solid #363985;
}
.company_box3 .items{
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}
.company_box3 .items .item{
    width: 50%;
    padding-left: 10px;
    margin-bottom: 10px;
}
.company_box4{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/company_bg2.jpg)no-repeat center bottom;
}
.company_box4 p{
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 17px;
    color: #363985;
    line-height: 1.7em;
    text-align: center;
}
.company_box4 .img{
    text-align: center;
}
.company_box4 h3{
    padding-top: 55px;
    padding-right: 0;
    padding-bottom: 130px;
    line-height: 1.7em;
    text-align: center;
    font-family: Alef;
    font-size: 36px;
    color: #363985;
}
.advantages_box1 h1{
    font-size: 36px;
    color: #183885;
    font-weight: bold;
    line-height: 1.7em;
    text-align: center;
}
.advantages_box2{
    padding-top: 54px;
    padding-bottom: 54px;
    text-align: center;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/xinguankey.jpg)no-repeat center;
}
.advantages_box2 p{
    font-size: 16px;
    color: #dee2ed;
    line-height: 1.4em;
    text-align: center;
    margin-top: 10px;
}
.advantages_box3{
    padding-top: 70px;
    padding-bottom: 30px;
}
.advantages_box3 h3{
    font-size: 36px;
    color: #183885;
    font-weight: bold;
    line-height: 1.7em;
    text-align: center;
}
.advantages_box3 .item{
    padding: 10px;
}
.advantages_box3 .item h4{
    padding-left: 50px;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 22px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.8em;
    height: 78px;
    display: flex;
    align-items: center;
}
.advantages_box3 .item p{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
}
.advantages_box3 .item .icon1{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/advantages_icon1.jpg)no-repeat left center;
}
.advantages_box3 .item .icon2{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/advantages_icon2.jpg)no-repeat left center;
}
.advantages_box3 .item .icon3{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/advantages_icon3.jpg)no-repeat left center;
}
.advantages_box3 .item .icon4{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/advantages_icon4.jpg)no-repeat left center;
}
.advantages_box3 .item .icon5{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/advantages_icon5.jpg)no-repeat left center;
}
.advantages_box3 .item .icon6{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/advantages_icon6.jpg)no-repeat left center;
}
.advantages_box3 .item .icon7{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/advantages_icon7.jpg)no-repeat left center;
}
.advantages_box3 .item .icon8{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/advantages_icon8.jpg)no-repeat left center;
}
.advantages_box3 .item .icon9{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/advantages_icon9.jpg)no-repeat left center;
}
.foreign_box1{
    padding-top: 44px;
    padding-right: 0;
    padding-bottom: 90px;
    text-align: center;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1632_bg1.jpg)#304d8d no-repeat scroll center top;
}
.foreign_box1 h1{
    padding-bottom: 20px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1632_bg2.png)no-repeat center bottom;
    font-family: Georgia;
    font-size: 40px;
    color: #fff;
    line-height: 1.8em;
    text-align: center;
}
.foreign_box2{
    text-align: center;
    padding-top: 36px;
    padding-bottom: 60px;
}
.foreign_box2 .h2{
    display: inline-block;
    width: 160px;
    font-size: 40px;
    color: #fff;
    line-height: 1.7em; 
    background: #183883;
}
.foreign_box2 .h3{
    display: inline-block;
    width: 160px;
    font-size: 30px;
    color: #fff;
    line-height: 1.7em; 
    background: #183883;
}
.foreign_box2 .info{
    background-color: #edf0f5;
    font-size: 16px;
    color: #545454;
    line-height: 1.7em;
    display: flex;
    align-items: center;
    height: 75px;
    justify-content: center;
    padding: 0 10px;
}
.foreign_box2 .info.b{
    color: #fff;
    background: #183883;
}
.foreign_box3 p{
    font-family: Arial;
    font-size: 14px;
    color: #545454;
    line-height: 1.7em;
}
.foreign_box3 .info1{
    padding-top: 35px;
    padding-right: 47px;
    padding-bottom: 75px;
    padding-left: 68px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1632_bg5.png)no-repeat left bottom;
}
.foreign_box3 .info2{
    padding-top: 35px;
    padding-right: 47px;
    padding-bottom: 75px;
    padding-left: 68px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1632_bg6.png)no-repeat left top;
}
.foreign_box3 .row{
    margin-bottom: 40px;
}
.foreign_box4 .item{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.foreign_box4 .item .info{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(28, 69, 135, 0.8);
    transition: all .3s;
}
.foreign_box4 .item:hover .info{
    top: 0;
}
.foreign_box4 .item .info p{
    line-height: 1.7em;
    padding: 6px;
    font-size: 15px;
    color: #fff;
}

.plant_ul h2{
    position: relative;
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #003b97;
    padding-left: 15px;
}
.plant_ul h2 i{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/reset/pro_click.png) no-repeat top center;
    display: none;
    transform: rotate(180deg);
    transition: all .3s;
}
.plant_ul h2.active i{
    transform: rotate(0deg);
}
.plant_ul ul li{
    padding-left: 15px;
    border: 1px solid #eae9e9;
    border-top: 0;
}
.plant_ul ul li:hover{
    background-color: #f5f5f5;
}
.plant_ul ul li a{
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    padding-left: 10px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/dis_icon.png)no-repeat left center;
}
.plant_ul ul li a:hover,
.plant_ul ul li a.on{
    color: #457cba;
}
.plant_box1{
    padding: 20px 0;
}
.plant_box1 .content{
    text-align: center;
}
.plant_box1 .content h1{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 1.8em;
    text-align: center;
}
.plant_box1 .content .img{
    margin-bottom: 30px;
}
.plant_box1 .content p{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    text-align: left;
    line-height: 1.7em;
}
.plant_box1 .content h2{
    line-height: 1.8em;
    margin-top: 30px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    text-align: left;
}
.plant_box1 .content .video{
    position: relative;
    width: 100%;
    padding-top: 55%;
}

.exhibition_box1{
    padding-bottom: 20px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/834_bg1.jpg)no-repeat center top;
    text-align: center;
}
.exhibition_box1 p{
    font-size: 22px;
    color: #Fff;
    line-height: 1.4em;
    text-align: center;
    margin: 20px 0;
}
.exhibition_box1 .video{
    margin: 10px 0;
    overflow: hidden;
}
.exhibition_box1 .video img{
    transition: all .3s;
    line-height: 0;
}
.exhibition_box1 .video:hover img{
    transform: scale(1.1);
}
.exhibition_box2{
    padding-top: 30px;
    padding-bottom: 70px;
}
.exhibition_box2 h1{
    padding-left: 90px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/834_bg3.png)no-repeat left center;
    font-size: 33px;
    color: #414547;
    line-height: 1.7em;
}
.exhibition_box2  p{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
}
.exhibition_slick{
    padding-bottom: 40px;
    margin-top: 20px;
}
.exhibition_slick .slick-dots{
    bottom: 10px;
}
.exhibition_slick .slick-dots li.slick-active{
    background:  #248fc8;
}

.tag_ul .h2{
    font-size: 24px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.8em;
    margin-top: 30px;
}
.tag_ul .line a{
    display: inline-block;
    margin-top: 10px;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #eee;
    color: #222;
    border-radius: 15px;
}
.tag_ul .line:hover a{
    color: #fff;
    background: #ddd;
}

.tag_line2{
    padding-top: 40px;
}
.tag_line2 .tab_links{
    width: 700px;
    margin: auto;
    padding-bottom: 60px;
}
.tag_line2 .tab_links ul{
    overflow: hidden;
}
.tag_line2 .tab_links ul li{
    position: relative;
    float: left;
    width: 100px;
    height: 125px;
    list-style: none;
    text-align: left;
    cursor: pointer;
}
.tag_line2 .tab_links ul li::after{
    content: "";
    width: 14px;
    height: 4px;
    background: #ccc;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -27px;
}
.tag_line2 .tab_links ul li:nth-last-child(1)::after{
    display: none;
}
.tag_line2 .tab_links ul li .tip{
    font-size: 14px;
    color: #5e5d5d;
    font-family: 'alef';
    line-height: 14px;
    margin-top: 15px;
    text-align: center;
    padding-right: 15px;
}
.tag_line2 .tab_links ul li .img img{
    width: 74px;
    filter: grayscale(1);
}
.tag_line2 .tab_links ul li.on .img img{
    filter: grayscale(0);
}
.tag_line2 .tip_text a.con{
    display: block;
    padding: 10px 0;
    background-color: #e64b00;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
}
.tag_line2 .tip_text h3{
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
    background-color: #eee;
    border-bottom: 2px solid #ccc;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 2em;
}
.tag_line2 .right .links{
    margin-bottom: 15px;
}
.tag_line2 .right .links .link a{
    display: block;
    padding-left: 25px;
    font-size: 16px;
    color: #666;
    line-height: 2.9em;
    border-bottom: 1px solid #e7e6e6;
    background-color: rgba(238,238,238,0.49);
    background-image: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1008_icon.png);
    background-repeat: no-repeat;
    background-position: 15px center;
}
.tag_line2 .right .links .link a.on{
    color: #457cba
}
.tag_line2 .right .info{
    padding: 20px 15px;
    background-color: #eee;
}
.tag_line2 .right .info p{
    font-size: 18px;
    color: #7a8083;
    line-height: 1.2em;
    margin-top: 30px;
    margin-bottom: 10px;
}
.tag_line2 .right .info ul li{
    position: relative;
    font-size: 14px;
    color: #545454;
    line-height: 1.4;
}
.tag_line2 .right .info ul li::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e64b00;
    margin-right: 10px;
}
.tag_line2 .right .info .other{
    margin-top: 40px;
    line-height: 20px !important;
    color: #e64b00;
    font-size: 16px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1015_icon.png)no-repeat right center;
    margin-right: 20px;
}

.tag_line2 .tab_content p{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
}
.tag_line2 .tab_content p img{
    vertical-align: middle;
}
.tag_line2 .tab_content p span,
.tag_line2 .tab_content p strong,
.tag_line2 .tab_content p a{
    font-size: 14px;
    color: #545454;
}
.tag_line2 .tab_content h3{
    font-size: 16px;
    color: #545454;
    font-weight: bold;
    line-height: 1.7em;
}
.tag_line2 .tab_content .tip1{
    color: #333;
    border-radius: 8px;
    border-color: #333;
    border-style: solid;
    border-width: 1px;
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    margin: 10px 0;
}
.tag_line2 .tab_content .icon1{
    height: 40px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/937_img2.png)no-repeat center;
    margin: 10px 0;
}
.tag_line2 .tab_content .item{
    display: none;
}
.tag_line2 .tab_content .item.on{
    display: block;
}
.tag_line3{
    padding-top: 30px;
    padding-bottom: 70px;
}
.tag_line3 .content{
    position: relative;
}
.tag_line3 .content .tip{
    position: absolute;
    white-space: nowrap;
}
.tag_line3 .content .tip1{
    bottom: 8%;
    left: 30%;
}
.tag_line3 .content .tip2{
    top: 9%;
    left: 10%;  
}
.tag_line3 .content .tip3{
    top: 9%;
    left: 35%;
}
.tag_line3 .content .tip4{
    bottom: 25%;
    left: 50%;
}
.tag_line3 .content .tip5{
    bottom: 60%;
    left: 67%;
}
.tag_line3 .content .tip6{
    top: 1%;
    right: 28%;
}
.tag_line3 .content .tip7{
    top: 36%;
    right: 1%;
}
.tag_line3 .content .tip .a{
    display: inline-block;
}
.tag_line3 .content .tip .icon{
    position: relative;
    display: inline-block;
}
.tag_line3 .content .tip .a a{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: left;
    padding-left: 20px;
}
.tag_line3 .content .tip .icon span:nth-of-type(1){
    display: block;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -10px;
    background: #003b97;
    z-index: 2;
}
.tag_line3 .content .tip .icon span:nth-of-type(2){
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -10px;
    background: #F19ABE;
    z-index: 1;
    animation: flicker 1.5s ease infinite;
    -webkit-animation: flicker 1.5s ease infinite;
}

.video_content{
    text-align: center;
    
}
.video_content .line{
    position: relative;
    padding-bottom: 60px;
    
}
.video_content .line::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1339_bg2.png)#173784 repeat-x center bottom;
}
.video_content .line:nth-last-child(1)::after{
    display: none;
}
.video_content h3{
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 10px solid #e70012;
    line-height: 1.7em;
    text-align: left;
    font-size: 26px;
    color: #333;
    padding-left: 30px;
    font-weight: bold;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1339_bg1.png)no-repeat left center;
}
.video_content p{
    margin: 10px 0;
    padding: 0 5px;
    font-size: 14px;
    color: #545454;
}
.video_content a.more{
    position: relative;
    display: inline-block;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #e70012;
    color: #fff;
    border-radius: 3px;
    border-color: #e70012;
    border-style: solid;
    border-width: 1px;
}
.video_content a.more::after{
    content: '';
    position: absolute;
    left: 18px;
    top: 15px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    border-right: 5px solid transparent;
    transition: all .3s;
}
.video_content a.more:hover{
    background-color: #fff;
    color: #e70012;
}
.video_content a.more:hover::after{
    border-left: 5px solid #e70012;
}
.video_content .video{
    padding-top: 56.2%;
    width: 100%;
    position: relative;
}

.service_box1{
    padding-top: 106px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1412_bg1.jpg)no-repeat center top;
    height: 521px;
}
.service_box1 h1{
    padding-bottom: 30px;
    font-size: 50px;
    color: #fefefe;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: center;
}
.service_box1 p{
    font-size: 18px;
    color: #e3e3e3;
    line-height: 1.7em;
    text-align: center;
    padding-right: 80px;
    padding-bottom: 0;
    padding-left: 80px;
}
.service_box2 .tip{
    background: #1b3b8a;
    padding: 10px 0;
}
.service_box2 .tip .img{
    text-align: right;
}
.service_box2 .tip p{
    font-size: 14px;
    color: #fff;
    line-height: 1.7em;
    text-align: left;
    padding: 0 10px;
}
.service_box2 .content{
    padding-top: 30px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1412_bg2.jpg)no-repeat center top;
}
.service_box2 .content .img{
    text-align: center;
    padding: 0 10px;
}
.service_box2 .content h3{
    font-size: 24px;
    color: #222121;
    letter-spacing: 0;
    line-height: 1.8em;
    text-align: left;
}
.service_box2 .content p{
    font-size: 14px;
    color: #6d6c6c;
    line-height: 1.7em;
    text-align: left;
}
.service_box2 .content .info1{
    padding-top: 70px;
    padding-right: 82px;
    padding-bottom: 129px;
    padding-left: 80px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1412_bg3.png)no-repeat center;
    background-size: cover;
    margin: 0 15px;
}
.service_box2 .content .info2{
    padding-top: 70px;
    padding-right: 82px;
    padding-bottom: 129px;
    padding-left: 80px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1412_bg4.png)no-repeat center;
    background-size: cover;
    margin: 0 15px;
}
.service_box2 .content .info3{
    padding-top: 70px;
    padding-right: 82px;
    padding-bottom: 129px;
    padding-left: 80px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1412_bg3.png)no-repeat center;
    background-size: cover;
    margin: 0 15px;
}
.service_box2 .content .tip p{
    color: #fff;
}

.supported_box1{
    padding-top: 80px;
    text-align: center;
}
.supported_box1 .img{
    margin-bottom: 60px;
}
.contact_box1{
    padding-top: 30px;
}
.contact_box1 .content{
    padding-top: 50px;
    padding-bottom: 55px;
    background-color: #f0f0f2;
}
.contact_box1 .content .left{
    padding-left: 50px;
}
.contact_box1 .content h1{
    font-size: 26px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4em;
    border-bottom: 2px solid #444;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.contact_box1 .content h2{
    font-size: 14px;
    color: #000;
    font-weight: 700;
    line-height: 1.7em;
    max-width: 180px;
    margin-bottom: 20px;
}
.contact_box1 .content .item{
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.contact_box1 .content .item .icon{
    float: left;
}
.contact_box1 .content .item .tip{
    margin-left: 50px;
    font-size: 15px;
    color: #000;
    line-height: 1.7em;
    padding-top: 7px;
}
.contact_box1 .content .item .tip a{
    font-size: 15px;
    color: #000;
}
.contact_box1 .content .info{
    background: #fff;
    padding: 40px 0 40px 15px;
}
.contact_box1 .content .info h4{
    font-size: 22px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2em;
    text-align: center;
}
.contact_box1 .content .info p{
    font-size: 16px;
    color: rgb(84, 84, 84);
    line-height: 1.7em;
}
.contact_box1 .content .info p a{
    font-size: 16px;
    color: rgb(84, 84, 84);
}
.contact_box1 .content .info p img{
    vertical-align: middle;
    margin-right: 4px;
}
.contact_box1 .content .info .text{
    padding-left: 30px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1517_icon.png)no-repeat left center;
}
.contact_box1 .content h3{
    font-size: 24px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.8em;
}
.contact_box1 .content .form{
    padding:0 20px;
}
.contact_box1 .content .form .input{
    position: relative;
    overflow: hidden;
    padding-bottom: 16px;
}
.contact_box1 .content .form .input input[type=text]{
    width: 100%;
    height: 40px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ccc;
    text-indent: 12px;
}
.contact_box1 .content .form .input .tips{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #c00;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
}
.contact_box1 .content .form p{
    font-size: 14px;
    color: #545454;
    letter-spacing: 0;
    line-height: 1.7em;
    margin-bottom: 5px;
}
.contact_box1 .content .form .radio{
    padding-left: 20px;
    margin-right: 20px;
    line-height: 28px;
    overflow: hidden;
    padding-top: 5px;
    vertical-align: middle;
    display: inline-block;
}
.contact_box1 .content .form .radio input{
    margin-left: -17px;
    padding: 4px 0;
    text-indent: 6px;
    width: auto;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.contact_box1 .content .form select{
    text-indent: 6px;
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.contact_box1 .content .form textarea{
    width: 100%;
    height: 90px;
    text-indent: 12px;
    padding-top: 10px;
    border: 1px solid #ccc;
    background: transparent;
    resize: none;
}
.contact_box1 .content .form .btn{
    width: 145px;
    height: 37px;
    border: 1px solid #204d74;
    border-radius: 0;
    background: #003277;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.contact_box2{
    padding: 40px 0 60px;
}
.contact_box2 h3{
    margin-top: 30px;
    font-size: 24px;
    color: #333;
    letter-spacing: 0;
    line-height: 1.8em;
}
.contact_box2 .line{
    border-bottom: 2px solid #ddd;
    padding: 8px;
    font-size: 18px;
    color: #545454;
    line-height: 2;
}
#gMapPanel{
    width: 100%;
    height: 457px;
}

.prodetail_box2{
    padding-top: 30px;
}
.prodetail_box2 .img{
    text-align: center;
    padding-bottom: 10px;

}
.prodetail_box2 h1{
    font-size: 26px;
    color: #292929;
    margin-bottom: 10px;
}
.prodetail_box2 p{
    font-size: 17px;
    color: #6d6d6d;
    line-height: 26px;
}
.prodetail_box2 .tip_text{
    padding-top: 35px;
}
.prodetail_box2 .content{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1637_bg1.jpg)no-repeat center bottom;
    
}
.prodetail_box2 .content .info{
    padding-left: 110px;
    padding-bottom: 55px;
}
.prodetail_box2 .tip_text .tip{
    position: relative;
    padding-left: 18px;
    font-size: 16px;
    color: #2f2f2f;
    line-height: 1.5;
}
.prodetail_box2 .tip_text .tip::before{
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #014099;
}
.prodetail_box2 .qoute{
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1637_bg2.jpg)no-repeat center bottom;
}
.prodetail_box2 .qoute a{
    display: block;
    font-size: 17px;
    color: #fff;
    text-align: center;
    line-height: 57px;
}
.product_box .pro_tip p{
    padding-left: 10px;
    color: #222222;
    font-size: 16px;
}
.product_box .pro_tip p strong,
.product_box .pro_tip p span{
    color: #222222;
    font-size: 16px;
}
.product_box .pro_tip{
    margin-bottom: 10px;
}
.product_tab .tip_ul ul{
    overflow: hidden;
    padding: 15px;
}
.product_tab .tip_ul ul li{
    line-height: 26px;
    padding-right: 25px;
    box-sizing: border-box;
    font-size: 14px;
    width: 33%;
    float: left;
}




.prodetail_box3{
    padding-top: 50px;
    padding-bottom: 200px;
    background: #f2f6fa;
    margin-top: 20px;
}
.prodetail_box4 .tab_btns{
    overflow: hidden;
    margin-bottom: 18px;
    margin-top: -180px;
}
.prodetail_box4 .tab_btns .btn{
    display: table;
    float: left;
    height: 62px;
    border: 5px solid #fff;
    width: 190px;
    background: #014099;
    cursor: pointer;
    margin-right: 10px;
}
.prodetail_box4 .tab_btns .btn.on{
    background: #fff;
}
.prodetail_box4 .tab_btns .btn.on p{
    color: #000;
}
.prodetail_box4 .tab_btns .btn:nth-last-child(1){
    margin-right: 0;
}
.prodetail_box4 .tab_btns .btn p{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 17px;
    color: #ffffff;
}
.prodetail_box4 .tab_info{
    padding: 50px 40px 38px 50px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1831_bg.jpg)no-repeat center;
    background-size: cover;
}
.prodetail_box4 .tab_info h3{
    padding-top: 50px;
    padding-bottom: 10px;
    padding-left: 30px;
    line-height: 1.2;
    font-size: 26px;
    color: #292929;
    border-bottom: 1px solid #000;
    margin-bottom: 45px;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1821_icon.png)no-repeat 0 50px;
}
.prodetail_box4 .tab_info ul{
    list-style: none !important;
}
.prodetail_box4 .tab_info ul li{
    padding-left: 11px;
    position: relative;
}
.prodetail_box4 .tab_info ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 14px;
    background: #014099;
}
.prodetail_box4 .tab_info ul li p{
    font-size: 17px;
    color: #6d6d6d;
    line-height: 1.5;
}
.prodetail_box4 .tab_info .line{
    display: none;
}
.prodetail_box4 .tab_info .line.on{
    display: block;
}
.prodetail_box4 a.more{
    position: relative;
    display: inline-block;
    width: 515px;
    line-height: 48px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    background: #014099;
    margin-top: 20px;
}
.prodetail_box4 a.more::before{
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    width: 6px;
    height: 100%;
    background: #fff;
}
.prodetail_box4 a.more::after{
    content: '';
    position: absolute;
    right: 8px;
    top: 0;
    width: 6px;
    height: 100%;
    background: #fff;
}
.prodetail_box5{
    padding-top: 58px;
    padding-bottom: 65px;
    text-align: center;
    background: url(https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/1845_bg.jpg)no-repeat center bottom;
}
.prodetail_box5 .video{
    position: relative;
    padding-top: 38%;
    width: 83%;
    margin: auto;
}
.prodetail_box5 .video iframe{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.prodetail_box5 p{
    font-size: 26px;
    color: #292929;
    text-align: center;
    padding-bottom: 10px;
    line-height: 1.5;
}
.prodetail_box5 h3{
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
.prodetail_box6{
    padding-top: 40px;
    padding-bottom: 60px;
}
.prodetail_box6 h3{
    font-size: 26px;
    color: #292929;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.4;
}
.prodetail_box6 table td{
    height: 50px;
    text-align: center;
}
.prodetail_box6 table tr:nth-of-type(1) td{
    background: #014099;
}
.prodetail_box6 table td,
.prodetail_box6 table p,
.prodetail_box6 table span,
.prodetail_box6 table strong{
    font-size: 17px;
    color: #232323;
}
.prodetail_box6 table tr:nth-of-type(1) td,
.prodetail_box6 table tr:nth-of-type(1) p,
.prodetail_box6 table tr:nth-of-type(1) span,
.prodetail_box6 table tr:nth-of-type(1) strong{
    font-size: 18px;
    color: #fff;
}
.prodetail_box7{
    text-align: center;
}
.prodetail_box7 h3{
    font-size: 26px;
    color: #101010;
    text-align: center;
    margin-bottom: 10px;
}
.prodetail_box8{
    text-align: center;
    padding: 20px 0;
}
.prodetail_box8 a{
    display: inline-block;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 17px;
    color: #fff;
}
.prodetail_box8 .btn1{
    background: #ecaed3;
    margin-right: 18px;
}
.prodetail_box8 .btn2{
    background: #014099;
}
.prodetail_box1 img{
    width: 100%;
}
@media (max-width: 992px){
    .prodetail_box2 .content .info{
        padding-left: 0;
        padding-bottom: 30px;
    }
    .prodetail_box2 .content{
        background: none;
    }
    .prodetail_box4 .tab_btns{
        display: none;
    }
    .prodetail_box3{
        padding: 30px 0;
    }
    .prodetail_box4 .tab_info{
        padding: 20px;
    }
    .prodetail_box4 .tab_info .line{
        display: block;
        margin-bottom: 40px;
    }
    .prodetail_box4 a.more{
        width: 100%;
    }
    .prodetail_box4 a.more{
        font-size: 14px;
    }
    .prodetail_box5 .video{
        width: 100%;
    }
}



@keyframes flicker{
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(3);
        opacity: 0;
    }
}

@media (max-width: 1620px){}
@media (max-width: 1420px){}
@media (max-width: 1220px){
    .header_nav .col_lg_6{
        width: 15%;
    }
    .header_nav .col_lg_18{
        width: 85%;
    }
    .nav_list > li:nth-of-type(1){
        padding-right: 5px;
    }
    .header .mail{
        padding-left: 0;
        padding-right: 0;
    }
    .header .form input[type=text]{
        width: 168px;
    }
}
@media (max-width: 992px) {
    body{
        padding-top: 60px;
    }
    /*移动端隐藏模块*/
    .header {
        display: none;
    }

    /*移动端头部*/
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 99999;
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        text-align: center;
        height: 60px;
        line-height: 0;
        font-size: 0;
        zoom: 1;
    }

    .logo_box img {
        height: 100%;
    }

    /*移动端菜单按钮*/
    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 45px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        height: 3px;
        width: 45px;
        background: #666;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    /*移动端导航*/
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list > li a span {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 16px;
        color: #5e6063;
    }

    .m_header .m_nav_list > li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        background: url("https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/reset/li_click.png") no-repeat top center;
    }

    .m_header .m_nav_list > li > a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }

    .m_header .m_nav_list .dropdown_menu > li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }
    .m_header .m_nav_list .dropdown_menu > li a{
        font-size: 14px;
        color: #5e6063;
        line-height: 30px;
        padding: 0 30px;
    }
    .plant_ul h2 i{
        display: block;
    }

    .m_lang{
        position: absolute;
        right: 20px;
        top: 10px;
    }
    .m_lang img{
        display: none;
    }
    .lang ul li a span{
        display: none;
    }
    .lang ul{
        width: 96px;
    }
    .index_box2 .content .item{
        text-align: center;
    }
    .index_box2{
        padding: 30px 0;
    }
    .index_box3 .tab_item{
        display: none;
    }
    .index_box3 .tab_info .img{
        visibility: visible;
        height: auto;
        opacity: 1;
    }
    .index_box4 h3{
        margin-bottom: 30px;
    }
    .index_box4 .video2{
        margin-bottom: 20px;
    }
    .index_box5{
        padding: 30px 0;
    }
    .index_box5 .tip{
        margin-bottom: 20px;
    }
    .index_box6 a.more{
        margin-bottom: 20px;
    }
    .index_box7 .items{
        flex-wrap: wrap;
    }
    .index_box7 .items .item{
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .footer_tip{
        padding: 20px 0;
    }
    .fast_navigation .items{
        flex-wrap: wrap;
    }
    .fast_navigation .items .item{
        width: 100% !important; 
    }
    .fast_navigation .items .item:nth-of-type(1),
    .fast_navigation .items .item:nth-of-type(2),
    .fast_navigation .items .item:nth-of-type(3){
        display: none;
    }
    .footer_info .container{
        border: 0;
    }
    .footer_copyright{
        padding-bottom: 44px;
    }
    .footer_tip h3{
        font-size: 23px;
    }
    .turnline_box1 .tab_links{
        flex-wrap: wrap;
    }
    .turnline_box1 .tab_links .item{
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
        line-height: 25px;
    }
    .turnline_box1 .tab_links .item a{
        font-size: 14px;
    }
    .turnline_box2 p{
        padding: 0;
    }
    .turnline_box1{
        padding-bottom: 0;
    }
    .turnline_box3 .items1 .item,
    .turnline_box3 .items2 .item{
        width: 49%;
        margin-right: 1% !important;
    }
    .hotfilling_box1 .right{
        padding: 0;
    }
    .hotfilling_box4 h3{
        font-size: 15px;
    }
    .hotfilling_box3 .tab_links{
        flex-wrap: wrap;
        margin: 0 !important;
    }
    .hotfilling_box3 .tab_links .item{
        width: 100%;
        margin-bottom: 10px;
    }
    .hotfilling_box3 .tab_links .item{
        font-size: 14px;
        line-height: 30px;
    }
    .ejectEmail_form .form{
        width: 100%;
    }
    .contact_box1 .content .left{
        padding-left: 10px;
        padding-right: 10px;
    }
    .contact_box1 .content .info .text{
        background: none;
    }
    .contact_box1 .content h3{
        padding-left: 20px;
        margin-top: 20px;
    }
    .history_box1 .img{
        display: none;
    }
    .history_box1 .item{
        text-align: left;
    }
    .history_box1 .item{
        margin-bottom: 20px !important;
    }
    .history_box1 .title{
        margin-top: 30px;
    }
    .about_box1 h1,
    .foreign_box1 h1{
        font-size: 20px;
        background: none;
    }
    .foreign_box1{
        padding-bottom: 30px;
    }
    .about_box1 h2{
        font-size: 18px;
    }
    .about_box1{
        padding-top: 30px;
    }
    .about_box1 .content{
        margin-top: 30px;
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .advantages_box2{
        background-size: cover;
        padding: 30px 0;
    }
    .foreign_box3 .info1,
    .foreign_box3 .info2,
    .foreign_box3 .info3,
    .foreign_box3 .info4{
        background: none;
        padding: 20px 0;
    }
    .service_box1 h1{
        font-size: 20px;
    }
    .service_box1 p{
        padding: 0;
    }
    .service_box2 .content .info1,
    .service_box2 .content .info2,
    .service_box2 .content .info3,
    .service_box2 .content .info4{
        padding: 0 20px;
        background: none;
    }
    .service_box2 .content{
        background: #e9e9e9;
    }
    .supported_box1 .img{
        margin-bottom: 10px;
    }
    .supported_box1 .col_sm_24{
        width: 50%;
    }
    .supported_box1{
        padding: 30px 0;
    }
}
@media (max-width: 767px) {
    .footer_fixed_form{
        display: none;
    }

    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .fast_navigation .col_lg_6,
    .fast_navigation .col_lg_8{
        display: none;
    }
    .fast_navigation .col_lg_10{
        width: 100%;
    }
    .footer_copyright .text{
        text-align: center;
        margin-bottom: 10px;
    }
    .footer_copyright p span, .footer_copyright p a, .footer_copyright p{
        line-height: 1.4;
    }

}
@media (max-width: 640px){

}
@media (max-width: 580px){

}
@media (max-width: 480px) {
    .product_tab .tip_ul ul li{
        width: 100%;
        padding-right: 0;
    }
}



.proDetailBox2{
    padding: 50px 0;
}
.proDetailBox2 .conBox{
    overflow: hidden;
}
.proDetailBox2 .con1{
    width: 50%;
    float: right;
}
.proDetailBox2 .con1 .con{
    padding-bottom: 50px;
}
.proDetailBox2 .con1 .con:last-child{
    padding-bottom: 0;
}
.proDetailBox2 .con1 .con .productBigImg{
    padding-bottom: 15px;
}
.proDetailBox2 .con1 .con .productBigImg img{
    width: 100%;
}
.proDetailBox2 .con1 .con .productSmallImg{
    margin-left: -10px;
}
.proDetailBox2 .con1 .con .productSmallImg .slick_first{
    padding-left: 10px;
}
.proDetailBox2 .con1 .con h3{
    font-size: 24px;
    font-weight: 700;
    color: #202020;
    line-height: 1.3;
    padding-bottom: 20px;
}
.proDetailBox2 .con1 .con *{
    font-size: 16px;
    color: #454545;
    line-height: 1.6;
}
.list-paddingleft-2{
    padding-left: 20px;
}
.list-paddingleft-3{
    padding-left: 30px;
}
.productIframe{
    position: relative;
    padding-top: 56%;
    background: #e5e5e5;
}
.productIframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.proDetailBox2 .con2{
    width: 50%;
    float: right;
    padding-right: 50px;
}
.proDetailBox2 .con2 .con{
    padding-bottom: 50px;
}
.proDetailBox2 .con2 .con:last-child{
    padding-bottom: 0;
}
.proDetailBox2 .con2 .con h3{
    font-size: 24px;
    font-weight: 700;
    color: #202020;
    line-height: 1.3;
    padding-bottom: 20px;
}
.proDetailBox2 .con2 .con *{
    font-size: 16px;
    color: #454545;
    line-height: 1.6;
}

.proDetailBox3{
    padding: 50px 0;
    text-align: center;
    background: #d7d7d7;
}
.proDetailBox3 p,
.proDetailBox3 p a{
    font-size: 22px;
    color: #014099;
    font-weight: 700;
}
.proDetailBox3 p a:hover{
    text-decoration: underline;
}

.proDetailBox4{
    background: #014099;
    padding: 50px 0;
}
.proDetailBox4 .conBox{
    overflow: hidden;
}
.proDetailBox4 .text{
    width: 50%;
    float: left;
    padding-right: 50px;
}
.proDetailBox4 .text h3{
    font-size: 22px;
    color: #ffffff;
    padding-bottom: 10px;
}
.proDetailBox4 .text p{
    font-size: 16px;
    color: #ffffff;
    line-height: 1.3;
}
.proDetailBox4 .productForm{
    width: 50%;
    float: left;
}
.proDetailBox4 .productForm form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.proDetailBox4 .productForm .info{
    width: 48%;
    margin-bottom: 20px;
    position: relative;
    line-height: 0;
}
.proDetailBox4 .productForm .info.w100{
    width: 100%;
}
.proDetailBox4 .productForm .info .tips{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -12px;
    line-height: 14px;
    font-size: 12px;
    background: #ff0000;
    color: #ffffff;
    text-align: center;
}
.proDetailBox4 .productForm .info input[type="text"]{
    width: 100%;
    height: 44px;
    background: #ffffff;
    padding: 10px;
    border: 0
}
.proDetailBox4 .productForm .info textarea{
    width: 100%;
    height: 120px;
    background: #ffffff;
    padding: 10px;
    border: 0;
    resize: none;
}
.proDetailBox4 .productForm .info input[type="submit"]{
    width: 150px;
    height: 40px;
    background: #ffffff;
    border: 0;
    cursor: pointer;
}
.proDetailBox4 .productForm .info input[type="submit"]:hover{
    background: #000;
    color: #ffffff;
}

@media (max-width: 992px) {
    .proDetailBox2 .con1,
    .proDetailBox2 .con2,
    .proDetailBox4 .text,
    .proDetailBox4 .productForm{
        width: 100%;
        padding: 0;
    }
    .proDetailBox2 .slick-dots li button{
        font-size: 0 !important;
    }
    .proDetailBox2 .con1 .con .productSmallImg{
        display: none;
    }
    .proDetailBox2 .con1 .con:last-child{
        padding-bottom: 50px;
    }

    .proDetailBox4 .productForm{
        padding-top: 40px;
    }
}
@media (max-width: 480px){
    .proDetailBox4 .productForm .info{
        width: 100%;
    }
}



/*20210330*/
.contactBanner{
    line-height: 0;
    text-align: center;
}
.contact20210330 .title{
    background: #ffffff;
}
.contact20210330 .title h1{
    padding: 65px 0 30px;
    text-align: center;
    font-size: 48px;
    color: #000000;
}
.contact20210330 .contentBox{
    background: #f0f0f2;
    padding-top: 55px;
}
.contact20210330 .contentBox .itemBox{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.contact20210330 .contentBox .item{
    width: 50%;
    float: left;
    margin-bottom: 70px;
}
.contact20210330 .contentBox .item .img{
    width: 46%;
    float: left;
    line-height: 0;
}
.contact20210330 .contentBox .item .conBox{
    width: 54%;
    float: left;
    padding-left: 25px;
}
.contact20210330 .contentBox .item .icoBox{
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}
.contact20210330 .contentBox .item .icoBox .icon{
    float: left;
    line-height: 0;
    margin-right: 15px;
}
.contact20210330 .contentBox .item .icoBox span{
    display: inline-block;
    color: #000000;
    font-style: italic;
    font-size: 18px;
}
.contact20210330 .contentBox .item h3{
    color: #000000;
    font-size: 24px;
    padding: 10px 0;
}
.contact20210330 .contentBox .item a{
    margin-top: 40px;
    display: inline-block;
    background: url("https://usa02-newcrown.wondercdn.cn/public/static/images/home/en-us/bg_mail.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 145px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
}
.contact20210330 .contentBox .item a:hover{
    opacity: .85;
}
@media (max-width: 992px) {
    .contact20210330 .contentBox .item{
        width: 100%;
        margin-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .contact20210330 .title h1{
        font-size: 30px;
    }
    .contact20210330 .contentBox .item .conBox{
        padding-left: 15px;
    }
    .contact20210330 .contentBox .item h3{
        font-size: 20px;
    }
    .contact20210330 .contentBox .item a{
        margin-top: 15px;
    }
}
/*
     FILE ARCHIVED ON 09:53:16 Oct 22, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:19:24 Jun 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.464
  exclusion.robots: 0.053
  exclusion.robots.policy: 0.044
  esindex: 0.008
  cdx.remote: 15.268
  LoadShardBlock: 428.773 (3)
  PetaboxLoader3.datanode: 143.042 (5)
  PetaboxLoader3.resolve: 130.047 (2)
  load_resource: 138.121
  loaddict: 54.209
*/